make mockbuild does not work
Andreas Thienemann
andreas at bawue.net
Thu Dec 18 13:27:00 CET 2008
On Thu, 18 Dec 2008, Nicolas Chauvet wrote:
> I think that having the problem reported via bugzilla, would be right thing.
> I hope to have mock cfg files ready really soon.
do you need some help for that?
It's not that complicated, for rpmfusion development all you need is
something like the following.
config_opts['root'] = 'rpmfusion-rawhide-i386_nonfree'
config_opts['target_arch'] = 'i386'
config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'
config_opts['dist'] = 'fc11' # 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=rawhide&arch=i386
failovermethod=priority
[rpmfusion-free]
name=rpmfusion-free
baseurl=http://download1.rpmfusion.org/free/fedora/development/i386/os/
[rpmfusion-nonfree]
name=rpmfusion-nonfree
baseurl=http://download1.rpmfusion.org/nonfree/fedora/development/i386/os/
[local]
name=local
baseurl=file:///tmp/fusion/i386
cost=2000
enabled=1
"""
More information about the rpmfusion-developers
mailing list