diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-11-14 05:20:44 -0800 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-11-14 05:20:44 -0800 |
commit | ce87644a79a5aad2c6f24695a2b142468d41d205 (patch) | |
tree | 68b2003ce305b1261c14a81ebcfa1231cc45fa0f /config | |
parent | 93255c0baf9beb4f86815a8ba45c7cfa07ccac22 (diff) | |
parent | 801ea2c927ace5ee892209dd8e3c1044e1b3842e (diff) |
Merge branch 'master' of https://projects.parabolagnulinux.org/dbscripts
Conflicts:
config
Diffstat (limited to 'config')
-rw-r--r-- | config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ #!/bin/bash FTP_BASE="/srv/http/repo/public" ARCH_BASE="/srv/http/repo/public" -SVNREPO="/srv/http/repo/abslibre" +SVNREPO="/var/abs" # Repos from Arch -ARCHREPOS=('core' 'extra' 'community' 'testing' 'multilib') +ARCHREPOS=('core' 'testing' 'extra' 'community' 'multilib') # Official Parabola repos OURREPOS=('libre' 'libre-testing') # User repos @@ -25,7 +25,7 @@ SOURCE_CLEANUP_DRYRUN=true # Time in days to keep moved sourcepackages SOURCE_CLEANUP_KEEP=30 -REQUIRE_SIGNATURE=false +REQUIRE_SIGNATURE=true LOCK_DELAY=10 LOCK_TIMEOUT=300 |