pandom79

Results 33 comments of pandom79

> Alright, thanks. Will leave this open in case of any other questions while making the xbps-src template. I have a xbps-src template which works. I can't understand the reason...

I just find out a bug in this solution. The order provided by glob function is not enough. Before real results cycle i'll have to correctly order them by the...

The main problem was the order returned by glob function. The problem has occurred for the google-chrome package which versions are a bit complicated. For the tests, i had three...

> Shelling out to ls is not an option, not only because it is not portable and breaks xbps-static's promise, but also it don't follow version order of xbps. Use...

It correctly sort the packages by version but, one more time, i don't see slowness problem locally. I'd want to use qsort() to do that but seems that it doesn't...

Sorry, i prefer qsort(). Please note that i can't make the cast in binpkgcmp() function to get correctly the values. I remove "cast-qual" flag and it works. If you wish...

> Removing static globals seems like a fine idea to me. Could you try to cleanup the indentation changes? They make reviewing the diff quite a bit noisier. > >...

> Important features are missing in this incomplete rewrite, like reading same conf files, updating xbps first (that will be problematic when soname of xbps and some other packagekit dependency...

> This is neither a support nor a non-support from me. > But, `sbsign` has config file in `/etc/default/sbsigntool-kernel-hook` Sorry, how can i to use that hook to sign bootloader...

> I'm not sure there's an easy way to use the `sbsign` hook (which could be run inside the chroot with `xbps-reconfigure`) without including the private keys in the final...