summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config3
1 files changed, 2 insertions, 1 deletions
diff --git a/config b/config
index c6efac6..baf5da7 100644
--- a/config
+++ b/config
@@ -4,6 +4,7 @@ SVNREPO="/var/abs"
# Repos from Arch
ARCHREPOS=('core' 'testing' 'extra' 'community' 'multilib' 'multilib-testing')
+TESTING_REPO='testing'
# Official Parabola repos
OURREPOS=('libre' 'libre-testing' 'libre-multilib' 'libre-multilib-testing')
# User repos
@@ -40,7 +41,7 @@ REQUIRE_SIGNATURE=true
LOCK_DELAY=10
LOCK_TIMEOUT=300
-[ -n "${STAGING:-}" ] || STAGING="$FTP_BASE/staging"
+[ -n "${STAGING:-}" ] || STAGING="$HOME/staging"
TMPDIR="/tmp"
ARCHARCHES=(i686 x86_64)
OURARCHES=(mips64el)