Changeset: 483f38f30871 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=483f38f30871 Modified Files: buildtools/conf/mock/fedora-12-i386-monetdb.cfg buildtools/conf/mock/fedora-12-x86_64-monetdb.cfg Branch: default Log Message:
Fedora 12 is no longer supported. diffs (100 lines): diff -r f1e8468c3ce2 -r 483f38f30871 buildtools/conf/mock/fedora-12-i386-monetdb.cfg --- a/buildtools/conf/mock/fedora-12-i386-monetdb.cfg Mon Jan 10 15:52:07 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ -config_opts['root'] = 'fedora-12-i386' -config_opts['target_arch'] = 'i686' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc12' # 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-12&arch=i386 -failovermethod=priority - -[updates-released] -name=updates -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f12&arch=i386 -failovermethod=priority - -[local] -name=local -baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f12-build/latest/i386/ -cost=2000 -enabled=0 - -[monetdb] -name=monetdb -baseurl=http://localhost/MonetDB-repo/Fedora/12/i386/ -metadata_expire=1 -http_caching=none -exclude=*debuginfo* -""" - - - diff -r f1e8468c3ce2 -r 483f38f30871 buildtools/conf/mock/fedora-12-x86_64-monetdb.cfg --- a/buildtools/conf/mock/fedora-12-x86_64-monetdb.cfg Mon Jan 10 15:52:07 2011 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -config_opts['root'] = 'fedora-12-x86_64' -config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' -config_opts['dist'] = 'fc12' # 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-12&arch=x86_64 -failovermethod=priority - -[updates-released] -name=updates -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f12&arch=x86_64 -failovermethod=priority - -[local] -name=local -baseurl=http://kojipkgs.fedoraproject.org/repos/dist-f12-build/latest/x86_64/ -cost=2000 -enabled=0 - -[monetdb] -name=monetdb -baseurl=http://localhost/MonetDB-repo/Fedora/12/x86_64/ -metadata_expire=1 -http_caching=none -exclude=*debuginfo* -""" - - - _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
