summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-04-02 13:19:05 +0200
committerPierre Schmitz <pierre@archlinux.de>2011-04-02 13:19:05 +0200
commit1ce0c6368d0908e25f9bd1bb8183b5f29053fac8 (patch)
tree225c1d19b42c5b4a5d9319adb49bfece95a49952 /config
parenta7b293ad4d819fa77592818af27f7c2a3b9b2ca4 (diff)
downloaddbscripts-1ce0c6368d0908e25f9bd1bb8183b5f29053fac8.tar.gz
dbscripts-1ce0c6368d0908e25f9bd1bb8183b5f29053fac8.tar.xz
Add simple checks for handling signed packages20110409
In addition to this dbscripts wont accept unsigned pacakges when REQUIRE_SIGNATURE is set to true. Note: At this point no signature verification is performed at all.
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 2 insertions, 0 deletions
diff --git a/config b/config
index b595636..89e3633 100644
--- a/config
+++ b/config
@@ -14,6 +14,8 @@ SOURCE_CLEANUP_DRYRUN=false
# Time in days to keep moved sourcepackages
SOURCE_CLEANUP_KEEP=14
+REQUIRE_SIGNATURE=false
+
LOCK_DELAY=10
LOCK_TIMEOUT=300