Jesse Keating wrote:
On Friday 08 June 2007 13:49:54 Joel Andres Granados wrote:Been trying to use pungi with the source=yes option and it fails when it begins to look for the source in the repos. 1. I tried updating my distro 2. I installed a clean f7 3. I have changed yum repos more than once.But still pungi fails when looking for sources. I believe the issue is in "pypungi/gather.py" in the downloadSRPMs function. I'm now looking at the yum code to see if it has something to do. Is anybody else experiencing this. am I missing something.Can you attach or somehow forward the log snippit? (and your repo configs?)-------------------------------------------------------------------------- Fedora-buildsys-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-buildsys-list
Attached are the log file and the config file that I used. I invoked pungi with `pungi -c /etc/pungi/f7.fedora.x86_64`. At the Command line the error output is "Error: Cannot find a source rpm for ORBit2-2.14.7-3.fc7". The minimal manifest that I use is the one that comes with the pungi package. Im also attaching the repo configs for pungi. I zipped the log file so the mailing list accepts it.
Thx for the help. -- Joel Andres Granados
# Pungi config file # [default] product_name = Fedora product_path = Fedora iso_basename = F bugurl = http://bugzilla.redhat.com comps = /etc/pungi/comps-f7.xml manifest = /etc/pungi/minimal.manifest yumconf = /etc/pungi/yum.conf.f7.x86_64 destdir = /srv/pungi/f7 cachedir = /srv/pungi/cache arch = x86_64 version = 7 flavor = Fedora discs = 1 #cdsize = 4608.0 getsource = yes
[main] #keepcache=0 #debuglevel=2 pkgpolicy=newest distroverpkg=redhat-release tolerant=1 exactarch=1 obsoletes=1 gpgcheck=1 reposdir=./ #plugins=1 metadata_expire=1800 #exclude=\*.i?86 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d [fedora] name=Fedora - 7 #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/x86_64/os/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-7&arch=x86_64 enabled=1 gpgcheck=0 [fedora-source] name=Fedora 7 - Source #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/source/SRPMS/ mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-7&arch=x86_64 enabled=0 gpgcheck=0
Fedora.x86_64.log.bz2
Description: application/bzip
-- Fedora-buildsys-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-buildsys-list
