diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-11-03 17:52:06 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-11-03 17:52:06 +0100 |
commit | bef62b16c5e79bc81c8e37465477755690dc54cf (patch) | |
tree | eec62f3742e9bf1d07b8296aecae7538a61e292d | |
parent | b2952784db9995ecc21d3a770530a19394234d3b (diff) |
Adjust configuration for use on nymeria.archlinux.org
-rw-r--r-- | config | 6 | ||||
-rw-r--r-- | config.local.gerolde | 7 | ||||
-rw-r--r-- | config.local.sigurd | 7 | ||||
-rw-r--r-- | config.local.svn-community | 11 | ||||
-rw-r--r-- | config.local.svn-packages | 11 |
5 files changed, 25 insertions, 17 deletions
@@ -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" |