Bug 46072 - script to automate the common setup steps at http://trac.webkit.org/wiki/UsingGitWithWebKit
Summary: script to automate the common setup steps at http://trac.webkit.org/wiki/Usin...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-19 21:32 PDT by Ojan Vafai
Modified: 2010-09-19 22:28 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.08 KB, patch)
2010-09-19 21:34 PDT, Ojan Vafai
abarth: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2010-09-19 21:32:03 PDT
script to automate the common setup steps at http://trac.webkit.org/wiki/UsingGitWithWebKit
Comment 1 Ojan Vafai 2010-09-19 21:34:41 PDT
Created attachment 68049 [details]
Patch
Comment 2 Adam Barth 2010-09-19 21:55:03 PDT
Comment on attachment 68049 [details]
Patch

Looks reasonable, but how do you run this script without a working copy?  It would be better if this script didn't have any dependencies so folks could just run it.  Maybe it would be better as a shell script?
Comment 3 Ojan Vafai 2010-09-19 22:23:15 PDT
This script doesn't actually do the checkout step. It assumes that you did the checkout step. I suppose we could build the checkout step into the script as well. I'd still prefer to keep it a python script, but there's no need for it to depend on webkipy.

Shell scripting makes me grumpy and noone wants that. :)