diff options
| -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 | 
