summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Releasing17
-rwxr-xr-xdebian/rules3
2 files changed, 16 insertions, 4 deletions
diff --git a/Releasing b/Releasing
index 1822efbe..8c1787ee 100644
--- a/Releasing
+++ b/Releasing
@@ -2,6 +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 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
@@ -73,7 +80,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/<rev>
@@ -81,8 +88,12 @@ These are Bdale's notes on how to do a release.
- create /home/bdale/web/altusmetrum/MicroPeak/releases/<rev>,
and move the MicroPeak installers from AltOS/releases to there
- - go edit ~/web/altusmetrum/AltOS/releases/<rev>.mdwn and
- /home/bdale/web/altusmetrum/MicroPeak/releases/<rev>.mdwn, to
+ - create /home/bdale/web/altusmetrum/TeleGPS/releases/<rev>,
+ and move the MicroPeak installers from AltOS/releases to there
+
+ - go edit ~/web/altusmetrum/AltOS/releases/<rev>.mdwn,
+ /home/bdale/web/altusmetrum/MicroPeak/releases/<rev>.mdwn, and
+ /home/bdale/web/altusmetrum/TeleGPS/releases/<rev>.mdwn, to
include release date and explicit ref to dir contents so the
web pages shows versioned links, commit and push
diff --git a/debian/rules b/debian/rules
index 2b798464..ebcb3b80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ prebuild:
configure: configure-stamp
configure-stamp:
dh_testdir
- PKG_CONFIG_PATH=/opt/stlink/lib/pkgconfig ./autogen.sh --prefix=/usr
+ PKG_CONFIG_PATH=/opt/stlink/lib/pkgconfig ./autogen.sh \
+ --prefix=/usr --with-google-key=/opt/google/maps-api-key
touch configure-stamp
build: build-arch build-indep