From c8067df0a32cf4c58dc2d432937d9723acc383de Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 1 Aug 2015 14:07:26 +0000 Subject: reproducible: build: s/retried/rescheduled/ --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 0ebb6aa0..7d516941 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -200,7 +200,7 @@ 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." | tee -a "$RBUILDLOG" - echo "Network problems are automatically retried after some hours." | tee -a "$RBUILDLOG" + echo "Network problems are automatically rescheduled 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