summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-11-06 10:13:00 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-11-06 10:13:00 +0000
commit8334ad8b2adbc4eb2f8ce580e9df0dd2ded0ae93 (patch)
tree573fc64e91714e9ca0d91ff21cf7d791dbf47a50 /pkgs/build-support
parent73933c7f9b406b9544d5b129a34733084f6131c5 (diff)
downloadnixlib-8334ad8b2adbc4eb2f8ce580e9df0dd2ded0ae93.tar
nixlib-8334ad8b2adbc4eb2f8ce580e9df0dd2ded0ae93.tar.gz
nixlib-8334ad8b2adbc4eb2f8ce580e9df0dd2ded0ae93.tar.bz2
nixlib-8334ad8b2adbc4eb2f8ce580e9df0dd2ded0ae93.tar.lz
nixlib-8334ad8b2adbc4eb2f8ce580e9df0dd2ded0ae93.tar.xz
nixlib-8334ad8b2adbc4eb2f8ce580e9df0dd2ded0ae93.tar.zst
nixlib-8334ad8b2adbc4eb2f8ce580e9df0dd2ded0ae93.zip
Roll back SBCL
svn path=/nixpkgs/trunk/; revision=18189
Diffstat (limited to 'pkgs/build-support')
-rwxr-xr-xpkgs/build-support/upstream-updater/update-upstream-data.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/upstream-updater/update-upstream-data.sh b/pkgs/build-support/upstream-updater/update-upstream-data.sh
index b3e0bbe6d30a..61c062518026 100755
--- a/pkgs/build-support/upstream-updater/update-upstream-data.sh
+++ b/pkgs/build-support/upstream-updater/update-upstream-data.sh
@@ -35,6 +35,7 @@ prefetchClause=""
     if [ -z "$forcedUrl" ] ; then
         freshUrl="$("$own_dir"/urls-from-page.sh "$(getAttr downloadPage)" |
           eval "egrep \"$(getAttr sourceRegexp '.*[.]tar[.].*')\"" | 
+	  eval "egrep -v \"$(getAttr blacklistRegexp '^$')\"" |
           eval "$(getAttr choiceCommand 'head -1')")"
     
         if ! egrep ':' <<< "$freshUrl" ; then