[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: temporary stop building for unstable/exp until we get a patches gcc-7 again

Mattia Rizzolo mattia at debian.org
Tue Mar 13 11:22:44 UTC 2018


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

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

commit 54c394513fd276009f8636107bd4c07c9e94da73
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Mar 13 12:22:14 2018 +0100

    reproducible debian: temporary stop building for unstable/exp until we get a patches gcc-7 again
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 bin/reproducible_build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 96acd93..6292ed5 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -457,6 +457,7 @@ choose_package() {
 		FROM schedule AS sch JOIN sources AS s ON sch.package_id=s.id
 		WHERE sch.date_build_started is NULL
 		AND s.architecture='$ARCH'
+		AND s.suite NOT IN ('unstable', 'experimental')
 		ORDER BY date_scheduled LIMIT 5"|sort -R|head -1)
 	if [ -z "$RESULT" ] ; then
 		echo "No packages scheduled, sleeping 30m."

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