X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Releasing;h=d7b337e625fd97aed61e708ed94df9dd0e45abd4;hp=1822efbe9d29cf87f30764f0e37cbbd0f6f6a194;hb=5d4f912bcc6784f975c82f7b0ed8dc360e60aae8;hpb=43848991defaeb7fae994101675b0056f9d9a2ed diff --git a/Releasing b/Releasing index 1822efbe..d7b337e6 100644 --- a/Releasing +++ b/Releasing @@ -2,6 +2,10 @@ These are Bdale's notes on how to do a release. git checkout master + - make sure the Google Maps API key is in the build chroot + mkdir -p /var/cache/pbuilder/base.cow/opt/google + cp ~/altusmetrumllc/google-maps-api-key \ + /var/cache/pbuilder/base.cow/opt/google/maps-api-key - make sure there is a doc/release-notes-.xsl - make sure that doc/altusmetrum.xsl has the right copyright year, and add release to the revision history at the front (release notes @@ -73,7 +77,7 @@ These are Bdale's notes on how to do a release. src/telemega-v1.0/flash-loader/*.elf \ src/telemetrum-v2.0/flash-loader/*.elf \ ~/altusmetrumllc/Binaries/loaders/ - (cd ~/altusmetrumllc ; git commit -a) + (cd ~/altusmetrumllc ; git add Binaries ; git commit -a) - copy the relevant release notes file from doc/ to /home/bdale/web/altusmetrum/AltOS/releases/ @@ -81,8 +85,12 @@ These are Bdale's notes on how to do a release. - create /home/bdale/web/altusmetrum/MicroPeak/releases/, and move the MicroPeak installers from AltOS/releases to there - - go edit ~/web/altusmetrum/AltOS/releases/.mdwn and - /home/bdale/web/altusmetrum/MicroPeak/releases/.mdwn, to + - create /home/bdale/web/altusmetrum/TeleGPS/releases/, + and move the MicroPeak installers from AltOS/releases to there + + - go edit ~/web/altusmetrum/AltOS/releases/.mdwn, + /home/bdale/web/altusmetrum/MicroPeak/releases/.mdwn, and + /home/bdale/web/altusmetrum/TeleGPS/releases/.mdwn, to include release date and explicit ref to dir contents so the web pages shows versioned links, commit and push