summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index 3df6c95..f327cd4 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
+#/bin/bash # as a hint to text editors
+
FTP_BASE="/srv/ftp"
-SVNREPO=''
-SVNUSER=''
PKGREPOS=()
PKGPOOL=''
SRCPOOL=''
@@ -22,7 +22,7 @@ REQUIRE_SIGNATURE=true
LOCK_DELAY=10
LOCK_TIMEOUT=300
-STAGING="$HOME/staging"
+[ -z "${STAGING:-}" ] && STAGING="$HOME/staging"
TMPDIR="/var/tmp"
ARCHES=(i686 x86_64)
DBEXT=".db.tar.gz"