getsolus / ferryd

Fast, safe and reliable transit for the delivery of software updates to users.
https://getsol.us
Apache License 2.0
15 stars 5 forks source link

copy-source: Fix indexing wrong repo #39

Closed ReillyBrogan closed 2 months ago

ReillyBrogan commented 2 months ago

The copy-source action, which copies a package relnum from repo A to repo B, was previously indexing repo A after the copy was over. This meant that a manual re-index of repo B was necessary after doing a cherry-pick before packages would show up in the index.

As it doesn't make any logical sense for us to re-index a repo that is unmodified let's assume that the original intent was to re-index the modified repo and adjust the code accordingly.

joebonrichie commented 2 months ago

Note: to update docs in solus-team-docs after this lands