Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(822)

Unified Diff: skolo/raspberry-pi/start_swarming

Issue 2308033002: Update RPIs to use .gitconfig and .netrc (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Fix copypasta Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skolo/raspberry-pi/ansible_scripts/shutdown.yml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skolo/raspberry-pi/start_swarming
diff --git a/skolo/raspberry-pi/start_swarming b/skolo/raspberry-pi/start_swarming
index 6b53f431e6cb69eeae9eb8413c99616561620a09..8a4c8a1ba13439bf89b497c1d90a6ee2c8d11e6e 100644
--- a/skolo/raspberry-pi/start_swarming
+++ b/skolo/raspberry-pi/start_swarming
@@ -7,6 +7,10 @@ sudo chmod 777 /b
# when trying to download the bootstrap code.
sleep 10s
+# Copy authentication to home directory
+cp /opt/.gitconfig /home/chrome-bot/.gitconfig
+cp /opt/.netrc /home/chrome-bot/.netrc
+
if [ ! -d "/b/s" ]; then
cd /b
echo "Bootstrapping swarming, expect a reboot"
« no previous file with comments | « skolo/raspberry-pi/ansible_scripts/shutdown.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698