This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 11d444aa9ef8c675b4b9ec5250292eea11093566 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 28 15:27:40 2014 +0100 also sign zip-files --- bin/signtarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/signtarballs b/bin/signtarballs index 5dc236f..81fa596 100755 --- a/bin/signtarballs +++ b/bin/signtarballs @@ -2,7 +2,7 @@ test -d _releases_ && cd _releases_ || test -d ../_releases_ && cd ../_releases_ || exit -1 -find * -type f | egrep ".*(\.tar\.gz|\.exe|\.dmg)$" | while read tarball; do +find * -type f | egrep ".*(\.zip|\.tar\.gz|\.exe|\.dmg)$" | while read tarball; do test -f $tarball.md5 || md5sum $tarball > $tarball.md5 test -f $tarball.sha1 || sha1sum $tarball > $tarball.sha1 test -f $tarball.asc || gpg -a -b --sign $tarball -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git