Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10853
-gerrit
commit 1fdc9fced88e4653329078836562fd4d43df685b Author: Paul Menzel paulepanter@users.sourceforge.net Date: Fri Jun 12 11:58:14 2015 +0200
buildgcc: Show the archive URL
In case of downloading errors, the URL is handy for analyzing the cause.
Change-Id: I6874cdc3c881cfdd52c80f80323536c30723654b Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 7f440f7..f4a228e 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -192,7 +192,7 @@ download() { "$($CHECKSUM tarballs/$FILE 2>/dev/null | \ sed -e 's,.*([0-9a-f]{40}).*,\1,')" ) && \ printf "(cached)" || ( - printf "(downloading)" + printf "(downloading from $archive)" rm -f tarballs/$FILE cd tarballs wget --no-check-certificate -q $archive