changeset 431:d1170bea3336

Use nightly busybox and uClibc snapshots for unstable versions (to prepare for automated nightly builds).
author Rob Landley <rob@landley.net>
date Thu, 30 Oct 2008 01:41:57 -0500
parents dd3dd451f526
children b697ea9d73f3
files download.sh
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Wed Oct 29 21:51:25 2008 -0500
+++ b/download.sh	Thu Oct 30 01:41:57 2008 -0500
@@ -5,7 +5,7 @@
 NO_ARCH=none
 source include.sh
 
-[ x"$1" == x--extract ] && EXTRACT_ALL=yes
+[ "$1" == "--extract" ] && EXTRACT_ALL=yes
 
 # Dark blue
 echo -e "\e[34m"
@@ -29,8 +29,7 @@
 
 URL=http://www.uclibc.org/downloads/uClibc-0.9.29.tar.bz2 \
 SHA1=1c5a36dc2cfa58b41db413190e45675c44ca4691 \
-#UNSTABLE=http://uclibc.org/downloads/uClibc-0.9.30-rc2.tar.bz2 \
-UNSTABLE=http://uclibc.org/downloads/snapshots/uClibc-20081028.tar.bz2 \
+UNSTABLE=http://uclibc.org/downloads/uClibc-snapshot.tar.bz2 \
 download || dienow
 
 URL=ftp://ftp.gnu.org/gnu/binutils/binutils-2.17.tar.bz2 \
@@ -55,7 +54,7 @@
 
 URL=http://www.busybox.net/downloads/busybox-1.12.1.tar.bz2 \
 SHA1=e405e2d6587714626c8eb7d181f63208f3997845 \
-UNSTABLE=http://busybox.net/downloads/snapshots/busybox-20081028.tar.bz2 \
+UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \
 download || dienow
 
 URL=ftp://ftp.gnu.org/gnu/make/make-3.81.tar.bz2 \