Bug 32816

Summary: [bzt] Automate the process of calling prepare-ChangeLog
Product: WebKit Reporter: Adam Barth <abarth>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, mjs, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch eric: review+, abarth: commit-queue-

Description Adam Barth 2009-12-21 00:36:11 PST
We should start work on a submit-patch command that automates the process of creating a bug and uploading a code change.  In the first cut, I'm going to focus on calling prepare-ChangeLog.  I'll create the bug in a second round.
Comment 1 Adam Barth 2009-12-21 00:38:30 PST
Created attachment 45309 [details]
Patch
Comment 2 WebKit Review Bot 2009-12-21 00:40:13 PST
Attachment 45309 [details] did not pass style-queue:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebKitTools/ChangeLog:17:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1
Comment 3 Adam Barth 2009-12-21 00:41:21 PST
Created attachment 45310 [details]
Patch
Comment 4 WebKit Review Bot 2009-12-21 00:45:32 PST
style-queue ran check-webkit-style on attachment 45310 [details] without any errors.
Comment 5 Eric Seidel (no email) 2009-12-21 22:38:40 PST
Comment on attachment 45310 [details]
Patch

I think the -o approach is strange, and probably wrong.   $EDITOR or some sort of user prompting is what we want in the end.

Also --non-interactive makes little sense for PrepareChangeLog, but ok.

The addition of SubmitPatch at this time doesn't seem much value add.  But the rest of the changes seem great!  (I'm OK keeping it around, just seems kinda vacuous atm.)

Clearly PostCommits needs to be converted too. :(

LGTM.
Comment 6 Adam Barth 2009-12-21 22:40:32 PST
Comment on attachment 45310 [details]
Patch

tahnks
Comment 7 Adam Barth 2009-12-21 22:47:08 PST
Committed r52480: <http://trac.webkit.org/changeset/52480>