summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-02-20 19:01:27 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2009-03-11 16:27:10 +0100
commit1ef058dad91a5ca82db2744776251a2ab68bcf90 (patch)
treeaa6a8925d9a9f0d6673d1b0ac016959f53d9870e /config
parent891e4f353d098a639c3b1d09d45987f0908b0d38 (diff)
downloaddbscripts-1ef058dad91a5ca82db2744776251a2ab68bcf90.tar.gz
dbscripts-1ef058dad91a5ca82db2744776251a2ab68bcf90.tar.xz
Make db-update parse all architecutres
ARCHES is defined in config. db-update should now loop over all arches on each run and update whatever is in the staging dir. Remove the db-*64 scripts due to this Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config1
1 files changed, 1 insertions, 0 deletions
diff --git a/config b/config
index 5c39919..07cf783 100644
--- a/config
+++ b/config
@@ -3,5 +3,6 @@ FTP_BASE="/srv/ftp"
SVN_PATH="file:///srv/svn-packages"
STAGING="$HOME/staging"
TMPDIR="/srv/tmp"
+ARCHES=(i686 x86_64)
# To be used if $BUILDSCRIPT is removed from makepkg.conf
#BUILDSCRIPT="PKGBUILD"