From 71bdd1d9c08b09a66f50b7c0dbfbdde88073f75c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 31 Jan 2015 09:03:36 +0000 Subject: [PATCH] Release process notes from 0.4.0~beta2 --- Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.30.2