-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jeff McCune <jeff@puppetlabs.com>
- Loading branch information
Jeff McCune
committed
Aug 7, 2010
1 parent
be63f8c
commit ce10eb6
Showing
53 changed files
with
2,167 additions
and
0 deletions.
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
suite/share/modules/puppetlabs/templates/etc/mock/epel-4-i386.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
config_opts['root'] = 'epel-4-i386' | ||
config_opts['target_arch'] = 'i386' | ||
config_opts['chroot_setup_cmd'] = 'install buildsys-build' | ||
config_opts['dist'] = 'el4' # only useful for --resultdir variable subst | ||
|
||
# ccache not available on epel4 | ||
config_opts['plugin_conf']['ccache_enable'] = False | ||
|
||
config_opts['yum.conf'] = """ | ||
[main] | ||
cachedir=/var/cache/yum | ||
debuglevel=1 | ||
logfile=/var/log/yum.log | ||
reposdir=/dev/null | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
# repos | ||
[core] | ||
name=base | ||
mirrorlist=http://mirrorlist.centos.org/?release=4&arch=i386&repo=os | ||
[update] | ||
name=updates | ||
mirrorlist=http://mirrorlist.centos.org/?release=4&arch=i386&repo=updates | ||
[groups] | ||
name=groups | ||
baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel4/i386/ | ||
[stable] | ||
name=epel | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-4&arch=i386 | ||
[testing] | ||
name=epel-testing | ||
enabled=0 | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel4&arch=i386 | ||
[local] | ||
name=local | ||
baseurl=http://kojipkgs.fedoraproject.org/repos/dist-4E-epel-build/latest/i386/ | ||
cost=2000 | ||
enabled=0 | ||
""" |
49 changes: 49 additions & 0 deletions
49
suite/share/modules/puppetlabs/templates/etc/mock/epel-4-ppc.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
config_opts['root'] = 'epel-4-ppc' | ||
config_opts['target_arch'] = 'ppc' | ||
config_opts['chroot_setup_cmd'] = 'install buildsys-build' | ||
config_opts['dist'] = 'el4' # only useful for --resultdir variable subst | ||
|
||
# ccache not available on epel4 | ||
config_opts['plugin_conf']['ccache_enable'] = False | ||
|
||
config_opts['yum.conf'] = """ | ||
[main] | ||
cachedir=/var/cache/yum | ||
debuglevel=1 | ||
logfile=/var/log/yum.log | ||
reposdir=/dev/null | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
# repos | ||
[core] | ||
name=base | ||
mirrorlist=http://mirrorlist.centos.org/?release=4&arch=ppc&repo=os | ||
[update] | ||
name=updates | ||
mirrorlist=http://mirrorlist.centos.org/?release=4&arch=ppc&repo=updates | ||
[groups] | ||
name=groups | ||
baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel4/ppc/ | ||
[extras] | ||
name=epel | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-4&arch=ppc | ||
[testing] | ||
name=epel-testing | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel4&arch=ppc | ||
enabled=0 | ||
[local] | ||
name=local | ||
baseurl=http://kojipkgs.fedoraproject.org/repos/dist-4E-epel-build/latest/ppc/ | ||
cost=2000 | ||
enabled=0 | ||
""" |
53 changes: 53 additions & 0 deletions
53
suite/share/modules/puppetlabs/templates/etc/mock/epel-4-x86_64.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
config_opts['root'] = 'epel-4-x86_64' | ||
config_opts['target_arch'] = 'x86_64' | ||
config_opts['chroot_setup_cmd'] = 'install buildsys-build' | ||
config_opts['dist'] = 'el4' # only useful for --resultdir variable subst | ||
|
||
# ccache not available on epel4 | ||
config_opts['plugin_conf']['ccache_enable'] = False | ||
config_opts['plugin_conf']['tmpfs_enable'] = False | ||
|
||
config_opts['yum.conf'] = """ | ||
[main] | ||
cachedir=/var/cache/yum | ||
debuglevel=1 | ||
logfile=/var/log/yum.log | ||
reposdir=/dev/null | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all | ||
# .i?86 packages except these. | ||
exclude=[0-9A-Za-fh-z]*.i?86 g[0-9A-Za-km-z]*.i?86 gl[0-9A-Za-hj-z]*.i?86 gli[0-9A-Zac-z]*.i?86 glib[0-9A-Za-bd-z]*.i?86 | ||
# repos | ||
[core] | ||
name=base | ||
mirrorlist=http://mirrorlist.centos.org/?release=4&arch=x86_64&repo=os | ||
[update] | ||
name=updates | ||
mirrorlist=http://mirrorlist.centos.org/?release=4&arch=x86_64&repo=updates | ||
[groups] | ||
name=groups | ||
baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel4/x86_64/ | ||
[extras] | ||
name=epel | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-4&arch=x86_64 | ||
[testing] | ||
name=epel-testing | ||
enabled=0 | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel4&arch=x86_64 | ||
[local] | ||
name=local | ||
baseurl=http://kojipkgs.fedoraproject.org/repos/dist-4E-epel-build/latest/x86_64/ | ||
cost=2000 | ||
enabled=0 | ||
""" |
46 changes: 46 additions & 0 deletions
46
suite/share/modules/puppetlabs/templates/etc/mock/epel-5-i386.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
config_opts['root'] = 'epel-5-i386' | ||
config_opts['target_arch'] = 'i386' | ||
config_opts['chroot_setup_cmd'] = 'install buildsys-build' | ||
config_opts['dist'] = 'el5' # only useful for --resultdir variable subst | ||
|
||
config_opts['yum.conf'] = """ | ||
[main] | ||
cachedir=/var/cache/yum | ||
debuglevel=1 | ||
logfile=/var/log/yum.log | ||
reposdir=/dev/null | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
# repos | ||
[core] | ||
name=base | ||
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=os | ||
[update] | ||
name=updates | ||
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=i386&repo=updates | ||
[groups] | ||
name=groups | ||
baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel5/i386/ | ||
[extras] | ||
name=epel | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=i386 | ||
[testing] | ||
name=epel-testing | ||
enabled=0 | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel5&arch=i386 | ||
[local] | ||
name=local | ||
baseurl=http://kojipkgs.fedoraproject.org/repos/dist-5E-epel-build/latest/i386/ | ||
cost=2000 | ||
enabled=0 | ||
""" |
46 changes: 46 additions & 0 deletions
46
suite/share/modules/puppetlabs/templates/etc/mock/epel-5-ppc.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
config_opts['root'] = 'epel-5-ppc' | ||
config_opts['target_arch'] = 'ppc' | ||
config_opts['chroot_setup_cmd'] = 'install buildsys-build' | ||
config_opts['dist'] = 'el5' # only useful for --resultdir variable subst | ||
|
||
config_opts['yum.conf'] = """ | ||
[main] | ||
cachedir=/var/cache/yum | ||
debuglevel=1 | ||
logfile=/var/log/yum.log | ||
reposdir=/dev/null | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
# repos | ||
[core] | ||
name=base | ||
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=ppc&repo=os | ||
[update] | ||
name=updates | ||
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=ppc&repo=updates | ||
[groups] | ||
name=groups | ||
baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel5/ppc/ | ||
[extras] | ||
name=epel | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=ppc | ||
[testing] | ||
name=epel-testing | ||
enabled=0 | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel5&arch=ppc | ||
[local] | ||
name=local | ||
baseurl=http://kojipkgs.fedoraproject.org/repos/dist-5E-epel-build/latest/ppc/ | ||
cost=2000 | ||
enabled=0 | ||
""" |
48 changes: 48 additions & 0 deletions
48
suite/share/modules/puppetlabs/templates/etc/mock/epel-5-x86_64.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
config_opts['root'] = 'epel-5-x86_64' | ||
config_opts['target_arch'] = 'x86_64' | ||
config_opts['chroot_setup_cmd'] = 'install buildsys-build' | ||
config_opts['dist'] = 'el5' # only useful for --resultdir variable subst | ||
|
||
config_opts['yum.conf'] = """ | ||
[main] | ||
cachedir=/var/cache/yum | ||
debuglevel=1 | ||
logfile=/var/log/yum.log | ||
reposdir=/dev/null | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
# grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all | ||
# .i?86 packages except these. | ||
exclude=[1-9A-Za-fh-z]*.i?86 g[0-9A-Za-km-z]*.i?86 gl[0-9A-Za-hj-z]*.i?86 gli[0-9A-Zac-z]*.i?86 glib[0-9A-Za-bd-z]*.i?86 | ||
# repos | ||
[core] | ||
name=base | ||
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=os | ||
[update] | ||
name=updates | ||
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=x86_64&repo=updates | ||
[groups] | ||
name=groups | ||
baseurl=http://buildsys.fedoraproject.org/buildgroups/rhel5/x86_64/ | ||
[extras] | ||
name=epel | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=x86_64 | ||
[testing] | ||
name=epel-testing | ||
enabled=0 | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel5&arch=x86_64 | ||
[local] | ||
name=local | ||
baseurl=http://kojipkgs.fedoraproject.org/repos/dist-5E-epel-build/latest/x86_64/ | ||
cost=2000 | ||
enabled=0 | ||
""" |
37 changes: 37 additions & 0 deletions
37
suite/share/modules/puppetlabs/templates/etc/mock/fedora-10-i386.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
config_opts['root'] = 'fedora-10-i386' | ||
config_opts['target_arch'] = 'i386' | ||
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' | ||
config_opts['dist'] = 'fc10' # only useful for --resultdir variable subst | ||
|
||
config_opts['yum.conf'] = """ | ||
[main] | ||
cachedir=/var/cache/yum | ||
debuglevel=1 | ||
reposdir=/dev/null | ||
logfile=/var/log/yum.log | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
# repos | ||
[fedora] | ||
name=fedora | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=i386 | ||
failovermethod=priority | ||
[updates-released] | ||
name=updates | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=i386 | ||
failovermethod=priority | ||
[local] | ||
name=local | ||
baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f10-build/latest/i386/ | ||
cost=2000 | ||
enabled=0 | ||
""" | ||
|
||
|
||
|
39 changes: 39 additions & 0 deletions
39
suite/share/modules/puppetlabs/templates/etc/mock/fedora-10-ppc.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
config_opts['root'] = 'fedora-10-ppc' | ||
config_opts['target_arch'] = 'ppc' | ||
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' | ||
config_opts['dist'] = 'fc10' # only useful for --resultdir variable subst | ||
|
||
config_opts['yum.conf'] = """ | ||
[main] | ||
cachedir=/var/cache/yum | ||
debuglevel=1 | ||
reposdir=/dev/null | ||
logfile=/var/log/yum.log | ||
retries=20 | ||
obsoletes=1 | ||
gpgcheck=0 | ||
assumeyes=1 | ||
#exclude=*.ppc64 | ||
# The above is not needed anymore with yum multilib policy of "best" which is the default in Fedora. | ||
# repos | ||
[fedora] | ||
name=fedora | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-10&arch=ppc | ||
failovermethod=priority | ||
[updates-released] | ||
name=updates | ||
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=ppc | ||
failovermethod=priority | ||
[local] | ||
name=local | ||
baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f10-build/latest/ppc/ | ||
cost=2000 | ||
enabled=0 | ||
""" | ||
|
||
|
||
|
Oops, something went wrong.