[Qa-jenkins-scm] [jenkins.debian.net] 03/03: 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:39:31 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 ecc9afced7a409b3b3076ca9adbac0d413d37a4c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 23 10:39:16 2016 +0200

    reproducible Debian: increase the timeout for sending the files to buildinfo.d.n, we want them there…
---
 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 ef170b6..1a9b17a 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 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
+	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
 
 	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