João Figueiredo

Results 11 comments of João Figueiredo

Done, just sent a pull request. It would be nice to maybe add it as an option instead of hard-coding it. That said, I can't think of many cases where...

Also, regarding circular symlinks: find already detects them, and it will output an error, which will cause bsync to abort due to a "Find error".

From what I understand, the "clean build" option means that yay won't download the PKGBUILD and sources again.

But I agree, there should be a way to not have it recompile everything if the compiled package already exists.

So far, what I've done is add a `-git` suffix to the original group name (`plasma-git`, `kde-applications-git`, etc). That way, we still have groups, but there's no conflicts. We can...

@PedroHLC yeah, sounds good! Or we could add `-git` to every group (I wouldn't mind making that happen), whichever you think is better :)

@PedroHLC how about this: `sed '/^groups=(/s/ /-git /g;/^groups=(/s/)/-git)/'` 👀

@PedroHLC there: `sed '/^groups=(/s/ /-git /g;/^groups=(/s/)/-git)/;/^groups=(/s/-git-git/-git/g'` 😂

Personally, I don't think we should remove the other groups, because we're basically just removing functionality; adding the `-git` suffix or a `chaotic-` prefix would fix all the issues people...

Ohhh okay, I see what you mean; yeah I agree, it doesn't make sense to add non `-git` packages to `-git` groups. So is the group conflict problem also happening...