rawhide install feb 02 2006 (http)

Justin Conover justin.conover at gmail.com
Thu Feb 9 05:13:00 UTC 2006


Grabbed boot.iso today for a test install, anaconda looks real nice,
everything is working and was detected so far.

One problem was yum

# yum update
Options Error: Error parsing 'gpgkey': URL must be http, ftp, file or https
not ""


Which is caused by /etc/yum.repos.d/anaconda.repo

There is actually 3 errors in the file

gpgkey = ['
http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/RPM-GPG-KEY-fedora'
]
mirrorlist = None
proxy = None

changed to

gpgkey=
http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/RPM-GPG-KEY-fedora
#mirrorlist = None
#proxy = None

Works fine now.

However I wonder if this should actually even be here, looks like it was
used during http-install and then stayed behind, when maybe it should have
gone away.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/test/attachments/20060208/4e9d56ee/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: anaconda.repo
Type: application/octet-stream
Size: 516 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/test/attachments/20060208/4e9d56ee/attachment.obj 


More information about the test mailing list