[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2518-gd51a31c
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-09-30 10:21:37
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via d51a31c7ed09ba40ed3f94ff210cd48ddda66594 (commit)
from 18c94eff1a9880a70846c77b0cbb3447bb008809 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d51a31c7ed09ba40ed3f94ff210cd48ddda66594
Author: Julien Boibessot <jul...@ar...>
Date: Fri Sep 30 12:20:10 2011 +0200
[BUILD] 3 tries are enough to try to download BR tarball
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index e94c2f3..bac572a 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ help:
$(BUILDROOT_FILE_PATH)/$(BUILDROOT_SOURCE):
mkdir -p $(BUILDROOT_FILE_PATH)
- wget --passive-ftp -P $(BUILDROOT_FILE_PATH) $(BUILDROOT_SITE)/$(BUILDROOT_SOURCE)
+ wget --passive-ftp --tries=3 -P $(BUILDROOT_FILE_PATH) $(BUILDROOT_SITE)/$(BUILDROOT_SOURCE)
buildroot-sources: $(BUILDROOT_FILE_PATH)/$(BUILDROOT_SOURCE)
hooks/post-receive
--
armadeus
|