* Evacuate tarballs.

svn path=/nixpkgs/trunk/; revision=2527
This commit is contained in:
Eelco Dolstra
2005-04-11 13:09:01 +00:00
parent bf985e6d6e
commit 7775caaa35
15 changed files with 15 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ find . -name "*.nix" | while read fn; do
if oldURL=$(echo "$line" | sed 's^url = \(.*\);^\1^'); then
if ! echo "$oldURL" | grep -q -E ".cs.uu.nl|.stratego-language.org|java.sun.com|ut2004|linuxq3a|RealPlayer"; then
if ! echo "$oldURL" | grep -q -E ".cs.uu.nl|.stratego-language.org|java.sun.com|ut2004|linuxq3a|RealPlayer|Adbe"; then
base=$(basename $oldURL)
newURL="http://catamaran.labs.cs.uu.nl/dist/tarballs/$base"
newPath="/mnt/scratchy/eelco/public_html/tarballs/$base"