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

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/"