comparison images/busybox-test/build.sh @ 29:f3e1afd794a5

The zlib developers remove each old version as the new one as released, to discourage people from using it (I.E. zlib). Remind me to copy the mirroring architecture into the control image shared infrastructure.
author Rob Landley <rob@landley.net>
date Sun, 10 Jun 2012 20:30:25 -0500
parents 0e641b064adf
children
comparison
equal deleted inserted replaced
28:7e6935234d63 29:f3e1afd794a5
2 2
3 # Run the busybox test suite. 3 # Run the busybox test suite.
4 4
5 EXTRACT_ALL=1 5 EXTRACT_ALL=1
6 6
7 URL=http://www.busybox.net/downloads/busybox-1.19.4.tar.bz2 \ 7 URL=http://www.busybox.net/downloads/busybox-1.20.0.tar.bz2 \
8 SHA1=5d7db83d8efbadc19c86ec236e673504bbf43517 \ 8 SHA1=b8f5721557d437d2539dd3f7db91683ec50bdade \
9 maybe_fork "download || dienow" 9 maybe_fork "download || dienow"
10 10
11 cat > "$WORK"/init << 'EOF' || dienow 11 cat > "$WORK"/init << 'EOF' || dienow
12 #!/bin/bash 12 #!/bin/bash
13 13