X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/28747f70aa4b085e74b02c6b8b20db86d41ed6f0..9b5218c341a6d6b37a12260f171e9007b9eb9908:/RELEASE-CHECKLIST?ds=inline diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index 9001461..3ca69a9 100755 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -7,49 +7,87 @@ # * Maybe update MAJOR and/or MINOR in common.make.in # * Update DISTVERSION in Makefile.in # * Update ADNS_VERSION_STRING in client/client.h +# * Update version in ./changelog +# * Commit the result # # * Run this script -# ./RELEASE-CHECKLIST +# ./RELEASE-CHECKLIST [--real] # # * On chiark, maybe, replace ~ian/public-html/adns/current -# with symlink to web-$(version) (as directed by script) +# with symlink to web-$(version) +# +# * On chiark, maybe, replace docs link (as directed by script) +# +# * If not an rc release, put files on ftp.gnu.org # # * Send release announcement (use last one as template) +# +# * Update DISTVERSION, ADNS_VERSION_STRING and start new changelog entry set -e +fail () { echo >&2 "$0: $*"; exit 16; } + +real=false +if [ "x$1" = x--real ]; then + real=true; shift +fi + +if [ $# != 1 ]; then fail "wrong # arguments"; fi +wantversion="$1" + version=`sed -n