From bef62b16c5e79bc81c8e37465477755690dc54cf Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Nov 2012 17:52:06 +0100 Subject: Adjust configuration for use on nymeria.archlinux.org --- config | 6 +++--- config.local.gerolde | 7 ------- config.local.sigurd | 7 ------- config.local.svn-community | 11 +++++++++++ config.local.svn-packages | 11 +++++++++++ 5 files changed, 25 insertions(+), 17 deletions(-) delete mode 100644 config.local.gerolde delete mode 100644 config.local.sigurd create mode 100644 config.local.svn-community create mode 100644 config.local.svn-packages diff --git a/config b/config index 9e3041c..3df6c95 100644 --- a/config +++ b/config @@ -7,12 +7,12 @@ SRCPOOL='' TESTING_REPO='' STABLE_REPOS=() -CLEANUP_DESTDIR="/srv/package-cleanup" +CLEANUP_DESTDIR="/var/tmp" CLEANUP_DRYRUN=false # Time in days to keep moved packages CLEANUP_KEEP=30 -SOURCE_CLEANUP_DESTDIR="/srv/source-cleanup" +SOURCE_CLEANUP_DESTDIR="/var/tmp" SOURCE_CLEANUP_DRYRUN=false # Time in days to keep moved sourcepackages SOURCE_CLEANUP_KEEP=14 @@ -23,7 +23,7 @@ LOCK_DELAY=10 LOCK_TIMEOUT=300 STAGING="$HOME/staging" -TMPDIR="/srv/tmp" +TMPDIR="/var/tmp" ARCHES=(i686 x86_64) DBEXT=".db.tar.gz" FILESEXT=".files.tar.gz" diff --git a/config.local.gerolde b/config.local.gerolde deleted file mode 100644 index f19eeec..0000000 --- a/config.local.gerolde +++ /dev/null @@ -1,7 +0,0 @@ -PKGREPOS=('core' 'extra' 'testing' 'staging' 'kde-unstable' 'gnome-unstable') -PKGPOOL='pool/packages' -SRCPOOL='sources/packages' -SVNREPO='file:///srv/svn-packages' -SVNUSER='' -TESTING_REPO='testing' -STABLE_REPOS=('core' 'extra') diff --git a/config.local.sigurd b/config.local.sigurd deleted file mode 100644 index afd5cba..0000000 --- a/config.local.sigurd +++ /dev/null @@ -1,7 +0,0 @@ -PKGREPOS=('community' 'community-testing' 'community-staging' 'multilib' 'multilib-testing' 'multilib-staging') -PKGPOOL='pool/community' -SRCPOOL='sources/community' -SVNREPO='file:///srv/svn-packages' -SVNUSER='' -TESTING_REPO='community-testing' -STABLE_REPOS=('community') diff --git a/config.local.svn-community b/config.local.svn-community new file mode 100644 index 0000000..105ea66 --- /dev/null +++ b/config.local.svn-community @@ -0,0 +1,11 @@ +PKGREPOS=('community' 'community-testing' 'community-staging' 'multilib' 'multilib-testing' 'multilib-staging') +PKGPOOL='pool/community' +SRCPOOL='sources/community' +SVNREPO='file:///srv/repos/svn-community/svn' +SVNUSER='svn-community' +TESTING_REPO='community-testing' +STABLE_REPOS=('community') + +CLEANUP_DESTDIR="/srv/repos/svn-community/package-cleanup" +SOURCE_CLEANUP_DESTDIR="/srv/repos/svn-community/source-cleanup" +TMPDIR="/srv/repos/svn-community/tmp" diff --git a/config.local.svn-packages b/config.local.svn-packages new file mode 100644 index 0000000..958a483 --- /dev/null +++ b/config.local.svn-packages @@ -0,0 +1,11 @@ +PKGREPOS=('core' 'extra' 'testing' 'staging' 'kde-unstable' 'gnome-unstable') +PKGPOOL='pool/packages' +SRCPOOL='sources/packages' +SVNREPO='file:///srv/repos/svn-packages/svn' +SVNUSER='svn-packages' +TESTING_REPO='testing' +STABLE_REPOS=('core' 'extra') + +CLEANUP_DESTDIR="/srv/repos/svn-packages/package-cleanup" +SOURCE_CLEANUP_DESTDIR="/srv/repos/svn-packages/source-cleanup" +TMPDIR="/srv/repos/svn-packages/tmp" -- cgit v1.2.3-24-g4f1b