From 05bd05a7a12f0407f9568df0b1888722ce54797d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 23 Jul 2008 17:03:03 -0700 Subject: [PATCH] Pass --branch option to patch-update script. --- packaging/release-rsync | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/release-rsync b/packaging/release-rsync index 4a141c88..6fa42137 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -240,11 +240,11 @@ my $ans = ; system "git commit -a -m 'Preparing for release of $version'" and exit 1; print "Updating files in \"patches\" dir ...\n"; -system "packaging/patch-update"; +system "packaging/patch-update --branch=$master_branch"; if ($ans =~ /^y/i) { print "\nVisiting all \"patch/*\" branches ...\n"; - system "packaging/patch-update --shell"; + system "packaging/patch-update --branch=$master_branch --shell"; } print $break, <