diff options
| author | Bdale Garbee <bdale@gag.com> | 2013-05-16 00:36:23 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2013-05-16 00:36:23 -0600 |
| commit | 02d111b1b53ef01fc6e9ab6c4bc60b8af1be0067 (patch) | |
| tree | 8356f4a019969ee99a45e264c87d38555cf316cc /Releasing | |
| parent | 7a2e1f05adad990a6b161865267abf07ffec7a7e (diff) | |
| parent | 7699a55aed3a9a7daeb4c6a5a9a280f43edf455f (diff) | |
Merge branch 'branch-1.2' into debian
Diffstat (limited to 'Releasing')
| -rw-r--r-- | Releasing | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -1,6 +1,14 @@ These are Bdale's notes on how to do a release. + - make sure there's a suitable ARM Cortex toolchain in /opt/cortex! + git checkout master + + - make sure there is a doc/release-notes-<version>.xsl + - make sure that doc/altusmetrum.xsl has the right copyright year, + and add release to the revision history at the front (release notes + will be pulled in automatically) + - update the version in configure.ac git log > ChangeLog git commit -a @@ -24,8 +32,14 @@ These are Bdale's notes on how to do a release. git commit -n debian/changelog -m "update changelog for Debian build" - git-buildpackage --git-no-pristine-tar - pristine-tar commit ../build-area/altos/altos_<version>.orig.tar.gz + - if this is a -1 release, then + git-buildpackage --git-no-pristine-tar + pristine-tar commit \ + ../build-area/altos/altos_<version>.orig.tar.gz \ + branch-<version> + else if this is not a -1 release + git-buildpackage + git tag debian/<version> - at this point we have packages in ~/debian/build-area/altos, now @@ -41,10 +55,6 @@ These are Bdale's notes on how to do a release. - copy the relevant release notes file from doc/ to /home/bdale/web/altusmetrum/AltOS/releases/<rev> - - make sure that doc/altusmetrum.xsl has the right copyright year, - and add release to the revision history at the front (release notes - will be pulled in automatically) - - go edit ~/web/altusmetrum/AltOS/releases/<rev>.mdwn to include release date and explicit ref to dir contents so the AltOS page shows versioned links, commit and push @@ -54,7 +64,7 @@ These are Bdale's notes on how to do a release. this pushes fresh documents to the web site sudo debian/rules clean - git push + git push origin master branch-1.1 debian git push --tags push commits and leave the build tree in an uncluttered state |
