[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: provide 'latest' link

Holger Levsen holger at layer-acht.org
Sat Apr 15 14:17:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit be4dfc50947914fb895835e08506a68e92097c42
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Apr 15 16:16:58 2017 +0200

    reproducible Debian: provide 'latest' link
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build_service.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh
index 2639f8d..0f458a8 100755
--- a/bin/reproducible_build_service.sh
+++ b/bin/reproducible_build_service.sh
@@ -22,6 +22,7 @@ BUILD_BASE=/var/lib/jenkins/userContent/reproducible/debian/build_service/$1
 OLD_ID=$((ls -1rt $BUILD_BASE||echo 0)|tail -1)
 let BUILD_ID=OLD_ID+1
 mkdir -p $BUILD_BASE/$BUILD_ID
+ln -sf $BUILD_BASE/$BUILD_ID $BUILD_BASE/latest
 
 export BUILD_URL=https://jenkins.debian.net/userContent/build_service/$1
 export BUILD_ID
@@ -40,7 +41,5 @@ esac
 # < h01ger> | logs should auto display in browser like with jenkins… (long-polling, meta-refresh, something)
 # < h01ger> | and we need maintenance to cleanup the log files eventually
 # < h01ger> | and translate that yaml to crontab entries, starting with i386
-# Sleeping 5m before aborting the job.
-# -> blocks stopping the service
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list