source file audit - 2008-11-14

Thomas Moschny thomas.moschny at gmail.com
Thu Nov 20 08:42:27 UTC 2008


2008/11/20 Ville Skyttä <ville.skytta at iki.fi>:
> spectool -g uses plain wget, with configuration file /etc/fedora/wgetrc if it
> exists, otherwise usual system wget configs.

spectool uses -N, which seems to cause 404 erros with googlecode:
% spectool -g -v -v python-textile.spec
Getting http://pytextile.googlecode.com/files/textile-2.0.11.tar.gz to .
--> wget -N --retr-symlinks -P .
http://pytextile.googlecode.com/files/textile-2.0.11.tar.gz
--2008-11-20 09:39:42--
http://pytextile.googlecode.com/files/textile-2.0.11.tar.gz
Resolving pytextile.googlecode.com... 74.125.47.82
Connecting to pytextile.googlecode.com|74.125.47.82|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2008-11-20 09:39:42 ERROR 404: Not Found.

Without -N, it works:

% LC_ALL=C wget http://pytextile.googlecode.com/files/textile-2.0.11.tar.gz
--2008-11-20 09:40:40--
http://pytextile.googlecode.com/files/textile-2.0.11.tar.gz
Resolving pytextile.googlecode.com... 74.125.47.82
Connecting to pytextile.googlecode.com|74.125.47.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28727 (28K) [application/x-gzip]
Saving to: `textile-2.0.11.tar.gz'

100%[===========================================================================================>]
28,727       106K/s   in 0.3s

2008-11-20 09:40:41 (106 KB/s) - `textile-2.0.11.tar.gz' saved [28727/28727]

- Thomas

-- 
Thomas Moschny <thomas.moschny at gmail.com>




More information about the fedora-devel-list mailing list