This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository pkg-java-scripts.
commit 9a799f23280c67a89ff10df75eed99ce23ed3a1f Author: Emmanuel Bourg <[email protected]> Date: Wed Feb 28 18:22:33 2018 +0100 Remove debian/files before tagging --- tag-release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tag-release.sh b/tag-release.sh index 8c286d5..bd3ee66 100755 --- a/tag-release.sh +++ b/tag-release.sh @@ -3,6 +3,8 @@ # Tag the current package in Git and push the tags # +rm -f debian/files + gpg -n --clearsign ~/.profile gbp buildpackage --git-tag-only --git-sign-tags git push -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pkg-java-scripts.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

