summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-22 00:30:43 -0700
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-22 00:30:43 -0700
commitbba8c33a039ec4d1e1d13f88304ba0aeb754b03e (patch)
tree551c9bb4003c69b7bd0f2d7fd3587bdd1c5ba546 /config
parente3325948742bc89c57836de0db330a64dcfe8afc (diff)
Midnight fix
Diffstat (limited to 'config')
-rw-r--r--config7
1 files changed, 5 insertions, 2 deletions
diff --git a/config b/config
index 7180f9e..6936a9b 100644
--- a/config
+++ b/config
@@ -1,6 +1,8 @@
-FTP_BASE="/home/parabolavnx/parabolagnulinux.org/free"
+#!/bin/bash
+FTP_BASE="/home/parabolavnx/parabolagnulinux.org/repo"
ARCH_BASE="/home/parabolavnx/parabolagnulinux.org/repo"
SVNREPO="/home/parabolavnx/parabolagnulinux.org/abslibre"
+
ARCHREPOS=('core' 'extra' 'community' 'testing' 'multilib')
PKGREPOS=(${ARCHREPOS[@]} 'libre' 'libre-testing' 'social' 'sugar')
PKGPOOL='pool/packages'
@@ -23,7 +25,8 @@ LOCK_TIMEOUT=300
STAGING="$FTP_BASE/staging"
TMPDIR="$HOME/tmp"
-ARCHES=(i686 x86_64 mips64el)
+ARCHARCHES=(i686 x86_64)
+ARCHES=(${ARCHARCHES[@]} mips64el)
DBEXT=".db.tar.gz"
FILESEXT=".files.tar.gz"
PKGEXT=".pkg.tar.?z"