Pedro Lara Campos

Results 136 comments of Pedro Lara Campos

I need some magic "sed", capable of doing that, right now I'm just removing all groups :+1:

> @PedroHLC how about this: `sed '/^groups=(/s/ /-git /g;/^groups=(/s/)/-git)/'` eyes That doubles "-git" in the ones that already ends in it :smile:

BUT WAIT, is that really desired? I think we should "Just keep the -git" ones... **EDIT1**: Or keep the "-git", and prefix any other with "chaotic-"... **EDIT2**: I wonder if...

:thinking: I think we should add "-git" only to the packages ending in "-git", otherwise, remove them all...

> So is the group conflict problem also happening with non VCS packages? We don't keep track of them, it all started with a -bzr package: https://github.com/chaotic-aur/packages/issues/16

Hi @venadHD Try the "non-production" way: ```sh git clone $link cd $repo mix deps.get mix ecto.reset iex -S mix ``` *EDIT*: Remember to have Postgres and Elixir installed.

Renato only uses BSD variants

We have packages like `mesa-*-git` that update every hour, others that don't do so much, but their diff is quite big. If we save like "a month-old" of delta packages,...

> And yes, that's maybe not something every mirror wants to store. But on the other hand, that's fully optional – you can just create two tiers. Good idea! >...

I doubt this is is anyone's priority list to implement, so let me close this. In case someone is interested feel free to open a PR.