X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=build-aux%2Fdo-release-commit-and-tag;fp=build-aux%2Fdo-release-commit-and-tag;h=b4f3251f8c8f4a599b74be39b28b6e0b18429a8c;hb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6;hp=0bd8ce8604bfbef8fbeb2fcf8b5949f4a84e49e9;hpb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;p=debian%2Fgzip diff --git a/build-aux/do-release-commit-and-tag b/build-aux/do-release-commit-and-tag index 0bd8ce8..b4f3251 100755 --- a/build-aux/do-release-commit-and-tag +++ b/build-aux/do-release-commit-and-tag @@ -3,11 +3,11 @@ # controlled .prev-version file, automate the procedure by which we record # the date, release-type and version string in the NEWS file. That commit # will serve to identify the release, so apply a signed tag to it as well. -VERSION=2012-08-01.09 # UTC +VERSION=2016-01-12.23 # UTC # Note: this is a bash script (could be zsh or dash) -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2016 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -94,7 +94,7 @@ do opt=$(echo "$1" | sed -e 's/=.*//') val=$(echo "$1" | sed -e 's/[^=]*=//') shift - set dummy "$opt" "$val" ${1+"$@"}; shift + set dummy "$opt" "$val" "$@"; shift ;; esac @@ -174,6 +174,6 @@ git tag -s -m "$pkg $ver" v$ver HEAD || die 'git tag failed' # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "VERSION=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: " # UTC" # End: