aboutsummaryrefslogtreecommitdiff
path: root/sbosrcarch.conf
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2015-10-22 05:28:10 -0400
committerB. Watson <yalhcru@gmail.com>2015-10-22 05:28:10 -0400
commite8cffa2fa006a26468f93685e8aa1dd187113621 (patch)
tree199202755a28fc41af9482d97590ca8f7b143f6d /sbosrcarch.conf
parent1ca17096c09d824854a66715040e8582ec36f9e9 (diff)
downloadsbostuff-e8cffa2fa006a26468f93685e8aa1dd187113621.tar.gz
sbosrcarch: curl_incremental_download plus by-md5 bugfix
Diffstat (limited to 'sbosrcarch.conf')
-rw-r--r--sbosrcarch.conf38
1 files changed, 35 insertions, 3 deletions
diff --git a/sbosrcarch.conf b/sbosrcarch.conf
index c4a7d5f..d2689d1 100644
--- a/sbosrcarch.conf
+++ b/sbosrcarch.conf
@@ -51,7 +51,8 @@ $archivedir = "/home/urchlay/sboarchive";
# 'sbosrcarch create' after editing this config. If you decrease it,
# run 'sbosrcarch trim' to get rid of files that are now over the limit.
-$maxfilemegs = 0.1;
+#$maxfilemegs = 0.1;
+$maxfilemegs = 0;
## $symlinks (boolean, 0 or 1, optional, default 0)
# 0 = use hard links for by-md5 tree, 1 = symlinks.
@@ -76,6 +77,7 @@ $symlinks = 0;
%user_agent_overrides = (
qr/(?:sourceforge|sf)\.net/ => 'wget',
+ qr/www\.dropbox\.com/ => 'Wget/1.14 (linux-gnu)',
);
## @retry_head_urls (array, optional, elements = regexes)
@@ -217,12 +219,19 @@ 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.
+
@blacklist = qw(
development/jdk
);
-# whitelist and blacklist are only applied to 'create' and 'update' modes.
-# The other modes (add, rm, purge, trim) don't use them.
+# For the whitelist and blacklist, place one category/prgnam or category
+# per line, between the 'qw(' and ');'. Don't use trailing slashes for
+# categories (see examples).
+
+# The whitelist and blacklist are only applied to 'create' and
+# 'update' modes. The other modes (add, rm, purge, trim) don't use
+# them... though check mode will report if blacklisted files are found
+# (but won't rm them).
# In create and update, for each build, the whitelist and blacklist are
# both checked. If a category is listed in one list, but a build inside
@@ -230,3 +239,26 @@ EOF
# the category so it "wins". Listing the same build or category in both
# lists is the same as not listing it in either (except that a warning
# will be printed).
+
+# full category list, for easy copy/pasting into black/whitelist
+#academic
+#accessibility
+#audio
+#business
+#desktop
+#development
+#games
+#gis
+#graphics
+#ham
+#haskell
+#libraries
+#misc
+#multimedia
+#network
+#office
+#perl
+#python
+#ruby
+#system
+