diff options
-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 |