[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: build: also send those messages to the rbuild
Holger Levsen
holger at moszumanska.debian.org
Sat Aug 1 13:46:23 UTC 2015
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 b69de40bb00cf300dc81b1b917469e4e8a193371
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat Aug 1 13:37:30 2015 +0000
reproducible: build: also send those messages to the rbuild
---
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 e05cd5c..0ebb6aa 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -199,8 +199,8 @@ handle_404() {
handle_depwait() {
echo "Downloading the build dependencies failed" | tee -a "$RBUILDLOG"
- echo "Maybe there was a network problem, or the build dependencies are currently uninstallable; consider filing a bug in the last case."
- echo "Network problems are automatically retried after some hours."
+ echo "Maybe there was a network problem, or the build dependencies are currently uninstallable; consider filing a bug in the last case." | tee -a "$RBUILDLOG"
+ echo "Network problems are automatically retried after some hours." | tee -a "$RBUILDLOG"
calculate_build_duration
update_db_and_html "depwait"
if [ $SAVE_ARTIFACTS -eq 1 ] ; then SAVE_ARTIFACTS=0 ; fi
--
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