Lulu

Results 352 comments of Lulu

The base version and the version of each package inside will always be the same so I don't see this changing anything. I took a look when at this when...

Merging based on your results. Though I swear there are some other issues with --needed right now even though those ones may not cause crashing.

This should be an option so we can do `news_url = config.news_url.unwrap_or(conifg.arch_url.join("feeds/news"))` and make sure it uses the arch url set by default.

You can use a local pkgbuild repo to keep packages on a commit that you want.

Add ``` [myrepo] Path = /home/user/myrepo ``` to your paru.conf Then clone whatever aur packages you want into that dir and checkout the commits you want. Should be as simple...

I'm for this, just once I think up a clean way to implement it.

This is a limitation of devtools. You can work around it by installing things you waste in your base chroot so it's setup dot you want before installing.

Right i assumed this was about conflict that happen in the chroot. Yeah that's a bug on paru's end. The y spam is a devtools issue tough. devtools does `yes...

The yes pipe is ran when makechrootpkg injects not repo packages into the chroot. So that would be any aur deps when using chroot when not using local repos. For...

Now that chroot can be used without local repos chroot now no longer implies it. So if you have chroot in your config but not local repos you're no longer...