Peter Robinson wrote:
rm ~/.fedora-server-ca.cert ~/.fedora-upload-ca.cert fedora-packager-setup
Anyone else seeing issues when running the f-p-s process on Fedora 9?
I'm seeing the following errors
$ fedora-packager-setup Setting up Koji client... Cannot specify -r, -p or -N if -O is given. Usage: wget [OPTION]... [URL]...
You likely have timestamping=on in a wgetrc file. For a while now, wget has gone stupid when using -N (aka timestamping=on) and -O.
[I think this has changed from an error to a warning wget now, though I'm not sure if that's in a released version of wget or not. I simply use curl instead of wget where possible these days.]