summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config10
1 files changed, 2 insertions, 8 deletions
diff --git a/config b/config
index a595331..89e89fd 100644
--- a/config
+++ b/config
@@ -1,16 +1,10 @@
-
FTP_BASE="/srv/ftp"
SVNREPO="file:///srv/svn-packages"
SVNREPOCOMMUNITY="file:///srv/svn-community"
-declare -A PKGREPO
-PKGREPO['default']='core extra testing staging kde-unstable gnome-unstable'
-PKGREPO['sigurd']='community community-testing community-staging multilib multilib-testing'
-
-declare -A PKGPOOL
-PKGPOOL['default']='pool/packages'
-PKGPOOL['sigurd']='pool/community'
+PKGREPOS=()
+PKGPOOL=''
CLEANUP_DESTDIR="/srv/package-cleanup"
CLEANUP_DRYRUN=false