diff options
author | B. Watson <yalhcru@gmail.com> | 2015-10-26 16:32:28 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2015-10-26 16:32:28 -0400 |
commit | 97d297552c2b4d7e7bd66f2cc6c14ceeeae1e1c9 (patch) | |
tree | e9f27ddc5e52fdb0dce837349dcc5adc26cce96e | |
parent | 803152a97ef9ce7e2f85a3d90ba9a6ab8b610681 (diff) | |
download | sbostuff-97d297552c2b4d7e7bd66f2cc6c14ceeeae1e1c9.tar.gz |
sbosrcarch.conf: add a few un-gettable builds to default blacklist
-rw-r--r-- | sbosrcarch.conf | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sbosrcarch.conf b/sbosrcarch.conf index d2689d1..5d04fb4 100644 --- a/sbosrcarch.conf +++ b/sbosrcarch.conf @@ -31,8 +31,8 @@ $sbogiturl = "git://slackbuilds.org/slackbuilds.git"; # This can be located anywhere. It's slightly more efficient to locate # it on the same filesystem as $archivedir, but not critically so. -#$sbogitdir = "/home/urchlay/sbo-master/"; -$sbogitdir = "/tmp/sbo-master/"; +$sbogitdir = "/home/urchlay/sbo-master/"; +#$sbogitdir = "/tmp/sbo-master/"; # Branch to use, normally master (only change for testing purposes). #$sbogitbranch = "master"; $ TODO: implement @@ -52,7 +52,7 @@ $archivedir = "/home/urchlay/sboarchive"; # run 'sbosrcarch trim' to get rid of files that are now over the limit. #$maxfilemegs = 0.1; -$maxfilemegs = 0; +$maxfilemegs = 1; ## $symlinks (boolean, 0 or 1, optional, default 0) # 0 = use hard links for by-md5 tree, 1 = symlinks. @@ -219,9 +219,16 @@ EOF # and javascript, and have to agree to the license terms interactively). # Removing it will just result in sbosrcarch downloading an HTML page # and deleting it because the md5sum doesn't match the actual source. +# The others listed here are similar (registration required, etc). @blacklist = qw( - development/jdk + development/jdk + academic/finchtv + development/J-Link + development/amd-app-sdk + development/smartsvn + graphics/paraview + graphics/vuescan ); # For the whitelist and blacklist, place one category/prgnam or category |