The branch, master has been updated via 1220c93 Fix the visit-all-patches path. from 7d7538d Fix error in write_sparse() on incomplete write.
;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 1220c93a996e38f3bdcb3351fcbd940695ebf3c5 Author: Wayne Davison <way...@samba.org> Date: Mon Sep 16 09:15:14 2013 -0700 Fix the visit-all-patches path. ----------------------------------------------------------------------- Summary of changes: packaging/release-rsync | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/packaging/release-rsync b/packaging/release-rsync index 0b906c4..b15aae1 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -278,7 +278,7 @@ system "packaging/patch-update --branch=$master_branch"; if ($ans =~ /^y/i) { print "\nVisiting all \"patch/$master_branch/*\" branches ...\n"; - system "packaging/patch-update --branch=$master_branch --shell"; + system "packaging/patch-update --branch=$master_branch --skip-check --shell"; } if (-d 'patches/.git') { -- The rsync repository. _______________________________________________ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs