X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Releasing;h=dc14a44f81c8f34d62f095ff0938b5ab5e3d75e8;hb=72735d9ff9fbcdf929d08227a0928e97e408ddff;hp=c04a1de84e2b34121bf02f1dc58985c54bf50063;hpb=27dbfb4f01f30457fccb22cfe2aba2b3b022a020;p=fw%2Faltos diff --git a/Releasing b/Releasing index c04a1de8..dc14a44f 100644 --- a/Releasing +++ b/Releasing @@ -1,5 +1,8 @@ These are Bdale's notes on how to do a release. + - make sure build environment is up to date + sudo cowbuilder --update + git checkout master - make sure the Google Maps API key is in the build chroot and root @@ -58,7 +61,8 @@ These are Bdale's notes on how to do a release. make distclean - ./autogen.sh --with-fat-dir=/home/bdale/web/altusmetrum/AltOS/releases + ./autogen.sh --enable-multi-arch \ + --with-fat-dir=/home/bdale/web/altusmetrum/AltOS/releases make && make fat this pushes packages for each platform to web site @@ -75,6 +79,7 @@ These are Bdale's notes on how to do a release. src/telemetrum-v2.0/flash-loader/*.elf \ ~/altusmetrumllc/Binaries/loaders/ (cd ~/altusmetrumllc ; git add Binaries ; git commit -a) + (cd ~/altusmetrumllc ; git push) - copy the relevant release notes file from doc/ to /home/bdale/web/altusmetrum/AltOS/releases/ @@ -87,9 +92,9 @@ These are Bdale's notes on how to do a release. - 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 + /home/bdale/web/altusmetrum/TeleGPS/releases/.mdwn + + - make sure the Windows stuff is like 1-4-1, not 1.4.1! (cd doc ; make publish)