summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-11-03 11:46:31 -0700
committerParabola <dev@list.parabolagnulinux.org>2011-11-03 11:46:31 -0700
commit27b75785fe18e1e8a2d45f53daf8652ebe579ace (patch)
treec38c9bc9c07db1cf043adaf30666f5322f5d08f1 /config
parentb451313a7edbdbd4a912c93136b53a09a34ae750 (diff)
parentc60d06e050e929d454b447a3cac3263a83d0a445 (diff)
Merge branch 'sync-db-first' of https://projects.parabolagnulinux.org/dbscripts into sync-db-first
Diffstat (limited to 'config')
-rw-r--r--config16
1 files changed, 8 insertions, 8 deletions
diff --git a/config b/config
index 35c7963..a0849a9 100644
--- a/config
+++ b/config
@@ -1,10 +1,10 @@
#!/bin/bash
-FTP_BASE="/home/parabolavnx/parabolagnulinux.org/repo"
-ARCH_BASE="/home/parabolavnx/parabolagnulinux.org/repo"
-SVNREPO="/home/parabolavnx/parabolagnulinux.org/abslibre"
+FTP_BASE="/tmp/repo"
+ARCH_BASE="/tmp/repo"
+SVNREPO="/var/abs"
# Repos from Arch
-ARCHREPOS=('core' 'extra' 'community' 'testing' 'multilib')
+ARCHREPOS=('core') #'extra' 'community' 'testing' 'multilib')
# Official Parabola repos
OURREPOS=('libre' 'libre-testing')
# User repos
@@ -31,13 +31,13 @@ LOCK_DELAY=10
LOCK_TIMEOUT=300
STAGING="$FTP_BASE/staging"
-TMPDIR="$HOME/tmp"
-ARCHARCHES=(i686 x86_64)
+TMPDIR="/tmp"
+ARCHARCHES=(i686) # x86_64)
ARCHES=(${ARCHARCHES[@]} mips64el)
DBEXT=".db.tar.gz"
FILESEXT=".files.tar.gz"
PKGEXT=".pkg.tar.?z"
SRCEXT=".src.tar.gz"
-MAKEPKGCONF="$HOME/etc/makepkg.conf"
-BLACKLIST_FILE="$HOME/blacklist/blacklist.txt"
+MAKEPKGCONF="/etc/makepkg.conf"
+BLACKLIST_FILE="$FTP_BASE/blacklist.txt"