mock/etc fedora-6-i386-core.cfg, NONE, 1.1.2.1 fedora-6-ppc-core.cfg, NONE, 1.1.2.1 fedora-6-x86_64-core.cfg, NONE, 1.1.2.1 Makefile, 1.5.2.1, 1.5.2.2

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Mon Oct 30 18:39:51 UTC 2006


Author: jcwillia

Update of /cvs/fedora/mock/etc
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20180

Modified Files:
      Tag: mock-0-6-branch
	Makefile 
Added Files:
      Tag: mock-0-6-branch
	fedora-6-i386-core.cfg fedora-6-ppc-core.cfg 
	fedora-6-x86_64-core.cfg 
Log Message:
new config files for FC6; removed symlink from devel to fc6 in Makefile


--- NEW FILE fedora-6-i386-core.cfg ---
#!/usr/bin/python -tt

import os
config_opts['root'] = 'fedora-6-i386-core'
config_opts['target_arch'] = 'i386'


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

[core]
name=core
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-6

[groups]
name=groups
baseurl=http://buildsys.fedoraproject.org/buildgroups/6/i386/

[extras]
name=extras
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-extras-6

[local]
name=local
baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-6-extras/

"""





--- NEW FILE fedora-6-ppc-core.cfg ---
#!/usr/bin/python -tt
import os
config_opts['root'] = 'fedora-6-ppc-core'
config_opts['target_arch'] = 'ppc'


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

# repos

[core]
name=core
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-6

[groups]
name=groups
baseurl=http://buildsys.fedoraproject.org/buildgroups/6/ppc/

[extras]
name=extras
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-extras-6

[local]
name=local
baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-6-extras/

"""





--- NEW FILE fedora-6-x86_64-core.cfg ---
#!/usr/bin/python -tt
import os

config_opts['root'] = 'fedora-6-x86_64-core'
config_opts['target_arch'] = 'x86_64'


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=[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefhijklmnopqrstuvwxyz]*.i*86 g[abcdefghijkmnopqrstuvwxyz]*.i?86 glib2.i?86 glib.i?86 *-devel.i?86

# repos

[core]
name=core
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-6

[groups]
name=groups
baseurl=http://buildsys.fedoraproject.org/buildgroups/6/x86_64/

[extras]
name=extras
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-extras-6

[local]
name=local
baseurl=http://buildsys.fedoraproject.org/plague-results/fedora-6-extras/

"""





Index: Makefile
===================================================================
RCS file: /cvs/fedora/mock/etc/Makefile,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -r1.5.2.1 -r1.5.2.2
--- Makefile	23 Aug 2006 22:00:06 -0000	1.5.2.1
+++ Makefile	30 Oct 2006 18:39:48 -0000	1.5.2.2
@@ -9,7 +9,3 @@
 	for item in *.cfg; do \
 		install -m 644 $$item $(DESTDIR)/etc/mock/$$item; \
 	done
-	for arch in i386 ppc x86_64 ; do \
-		ln -sv fedora-devel-$$arch-core.cfg  $(DESTDIR)/etc/mock/fedora-6-$$arch-core.cfg; \
-	done
-




More information about the scm-commits mailing list