summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDavid James <davidjames@chromium.org>2013-07-16 10:46:20 -0700
committerChromeBot <chrome-bot@google.com>2013-07-16 15:43:10 -0700
commit205a4b8a9e56df3b62c12d6f10de9df9a6ccceed (patch)
tree97be0c5d150bb9a9f868a3536ebaef08add17013 /bin
parent88b901c53e54869188db793b2c2260fe7fd7116f (diff)
downloadchromite-205a4b8a9e56df3b62c12d6f10de9df9a6ccceed.tar.gz
Add script for creating projects.
The purpose of this script is to ensure that certain often overlooked steps (specifying the parent for example) is done- in this case automatically calculated if not specified- while specifying other defaults. This basically is a defaulted version of invoking gerrit create-project, and should be the preferred norm going forward. BUG=chromium:138826 TEST=Run the script in dry-run mode and verify the command line. Change-Id: I2e7cc0aca5a68b0bfd7d7f55d7d0bce70961abb9 Reviewed-on: https://gerrit.chromium.org/gerrit/62140 Commit-Queue: David James <davidjames@chromium.org> Reviewed-by: David James <davidjames@chromium.org> Tested-by: David James <davidjames@chromium.org>
Diffstat (limited to 'bin')
l---------bin/cros_create_project1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cros_create_project b/bin/cros_create_project
new file mode 120000
index 000000000..72196ceea
--- /dev/null
+++ b/bin/cros_create_project
@@ -0,0 +1 @@
+../scripts/wrapper.py \ No newline at end of file