FS#10881 - URL missing from web although present in PKGBUILD
Attached to Project:
Arch Linux
Opened by Greg (dolby) - Thursday, 10 July 2008, 18:13 GMT
Last edited by Dusty Phillips (Dusty) - Thursday, 21 August 2008, 20:44 GMT
Opened by Greg (dolby) - Thursday, 10 July 2008, 18:13 GMT
Last edited by Dusty Phillips (Dusty) - Thursday, 21 August 2008, 20:44 GMT
|
Details
Description: The URL field missing when browsing some
packages on archlinux.org although its present in the
PKGBUILD
Spotted 2 of those until now. latex2rtf and cdparanoia Additional info: http://archlinux.org/pipermail/arch-general/2008-July/018218.html Steps to reproduce: http://archlinux.org/packages/330/ http://archlinux.org/packages/3503/ |
This task depends upon
Closed by Dusty Phillips (Dusty)
Thursday, 21 August 2008, 20:44 GMT
Reason for closing: Fixed
Additional comments about closing: Patch applied. More Hugs for Eliott.
Thursday, 21 August 2008, 20:44 GMT
Reason for closing: Fixed
Additional comments about closing: Patch applied. More Hugs for Eliott.
When a package is updated, the only fields currently updated are as follows:
pkgver, pkgrel, pkgdesc, needupdate, last_update
There was an original assumption on my part, that some fields were very seldom changed, and it wouldn't make sense from a performance standpoint to update the fields that didn't need it (since the update mechanism was written using the django orm..which is 'chatty').
It would be a trivial patch to add the URL field to the list of those updated, if it is deemed appropriate.
ha!
ps. dusty...git patches composed with format-patch can be applied with 'git am'.
;)
If performance is really a problem, maybe these packages could just be fixed manually then.