FS#20697 - [pkgtools] using RATELIMIT in /etc/pkgtools/pkgfile.conf gives an error
Attached to Project:
Community Packages
Opened by solsTiCe (zebul666) - Wednesday, 01 September 2010, 09:40 GMT
Last edited by Roman Kyrylych (Romashka) - Friday, 03 September 2010, 10:59 GMT
Opened by solsTiCe (zebul666) - Wednesday, 01 September 2010, 09:40 GMT
Last edited by Roman Kyrylych (Romashka) - Friday, 03 September 2010, 10:59 GMT
|
Details
I have decided to read pkgfile configuratin file and used
RATELIMIT=50k instead of the default but later, I found in my log from cron the following errors: wget: --limit-rate: Invalid byte value `\'50k\'' Could not retrieve http://mir.archlinux.fr/core/os/i686/core.files.tar.gz [...] looking at /usr/bin/pkgfile, I easily spotted the bug the line 417 should be RATELIMIT="--limit-rate=$RATELIMIT" instead of RATELIMIT="--limit-rate='$RATELIMIT'" |
This task depends upon
Closed by Roman Kyrylych (Romashka)
Friday, 03 September 2010, 10:59 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#20151
Friday, 03 September 2010, 10:59 GMT
Reason for closing: Duplicate
Additional comments about closing:
Comment by solsTiCe (zebul666) -
Thursday, 02 September 2010, 19:45 GMT
ah. I see the fix is in git repo