Wireshark mailing list archives

Fwd: [Wireshark-commits] rev 53999: /trunk/tools/ /trunk/tools/: backport-change backport-rev


From: Gerald Combs <gerald () wireshark org>
Date: Thu, 12 Dec 2013 18:08:01 -0800

In preparation for the migration to Git+Gerrit I added a script named
"backport-change" to /trunk/tools. It's the Git counterpart to
backport-rev. To use it you run

  git checkout <1.10 or 1.8 branch>

followed by

  backport-change r<SVN revision>

or

  backport-change <git hash>

It will try to cherry-pick the given change from master and open a
change request for the corresponding branch on Gerrit. You'll have to
have a remote named "gerrit" that points to
ssh://<user>@test.code.wireshark.org:29418/wireshark-review-sandbox.git
in order it to work.

This is a big change from the current method of dumping everything on
the Roadmap page but it should hopefully make the backporting process
less error-prone.


-------- Original Message --------
Subject: [Wireshark-commits] rev 53999: /trunk/tools/ /trunk/tools/:
backport-change backport-rev
Date: Thu, 12 Dec 2013 23:38:55 GMT
From: gerald () wireshark org
Reply-To: wireshark-dev () wireshark org
To: wireshark-commits () wireshark org

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53999

User: gerald
Date: 2013/12/12 11:38 PM

Log:
 Add a "backport-change" script which cherry-picks a proposed backport
 and pushes it to Gerrit.

Directory: /trunk/tools/
  Changes    Path               Action
  +140 -0    backport-change    Added
  +2 -1      backport-rev       Modified

___________________________________________________________________________
Sent via:    Wireshark-commits mailing list
<wireshark-commits () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits

mailto:wireshark-commits-request () wireshark org?subject=unsubscribe


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: