summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-17 21:20:56 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-17 21:20:56 -0400
commitde330518db13ca0a6bb9d0a4227f842d2a8ca941 (patch)
treeadc4a866f9e9fc659e374bb1a4f40ea19d4ed2f8 /config
parent2c55a421d8a431faea07e678dc1f52634355ea65 (diff)
clean up configuration
Diffstat (limited to 'config')
-rw-r--r--config8
1 files changed, 4 insertions, 4 deletions
diff --git a/config b/config
index 51d89ea..f494a53 100644
--- a/config
+++ b/config
@@ -1,4 +1,4 @@
-#!/bin/bash # non-executable, but put this there as a hint to text editors
+#!/hint/bash
case "$USER" in
db-import-packages) _name=import-packages;;
@@ -11,12 +11,12 @@ PKGREPOS=()
PKGPOOL=''
SRCPOOL=''
-CLEANUP_DESTDIR="/srv/http/repo/private/${_name}/package-cleanup"
+CLEANUP_DESTDIR="/srv/repo/private/${_name}/package-cleanup"
CLEANUP_DRYRUN=false
# Time in days to keep moved packages
CLEANUP_KEEP=30
-SOURCE_CLEANUP_DESTDIR="/srv/http/repo/private/${_name}/source-cleanup"
+SOURCE_CLEANUP_DESTDIR="/srv/repo/private/${_name}/source-cleanup"
SOURCE_CLEANUP_DRYRUN=false
# Time in days to keep moved sourcepackages
SOURCE_CLEANUP_KEEP=14
@@ -39,7 +39,7 @@ SRCEXT=".src.tar.gz"
#ALLOWED_LICENSES=('GPL' 'GPL1' 'GPL2' 'LGPL' 'LGPL1' 'LGPL2' 'LGPL2.1')
# Where to send error emails, and who they are from
-LIST="dev@lists.parabolagnulinux.org"
+LIST="dev@lists.parabola.nu"
FROM="dbscripts+${_name}@$(hostname -f)"
# Override default config with config.local