Hi,

The following problem with wget has been annoying me for a long time: 

When the files (eg .../rawhide/SRPMS/SRPMS) on the mirror site
change date but remains the same, updating with
wget -c -r ftp://.../SRPMS/SRPMS
to get the updated files ALL already dowloaded files with the same
revision but a new date becomes corrupted!!

This results in that all these packages have to be downloaded again :-(
(In addition to the updated ones, i.e. the _whole_ directory)

An example is given below:

ls -l jadetex-2.7-4.src.rpm jadetex-2.7-4.src.rpm.corrupt 

-rw-r--r--    1 srs      srs        756781 Aug 30 22:10 jadetex-2.7-4.src.rpm
-rw-r--r--    1 srs      srs        756781 Aug 30 22:10 jadetex-2.7-4.src.rpm.corrupt

rpm -qpvv jadetex-2.7-4.src.rpm jadetex-2.7-4.src.rpm.corrupt 

D: New Header signature
D: Signature size: 149
D: Signature pad : 3
D: sigsize         : 152
D: Header + Archive: 756533
D: expected size   : 756533
jadetex-2.7-4

D: New Header signature
D: Signature size: 68
D: Signature pad : 4
D: sigsize         : 72
D: Header + Archive: 756613
D: expected size   : 756533
query of jadetex-2.7-4.src.rpm.corrupt failed

Solutions, workarounds?
Does the -N switch for wget help?



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to