summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-06-08 00:15:23 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-08 00:15:23 -0600
commitcdf74b6f4f40fa81d9d5445ab2b80903c7854f17 (patch)
treed744df25d46f4e4e7762209536d2d68ce1ad6999 /config
parente960e11bfb0d74cf545595ebfabe4965e3a5b1ed (diff)
parent780c57ec14e7ccbf8695ccc159bbee49cf17e237 (diff)
Merge branch 'master' into lukeshu/xbs
# Conflicts: # abslibre # any-to-ours # config # db-cleanup # db-functions # db-libremessages # db-move # db-sync
Diffstat (limited to 'config')
-rw-r--r--config4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index f494a53..bd05ac8 100644
--- a/config
+++ b/config
@@ -6,7 +6,7 @@ case "$USER" in
*) _name=parabola;;
esac
-FTP_BASE="/srv/http/repo/public"
+FTP_BASE="/srv/repo/main"
PKGREPOS=()
PKGPOOL=''
SRCPOOL=''
@@ -28,7 +28,7 @@ LOCK_TIMEOUT=300
[ -n "${STAGING:-}" ] || STAGING="$HOME/staging/unknown/staging"
export TMPDIR="${TMPDIR:-/tmp}"
-ARCHES=(i686 x86_64 mips64el)
+ARCHES=(i686 x86_64)
DBEXT=".db.tar.gz"
FILESEXT=".files.tar.gz"
PKGEXT=".pkg.tar.?z"