From b69de40bb00cf300dc81b1b917469e4e8a193371 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 1 Aug 2015 13:37:30 +0000 Subject: reproducible: build: also send those messages to the rbuild --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index e05cd5c8..0ebb6aa0 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 -- cgit v1.2.3-54-g00ecf