[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "reproducible Debian: increase the timeout for sending the files to buildinfo.d.n, we want them there…"

Holger Levsen holger at layer-acht.org
Sun Oct 23 08:48:44 UTC 2016


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 d8f5628d7930434c6d2889bcd90bc71a6b290c4d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 23 10:48:28 2016 +0200

    Revert "reproducible Debian: increase the timeout for sending the files to buildinfo.d.n, we want them there…"
    
    This reverts commit ecc9afced7a409b3b3076ca9adbac0d413d37a4c.
---
 bin/reproducible_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 1a9b17a..ef170b6 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -780,8 +780,8 @@ share_buildinfo() {
 	mail -s "buildinfo from $NODE1" submit at buildinfo.kfreebsd.eu < ./b1/$BUILDINFO || true
 	mail -s "buildinfo from $NODE2" submit at buildinfo.kfreebsd.eu < ./b2/$BUILDINFO || true
 	# buildinfo.debian.net administred by Chris Lamb <lamby at debian.org>
-	curl -X PUT --max-time 120 --data-binary @- "http://buildinfo.debian.net/api/submit?node=$NODE1" < ./b1/$BUILDINFO || true
-	curl -X PUT --max-time 120 --data-binary @- "http://buildinfo.debian.net/api/submit?node=$NODE2" < ./b2/$BUILDINFO || true
+	curl -X PUT --max-time 30 --data-binary @- "http://buildinfo.debian.net/api/submit?node=$NODE1" < ./b1/$BUILDINFO || true
+	curl -X PUT --max-time 30 --data-binary @- "http://buildinfo.debian.net/api/submit?node=$NODE2" < ./b2/$BUILDINFO || true
 
 	echo "$(date -u) - done submitting .buildinfo files."
 }

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