diff options
-rwxr-xr-x | init_node | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |