Add command line tool to update cherrymaint
authorDavid Golden <dagolden@cpan.org>
Tue, 29 Jun 2010 23:49:03 +0000 (19:49 -0400)
committerDavid Golden <dagolden@cpan.org>
Tue, 29 Jun 2010 23:49:03 +0000 (19:49 -0400)
commit813fcdee40ed61472236553cef309e133e8c4775
tree3fa1d539b3fa8f723e9a5efcdad25fab046417d7
parentcac1beb07914178078e9fe59db3a6f74bad85860
Add command line tool to update cherrymaint

Usage:

  # to vote +1 to cherry pick the SHA1 'deadbeef'
  $ perl Porting/cherrymaint deadbeef

  # to mark as cherry picked
  $ perl Porting/cherrymaint --picked deadbeef

The commit ID can be any valid git revision reference, e.g. HEAD

The ssh tunnel from localhost:3000 to perl5.git.perl.org:3000 must
already exist.

LWP::UserAgent is required.
Porting/cherrymaint [new file with mode: 0755]