summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2013-10-14 22:32:27 +0000
committerParabola <dev@list.parabolagnulinux.org>2013-10-14 22:32:27 +0000
commit93229619764ff3c59fd097c72fb7890a7f542668 (patch)
tree140cfb7d032972694353b00e092ccfbeba3aa806
parentc2513af7d1a4ab9180cbcfd34135cd04add73c0b (diff)
config: only set staging if it is not set from the environment
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 6c652a7..03a80bd 100644
--- a/config
+++ b/config
@@ -38,7 +38,7 @@ REQUIRE_SIGNATURE=true
LOCK_DELAY=10
LOCK_TIMEOUT=300
-STAGING="$FTP_BASE/staging"
+[ -n "${STAGING:-}" ] || STAGING="$FTP_BASE/staging"
TMPDIR="/tmp"
ARCHARCHES=(i686 x86_64)
OURARCHES=(mips64el)