From: Yaroslav Halchenko Date: Fri, 6 Feb 2015 16:42:00 +0000 (-0500) Subject: Also for stats report which repo and which job number use our setup X-Git-Url: https://git.donarmstrong.com/?p=neurodebian.git;a=commitdiff_plain;h=HEAD Also for stats report which repo and which job number use our setup --- diff --git a/tools/neurodebian-travis.sh b/tools/neurodebian-travis.sh index e1df2d2..58e4c03 100755 --- a/tools/neurodebian-travis.sh +++ b/tools/neurodebian-travis.sh @@ -19,7 +19,7 @@ sudo traceroute -T neuro.debian.net echo "Request non-existing uniq file to ease tracking this connection (for troubleshooting)" echo "Date: `date` Seed: $rseed" rseed=$RANDOM -wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh-$RANDOM || : +wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh-$RANDOM-repo:$TRAVIS_REPO_SLUG-job:$TRAVIS_JOB_NUMBER || : # Figure out what Ubuntu release travis environment is based on sudo apt-get install lsb-release