diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-21 13:23:09 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-21 13:23:09 +0100 |
commit | 30a128a864bdbfc294b6ba6a49c9264570bb3c58 (patch) | |
tree | ff952c6710ee7d788a3159c51c39ab69b27f6585 /config | |
parent | 948583aebe9e8e5a3daa9131c99dc68724e06b49 (diff) | |
download | dbscripts-30a128a864bdbfc294b6ba6a49c9264570bb3c58.tar.gz dbscripts-30a128a864bdbfc294b6ba6a49c9264570bb3c58.tar.xz |
sourceballs: Don't write any log
This is consistent with the other dbscripts.
The output will be send to the mailinglist.
Diffstat (limited to 'config')
-rw-r--r-- | config | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,7 +13,6 @@ LOCK_TIMEOUT=300 STAGING="$HOME/staging" TMPDIR="/srv/tmp" -LOGDIR="/var/log/dbscripts" ARCHES=(i686 x86_64) DBEXT=".db.tar.gz" PKGEXT=".pkg.tar.*" |