Bug 25603

Summary: Add git-send-bugzilla and git-send-pastebin to WebKitTools/Scripts
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: aroben, ddkilzer, scheglov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Add git-send-* to WebKitTools/Scripts none

Description Eric Seidel (no email) 2009-05-06 20:15:14 PDT
Add git-send-bugzilla and git-send-pasteboard to WebKitTools/Scripts

These are two common tools which WebKIt git users use.  We should add them to our Scripts directory so that we can more easily continue to make improvements to them instead of depending on Alp to do so.
Comment 1 Eric Seidel (no email) 2009-05-06 20:21:12 PDT
Bah!  They're GPL.  So we can't add them to WebKitTools.  Sometimes I really hate licenses.  I guess we'll just have to re-write them in python.
Comment 2 Eric Seidel (no email) 2009-05-06 20:21:47 PDT
Created attachment 30085 [details]
Add git-send-* to WebKitTools/Scripts

 2 files changed, 342 insertions(+), 0 deletions(-)
Comment 3 Dimitri Glazkov (Google) 2009-05-06 20:40:07 PDT
+1.
Comment 4 Mark Rowe (bdash) 2009-05-07 00:37:41 PDT
If we're going to land these sorts of scripts I would suggest leaving "git" out of their names.  There's nothing inherently specific to git about them and, like our other scripts, it would be best that they support both Subversion and Git.
Comment 5 Eric Seidel (no email) 2009-05-07 01:04:43 PDT
I wholeheartedly agree.  Eventually the scripts need to support all our supported SCM systems.  I also think it would be OK to land git-specific scripts for the time being.  In this case though we can't land these anyway due to GPL usage. :(  At least that's my understanding of our license restrictions.
Comment 6 Eric Seidel (no email) 2009-06-06 00:35:11 PDT
Btw, these scripts came from http://git.ndesk.org/?p=git-porcelains;a=summary
which is mentioned at http://trac.webkit.org/wiki/UsingGitWithWebKit