Changeset: 40b307447188 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=40b307447188
Modified Files:
        
Branch: default
Log Message:

Merged from Jun2010 branch: Added Mock configuration files for Fedora 13.


diffs (100 lines):

diff -r 5961b4c8349e -r 40b307447188 
buildtools/conf/mock/fedora-13-i386-monetdb.cfg
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/buildtools/conf/mock/fedora-13-i386-monetdb.cfg   Mon May 31 10:58:22 
2010 +0200
@@ -0,0 +1,44 @@
+config_opts['root'] = 'fedora-13-i386'
+config_opts['target_arch'] = 'i686'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc13'  # 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-13&arch=i386
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=i386
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f13-build/latest/i386/
+cost=2000
+enabled=0
+
+[monetdb]
+name=monetdb
+baseurl=http://localhost/MonetDB-repo/Fedora/13/i386/
+metadata_expire=1
+http_caching=none
+exclude=*debuginfo*
+"""
+
+
+
diff -r 5961b4c8349e -r 40b307447188 
buildtools/conf/mock/fedora-13-x86_64-monetdb.cfg
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/buildtools/conf/mock/fedora-13-x86_64-monetdb.cfg Mon May 31 10:58:22 
2010 +0200
@@ -0,0 +1,48 @@
+config_opts['root'] = 'fedora-13-x86_64'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
+config_opts['dist'] = 'fc13'  # 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
+# 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
+# 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-13&arch=x86_64
+failovermethod=priority
+
+[updates-released]
+name=updates
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=x86_64
+failovermethod=priority
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f13-build/latest/x86_64/
+cost=2000
+enabled=0
+
+[monetdb]
+name=monetdb
+baseurl=http://localhost/MonetDB-repo/Fedora/13/x86_64/
+metadata_expire=1
+http_caching=none
+exclude=*debuginfo*
+"""
+
+
+
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to