summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7b1a9fb)
We have to:
* Update debian/changelog
* Build a new .deb
* Copy the files to chiark:~secnet/ in case anyone looks there
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
# Release checklist:
# 1. Check that the tree has what you want
#
# Release checklist:
# 1. Check that the tree has what you want
#
-# 2. Update VERSION above but DO NOT COMMIT
+# 2. Update VERSION (above) and debian/changelog
+# but DO NOT COMMIT
# and check that the resulting tarball looks OK.
# Eg, untar it and build it, or have it reviewed.
#
# and check that the resulting tarball looks OK.
# Eg, untar it and build it, or have it reviewed.
#
-# 3. Commit the update to VERSION
+# 3. Commit the updates to VERSION (above) and debian/changelog
#
# 4. git-tag -s v$(VERSION)
#
#
# 4. git-tag -s v$(VERSION)
#
# 7. rsync -v ../secnet-$VERSION.tar.gz* \
# chiark:/home/ianmdlvl/public-html/secnet/download/
#
# 7. rsync -v ../secnet-$VERSION.tar.gz* \
# chiark:/home/ianmdlvl/public-html/secnet/download/
#
-# 8. write and post a release announcement
+# 8. On chiark:
+# tar zxf ~ianmdlvl/public-html/secnet/download/secnet-$(VERSION).tar.gz
+# cd secnet-$(VERSION)
+# debian/rules build
+# fakeroot debian/rules binary
+# cp ../secnet_0.1.18.1-1_i386.deb ~/public-html/secnet/download/
+#
+# 9. On chiark as user secnet:
+# cd ~secnet/
+# rsync ~ianmdlvl/public-html/secnet/download/secnet* .
+#
+# 9. write and post a release announcement