summaryrefslogtreecommitdiffstats
path: root/init_node
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-02 01:30:30 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-02 01:30:30 +0200
commit504ee711387d891ae1322b7452ef6572b3fa7686 (patch)
tree76d935e3f4e8c5520595d0e01db665a2cd3e68b5 /init_node
parentb7e6068a42b1e1e5149e032d560c7aadc1603918 (diff)
downloadjenkins.debian.net-504ee711387d891ae1322b7452ef6572b3fa7686.tar.xz
reproducible Debian: stating what's obvious today
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'init_node')
-rwxr-xr-xinit_node3
1 files changed, 2 insertions, 1 deletions
diff --git a/init_node b/init_node
index 049c3757..a93c2f38 100755
--- a/init_node
+++ b/init_node
@@ -6,6 +6,8 @@
#
# initial setup for new build nodes
# - this script assumes that the user running it has unlimited sudo powers…
+# - it's also assumed that this script is once manually scp'ed to the new node
+# and run there manually once :)
# let's check our assumptions first…
if [ $(sudo id -u) -ne 0 ] ; then
@@ -16,7 +18,6 @@ elif [ $(id -u) -eq 0 ] ; then
exit 1
fi
-
START=$(date +'%s')
GIT_REPO="git://anonscm.debian.org/qa/jenkins.debian.net.git"