* Merge r2396.

svn path=/nixpkgs/trunk/; revision=2397
This commit is contained in:
Eelco Dolstra
2005-03-14 09:22:26 +00:00
parent df2a7e5168
commit f6e91bc9c9
33 changed files with 66 additions and 66 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"; then
if ! echo "$oldURL" | grep -q -E ".cs.uu.nl|.stratego-language.org|java.sun.com|ut2004|linuxq3a|RealPlayer"; then
base=$(basename $oldURL)
newURL="http://catamaran.labs.cs.uu.nl/dist/tarballs/$base"
newPath="/mnt/scratchy/eelco/public_html/tarballs/$base"