diff options
author | Bdale Garbee <bdale@gag.com> | 2018-10-08 21:41:30 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2018-10-08 21:41:30 -0600 |
commit | ba37db43741fde8a08080fa65f5bcf76b1f745ee (patch) | |
tree | ed996d567915ec5d3578d5b05a5b379f3c210505 | |
parent | e7136c6b413c8464d32cdc4afc28c93ba1f17a3b (diff) |
capture changes to Releasing discovered during 1.8.7 release
-rw-r--r-- | Releasing | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -48,14 +48,6 @@ These are Bdale's notes on how to do a release. - update the version in configure.ac if Keith hasn't already - - make sure the Google Maps API key is in the build chroot and root - (cd ~/altusmetrumllc; git pull) - sudo mkdir -p /var/cache/pbuilder/base.cow/opt/google /opt/google - sudo cp ~/altusmetrumllc/google-maps-api-key \ - /var/cache/pbuilder/base.cow/opt/google/maps-api-key - sudo ln -sf /home/bdale/altusmetrumllc/google-maps-api-key \ - /opt/google/maps-api-key - - if this is an x.y release, then: git checkout -b branch-<version> |