Add catalyst config files to the repo.

This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2012-06-26 21:46:15 +00:00
parent 03e144c346
commit 663e729e4d
24 changed files with 164 additions and 0 deletions

11
config/README Normal file
View file

@ -0,0 +1,11 @@
This directory houses the config files for catalyst to be used by releng
build boxes. To use these config files, add a symlink in a build box from
/etc/catalyst/release to this dir.
Old config files that serve as examples are stores in the old subdir.
Changes to these files should be discussed with the members responsible
for individual build boxes / arches or with the RelEng team.
---------
Release Engineering Team

9
config/amd64-auto.conf Normal file
View file

@ -0,0 +1,9 @@
distdir="/usr/portage/distfiles"
portdir="/release/trees/portage-auto"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-dev"
envscript="/etc/catalyst/release/amd64-dev.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

4
config/amd64-dev.env Normal file
View file

@ -0,0 +1,4 @@
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export FEATURES="parallel-fetch"
export MAKEOPTS="-j3"
#export MAKEOPTS="-j8 -l2"

9
config/distfiles.conf Normal file
View file

@ -0,0 +1,9 @@
distdir="/release/tmp/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-dev"
envscript="/etc/catalyst/amd64-dev.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -0,0 +1 @@
2008.0

View file

@ -0,0 +1,9 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-default"
envscript="/etc/catalyst/amd64-default.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -0,0 +1,3 @@
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export INPUT_DEVICES="evdev keyboard mouse vmmouse"
export MAKEOPTS="-j4"

View file

@ -0,0 +1,9 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-dev"
envscript="/etc/catalyst/amd64-dev.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -0,0 +1,9 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-hardened"
envscript="/etc/catalyst/amd64-hardened.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -0,0 +1,7 @@
export CFLAGS="-O2 -pipe"
export CXXFLAGS="${CFLAGS}"
export CHOS="x86_64-pc-linux-gnu"
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export MAKEOPTS="-j3"
# Jorge Vicetto - testing for hardened builds
#export MAKEOPTS="-j6"

View file

@ -0,0 +1,9 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/amd64-uclibc"
envscript="/etc/catalyst/amd64-uclibc.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -0,0 +1 @@
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"

View file

@ -0,0 +1,7 @@
distdir="/usr/portage/distfiles"
#portdir="/release/snapshot-tree/2008.0/portage"
sharedir="/usr/lib/catalyst"
storedir="/release"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -0,0 +1,9 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/x86-default"
envscript="/etc/catalyst/x86-default.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -0,0 +1,4 @@
export CFLAGS="-Os -mcpu=i686 -pipe -fomit-frame-pointer"
export CXXFLAGS="${CFLAGS}"
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export MAKEOPTS="-j16"

9
config/old/x86-dev.conf Normal file
View file

@ -0,0 +1,9 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/x86-dev"
envscript="/etc/catalyst/x86-dev.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -0,0 +1,9 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/x86-hardened"
envscript="/etc/catalyst/x86-hardened.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -0,0 +1,5 @@
export CFLAGS="-O2 -pipe"
export CXXFLAGS="${CFLAGS}"
export CHOST="i386-pc-linux-gnu"
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export MAKEOPTS="-j6"

View file

@ -0,0 +1,9 @@
distdir="/usr/portage/distfiles"
portdir="/release/portage"
options="ccache pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/x86-uclibc"
envscript="/etc/catalyst/x86-uclibc.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

View file

@ -0,0 +1,4 @@
export CFLAGS="-Os -pipe -fomit-frame-pointer"
export CHOST="i386-pc-linux-uclibc"
export CXXFLAGS="${CFLAGS}"
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"

View file

@ -0,0 +1,7 @@
distdir="/usr/portage/distfiles"
portdir="/release/trees/portage-auto"
sharedir="/usr/lib/catalyst"
storedir="/release"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

7
config/snapshot.conf Normal file
View file

@ -0,0 +1,7 @@
distdir="/usr/portage/distfiles"
portdir="/release/trees/portage"
sharedir="/usr/lib/catalyst"
storedir="/release"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

9
config/x86-auto.conf Normal file
View file

@ -0,0 +1,9 @@
distdir="/usr/portage/distfiles"
portdir="/release/trees/portage-auto"
options="pkgcache autoresume snapcache seedcache kerncache"
sharedir="/usr/lib/catalyst/"
storedir="/release/buildroot/x86-dev"
envscript="/etc/catalyst/release/x86-dev.env"
hash_function="crc32"
digests="md5 sha1"
contents="auto"

4
config/x86-dev.env Normal file
View file

@ -0,0 +1,4 @@
export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
export FEATURES="parallel-fetch"
export MAKEOPTS="-j3"
#export MAKEOPTS="-j8 -l2"