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" |