From e8cffa2fa006a26468f93685e8aa1dd187113621 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 22 Oct 2015 05:28:10 -0400 Subject: sbosrcarch: curl_incremental_download plus by-md5 bugfix --- sbosrcarch.conf | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) (limited to 'sbosrcarch.conf') 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 + -- cgit v1.2.3