* Get rid of all references to nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=13299
This commit is contained in:
Eelco Dolstra
2008-11-14 16:57:19 +00:00
parent c1cbd437dc
commit aa84bce64d
66 changed files with 83 additions and 81 deletions

View File

@@ -8,7 +8,7 @@ find "$1" -name "*.nix" | while read fn; do
if url=$(echo "$line" | sed 's^url = \(.*\);^\1^'); then
if ! echo "$url" | grep -q -E "www.cs.uu.nl|nix.cs.uu.nl|.stratego-language.org|java.sun.com|ut2004|linuxq3a|RealPlayer|Adbe|belastingdienst|microsoft|armijn/.nix|sun.com|archive.eclipse.org"; then
if ! echo "$url" | grep -q -E "www.cs.uu.nl|nixos.org|.stratego-language.org|java.sun.com|ut2004|linuxq3a|RealPlayer|Adbe|belastingdienst|microsoft|armijn/.nix|sun.com|archive.eclipse.org"; then
base="$(basename "$url")"
newPath="$distDir/$base"
@@ -80,4 +80,4 @@ find "$1" -name "*.nix" | while read fn; do
done
echo DONE
echo DONE