From: Ian Jackson Date: Sat, 31 Jan 2015 09:03:36 +0000 (+0000) Subject: Release process notes from 0.4.0~beta2 X-Git-Tag: v0.4.0~3 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/71bdd1d9c08b09a66f50b7c0dbfbdde88073f75c Release process notes from 0.4.0~beta2 --- diff --git a/Makefile.in b/Makefile.in index 1e85607..0e35233 100644 --- a/Makefile.in +++ b/Makefile.in @@ -225,9 +225,9 @@ dist: # # 3. Commit the updates to VERSION (above) and debian/changelog # -# 4. git-tag -m "secnet $VERSION" -s v$VERSION +# 4. git-tag -m "secnet $VERSION" -s v${VERSION//\~/_} # -# 5. git-push origin v$VERSION v${VERSION}~0:master +# 5. git-push origin v${VERSION//\~/_} v${VERSION//\~/_}~0:master # # 6. Run, again, # make dist @@ -256,5 +256,9 @@ dist: # mkdir $VERSION # cd $VERSION # ln -s /home/ianmdlvl/public-html/secnet/download/secnet?$VERSION* . +# mkdir polypath-backport +# ln -s /home/ianmdlvl/public-html/secnet/download/backport/secnet?$VERSION* polypath-backport/. +# ln -s /home/ianmdlvl/public-html/secnet/download/backport/*adns* polypath-backport/. # # 11. write and post a release announcement +# find -type l | sort | xargs sha256sum