diff options
| author | Bdale Garbee <bdale@gag.com> | 2014-06-24 21:22:26 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2014-06-24 21:25:50 -0600 | 
| commit | 5f6059a9273dfe557145a9f620db81693f3bc27e (patch) | |
| tree | 672f19de656c6d04d15da79ac939cfd4aa877c31 | |
| parent | 42fd93b67af396b0478e9e795026cf1a5312e5c9 (diff) | |
need the api key in Bdale's root too
| -rw-r--r-- | Releasing | 7 | 
1 files changed, 5 insertions, 2 deletions
| @@ -2,10 +2,13 @@ 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 +	- make sure the Google Maps API key is in the build chroot and root +		mkdir -p /var/cache/pbuilder/base.cow/opt/google /opt/google  		cp ~/altusmetrumllc/google-maps-api-key \  			/var/cache/pbuilder/base.cow/opt/google/maps-api-key +		ln -sf /home/bdale/altusmetrumllc/google-maps-api-key \ +			/opt/google/maps-api-key +  	- 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 | 
