[PATCH] patchwork-update-commits: add missing `update` to command line

Paul Menzel paulepanter at users.sourceforge.net
Thu Mar 24 04:13:30 EST 2011


Date: Wed, 23 Mar 2011 18:10:31 +0100

Otherwise the following error is shown.

	Too many arguments specified

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 tools/patchwork-update-commits |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/patchwork-update-commits b/tools/patchwork-update-commits
index 2730216..b2a658a 100755
--- a/tools/patchwork-update-commits
+++ b/tools/patchwork-update-commits
@@ -13,5 +13,5 @@ git rev-list --reverse "$@" |
 while read commit
 do
 	hash=$(git show "$commit" | python $pwpath/parser.py -#)
-	$pwpath/bin/pwclient -s Accepted -c "$commit" -h "$hash"
+	$pwpath/bin/pwclient update -s Accepted -c "$commit" -h "$hash"
 done
-- 
1.7.4.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ozlabs.org/pipermail/patchwork/attachments/20110323/71facfc6/attachment.pgp>


More information about the Patchwork mailing list