diff options
author | 2013-09-02 01:22:52 +0000 | |
---|---|---|
committer | 2013-09-02 01:22:52 +0000 | |
commit | 78b27390f6feb834f100c749d6073944a2861632 (patch) | |
tree | 1f2aef5fd1e20fe403cca84f45027a14f0289cf5 /config/amd64-auto.conf | |
parent | Fix the circular latest symlinks by taking them out of the list of stages. (diff) | |
download | releng-78b27390f6feb834f100c749d6073944a2861632.tar.gz releng-78b27390f6feb834f100c749d6073944a2861632.tar.bz2 releng-78b27390f6feb834f100c749d6073944a2861632.zip |
Drop kerncache from the config files and sort options for distfiles.conf.
Diffstat (limited to 'config/amd64-auto.conf')
-rw-r--r-- | config/amd64-auto.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf index 4cb8b9ee..7116cacc 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="autoresume bindist kerncache pkgcache preserve_libs seedcache snapcache" +options="autoresume bindist pkgcache preserve_libs seedcache snapcache" sharedir="/usr/lib64/catalyst/" storedir="/release/buildroot/amd64-dev" snapshot_cache="/release/tmp/snapshots" |