aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-06-27 23:31:49 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-06-27 23:32:33 +0000
commitd26946652229a9d63b7b43cc60072d6c65c9ffb9 (patch)
tree0b29357e79650a9f257f33ae33082be03aa3abaa /config
parentAdd catalyst config files to the repo. (diff)
downloadreleng-d26946652229a9d63b7b43cc60072d6c65c9ffb9.tar.gz
releng-d26946652229a9d63b7b43cc60072d6c65c9ffb9.tar.bz2
releng-d26946652229a9d63b7b43cc60072d6c65c9ffb9.zip
Sort options alphabetically and sync options for amd64 and x86 (add ccache to x86).
Diffstat (limited to 'config')
-rw-r--r--config/amd64-auto.conf2
-rw-r--r--config/x86-auto.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
index c26b94b9..6071ddc1 100644
--- a/config/amd64-auto.conf
+++ b/config/amd64-auto.conf
@@ -1,6 +1,6 @@
distdir="/usr/portage/distfiles"
portdir="/release/trees/portage-auto"
-options="ccache pkgcache autoresume snapcache seedcache kerncache"
+options="autoresume ccache kerncache pkgcache seedcache snapcache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-dev"
envscript="/etc/catalyst/release/amd64-dev.env"
diff --git a/config/x86-auto.conf b/config/x86-auto.conf
index ba277c23..3a5c08c2 100644
--- a/config/x86-auto.conf
+++ b/config/x86-auto.conf
@@ -1,6 +1,6 @@
distdir="/usr/portage/distfiles"
portdir="/release/trees/portage-auto"
-options="pkgcache autoresume snapcache seedcache kerncache"
+options="autoresume ccache kerncache pkgcache seedcache snapcache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/x86-dev"
envscript="/etc/catalyst/release/x86-dev.env"