summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Cui <rcui@chromium.org>2012-07-13 18:00:33 -0700
committerGerrit <chrome-bot@google.com>2012-07-31 16:07:31 -0700
commit3045c5df5fb784858cd0e7cd98608a5d7570d842 (patch)
treec251364f3fc27b5af8a7868018ce0a12e5ed257a /bin
parentb619a78eb12f86d08f62f325f415e8235c4f6226 (diff)
downloadchromite-3045c5df5fb784858cd0e7cd98608a5d7570d842.tar.gz
Add deploy_chrome script.
Allows developers without a chroot to deploy a Chrome package built by trybots and uploaded to GS. Design doc for the flow is at goo.gl/zrAHo. Adapted from cwolfe's cros_chrome_rsync and cros_fetch_image scripts, documented at http://www/~cwolfe/pilot. Also adds a remote_access.py library. This is a re-write of src/scripts/remote_access.sh in python. BUG=chromium-os:32575 TEST=Local testing, deploying to device. Remote trybots. Change-Id: Iad9cd16735d87dfa7d246c56c2a650723ff308ec Reviewed-on: https://gerrit.chromium.org/gerrit/27741 Commit-Ready: Ryan Cui <rcui@chromium.org> Reviewed-by: Ryan Cui <rcui@chromium.org> Tested-by: Ryan Cui <rcui@chromium.org>
Diffstat (limited to 'bin')
l---------bin/deploy_chrome1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/deploy_chrome b/bin/deploy_chrome
new file mode 120000
index 000000000..72196ceea
--- /dev/null
+++ b/bin/deploy_chrome
@@ -0,0 +1 @@
+../scripts/wrapper.py \ No newline at end of file