[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Mon Sep 16 18:20:24 CEST 2013


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 <wayned at 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.


More information about the rsync-cvs mailing list