aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-06-26 21:46:15 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-06-26 21:52:39 +0000
commit663e729e4df5e06fbe22667e34dbf1ccff5c69cf (patch)
tree99bd1ddcab18270db03baa00477d55fcc28b6c5d /config
parentUpdate x32 specs. (diff)
downloadreleng-663e729e4df5e06fbe22667e34dbf1ccff5c69cf.tar.gz
releng-663e729e4df5e06fbe22667e34dbf1ccff5c69cf.tar.bz2
releng-663e729e4df5e06fbe22667e34dbf1ccff5c69cf.zip
Add catalyst config files to the repo.
Diffstat (limited to 'config')
-rw-r--r--config/README11
-rw-r--r--config/amd64-auto.conf9
-rw-r--r--config/amd64-dev.env4
-rw-r--r--config/distfiles.conf9
-rw-r--r--config/old/active-release1
-rw-r--r--config/old/amd64-default.conf9
-rw-r--r--config/old/amd64-default.env3
-rw-r--r--config/old/amd64-dev.conf9
-rw-r--r--config/old/amd64-hardened.conf9
-rw-r--r--config/old/amd64-hardened.env7
-rw-r--r--config/old/amd64-uclibc.conf9
-rw-r--r--config/old/amd64-uclibc.env1
-rw-r--r--config/old/snapshot-official.conf7
-rw-r--r--config/old/x86-default.conf9
-rw-r--r--config/old/x86-default.env4
-rw-r--r--config/old/x86-dev.conf9
-rw-r--r--config/old/x86-hardened.conf9
-rw-r--r--config/old/x86-hardened.env5
-rw-r--r--config/old/x86-uclibc.conf9
-rw-r--r--config/old/x86-uclibc.env4
-rw-r--r--config/snapshot-auto.conf7
-rw-r--r--config/snapshot.conf7
-rw-r--r--config/x86-auto.conf9
-rw-r--r--config/x86-dev.env4
24 files changed, 164 insertions, 0 deletions
diff --git a/config/README b/config/README
new file mode 100644
index 00000000..93cbf3dc
--- /dev/null
+++ b/config/README
@@ -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
diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
new file mode 100644
index 00000000..c26b94b9
--- /dev/null
+++ b/config/amd64-auto.conf
@@ -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"
diff --git a/config/amd64-dev.env b/config/amd64-dev.env
new file mode 100644
index 00000000..4d470373
--- /dev/null
+++ b/config/amd64-dev.env
@@ -0,0 +1,4 @@
+export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
+export FEATURES="parallel-fetch"
+export MAKEOPTS="-j3"
+#export MAKEOPTS="-j8 -l2"
diff --git a/config/distfiles.conf b/config/distfiles.conf
new file mode 100644
index 00000000..026b78f3
--- /dev/null
+++ b/config/distfiles.conf
@@ -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"
diff --git a/config/old/active-release b/config/old/active-release
new file mode 100644
index 00000000..4a70890b
--- /dev/null
+++ b/config/old/active-release
@@ -0,0 +1 @@
+2008.0
diff --git a/config/old/amd64-default.conf b/config/old/amd64-default.conf
new file mode 100644
index 00000000..92647308
--- /dev/null
+++ b/config/old/amd64-default.conf
@@ -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"
diff --git a/config/old/amd64-default.env b/config/old/amd64-default.env
new file mode 100644
index 00000000..d130ae5a
--- /dev/null
+++ b/config/old/amd64-default.env
@@ -0,0 +1,3 @@
+export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
+export INPUT_DEVICES="evdev keyboard mouse vmmouse"
+export MAKEOPTS="-j4"
diff --git a/config/old/amd64-dev.conf b/config/old/amd64-dev.conf
new file mode 100644
index 00000000..d15a803f
--- /dev/null
+++ b/config/old/amd64-dev.conf
@@ -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"
diff --git a/config/old/amd64-hardened.conf b/config/old/amd64-hardened.conf
new file mode 100644
index 00000000..20c39a0b
--- /dev/null
+++ b/config/old/amd64-hardened.conf
@@ -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"
diff --git a/config/old/amd64-hardened.env b/config/old/amd64-hardened.env
new file mode 100644
index 00000000..fe933ce0
--- /dev/null
+++ b/config/old/amd64-hardened.env
@@ -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"
diff --git a/config/old/amd64-uclibc.conf b/config/old/amd64-uclibc.conf
new file mode 100644
index 00000000..eb46f361
--- /dev/null
+++ b/config/old/amd64-uclibc.conf
@@ -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"
diff --git a/config/old/amd64-uclibc.env b/config/old/amd64-uclibc.env
new file mode 100644
index 00000000..a1c428c6
--- /dev/null
+++ b/config/old/amd64-uclibc.env
@@ -0,0 +1 @@
+export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
diff --git a/config/old/snapshot-official.conf b/config/old/snapshot-official.conf
new file mode 100644
index 00000000..8db59586
--- /dev/null
+++ b/config/old/snapshot-official.conf
@@ -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"
diff --git a/config/old/x86-default.conf b/config/old/x86-default.conf
new file mode 100644
index 00000000..daee9e92
--- /dev/null
+++ b/config/old/x86-default.conf
@@ -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"
diff --git a/config/old/x86-default.env b/config/old/x86-default.env
new file mode 100644
index 00000000..5966120f
--- /dev/null
+++ b/config/old/x86-default.env
@@ -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"
diff --git a/config/old/x86-dev.conf b/config/old/x86-dev.conf
new file mode 100644
index 00000000..0186c0d0
--- /dev/null
+++ b/config/old/x86-dev.conf
@@ -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"
diff --git a/config/old/x86-hardened.conf b/config/old/x86-hardened.conf
new file mode 100644
index 00000000..c7582f29
--- /dev/null
+++ b/config/old/x86-hardened.conf
@@ -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"
diff --git a/config/old/x86-hardened.env b/config/old/x86-hardened.env
new file mode 100644
index 00000000..6f2e505c
--- /dev/null
+++ b/config/old/x86-hardened.env
@@ -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"
diff --git a/config/old/x86-uclibc.conf b/config/old/x86-uclibc.conf
new file mode 100644
index 00000000..1fe6a8d7
--- /dev/null
+++ b/config/old/x86-uclibc.conf
@@ -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"
diff --git a/config/old/x86-uclibc.env b/config/old/x86-uclibc.env
new file mode 100644
index 00000000..0e1b92c0
--- /dev/null
+++ b/config/old/x86-uclibc.env
@@ -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/"
diff --git a/config/snapshot-auto.conf b/config/snapshot-auto.conf
new file mode 100644
index 00000000..7b39cb8b
--- /dev/null
+++ b/config/snapshot-auto.conf
@@ -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"
diff --git a/config/snapshot.conf b/config/snapshot.conf
new file mode 100644
index 00000000..9213476f
--- /dev/null
+++ b/config/snapshot.conf
@@ -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"
diff --git a/config/x86-auto.conf b/config/x86-auto.conf
new file mode 100644
index 00000000..ba277c23
--- /dev/null
+++ b/config/x86-auto.conf
@@ -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"
diff --git a/config/x86-dev.env b/config/x86-dev.env
new file mode 100644
index 00000000..4d470373
--- /dev/null
+++ b/config/x86-dev.env
@@ -0,0 +1,4 @@
+export GENTOO_MIRRORS="http://gentoo.osuosl.org/"
+export FEATURES="parallel-fetch"
+export MAKEOPTS="-j3"
+#export MAKEOPTS="-j8 -l2"