From: Wayne Davison Date: Wed, 20 Feb 2008 03:17:08 +0000 (-0800) Subject: Output info on what's being signed to make it clearer X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e0fe5231c2a87fd044124e67cefe244016477282 Output info on what's being signed to make it clearer what is happening. Improved the final admonition. --- diff --git a/packaging/release-rsync b/packaging/release-rsync index 3711c4c3..f28bb334 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -190,6 +190,7 @@ print " "; $_ = ; system "git commit -a -m 'Preparing for release of $version'" and exit 1; +print "Sign the tag:\n"; system "git tag -s -m 'Version $version.' v$version" and exit 1; # Extract some files from the old tar before we do the shuffle. @@ -265,9 +266,14 @@ system "yodl2html -o $dest/rsync.html rsync.yo"; system "yodl2html -o $dest/rsyncd.conf.html rsyncd.conf.yo"; chdir($dest) or die $!; -system "gpg -ba $srctar_name; gpg -ba $pattar_name; gpg -ba $diff_name"; -print $break, <