[packagekit] Convert the UpdateDetail::url field into UpdateDetail::{vendor_url, bugzilla_url, cve_url}

Tim Lauridsen tim.lauridsen at googlemail.com
Sat Jan 5 22:55:44 PST 2008


Tim Lauridsen wrote:
> Matthias Clasen wrote:
>> On Jan 4, 2008 4:43 AM, Tim Lauridsen <tim.lauridsen at googlemail.com> wrote:
>>
>>> It is using the following format for vendor_url,bugzilla_url,cve_url:
>>>
>>> url1;text1;url2;text2;...;urlN;textN
>>>
>>> and 'none' if no urls exists.
>>>
>>> Hope i got it right.
>> Seems to work; I have updated the frontend to parse these.
>> I notice that you always pass none for vendor_url; I guess you could pick up
>> references with type != bugzilla, cve and stuff them in there.
>>
>> Matthias
>> _______________________________________________
>> PackageKit mailing list
>> PackageKit at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/packagekit
> 
> vendor_url is none because bodhi have no way to add a vendor url, but 
> the update metadate support it, so it is a good idea to add type != 
> bugzilla, cve to vendor_url in the backend.
> 

Committed

Tim



More information about the PackageKit mailing list