From: Wayne Davison Date: Tue, 25 Mar 2008 03:30:44 +0000 (-0700) Subject: Some more improvements for the packaging/release-rsync script: X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/798a9e4e744b5323a990c4bfbd0e76ba282efdb4?hp=798a9e4e744b5323a990c4bfbd0e76ba282efdb4 Some more improvements for the packaging/release-rsync script: - Check early if the version tag already exists, so it aborts right away if the release script can't do its work. - Update the files in the "patches" dir while merging the master branch into the patch branches (done before creating the release patches for the rsync-patches tar file). - Allow the user to ask to visit each patch when updating them. - Pause after initial patch updating so that any extra patch changes can be done before the creating of the tar files. - Ask for the GPG signing passphrase once for all signing commands. ---