You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a --sync operation from another repository, there's a "shortcut" in the logic which returns early if there were no packages found in the source repository matching the sync pattern. While this makes some sense, the result is that the pattern-based invalidation which would have removed all packages from the downstream repository matching the pattern doesn't occur.
When performing a
--sync
operation from another repository, there's a "shortcut" in the logic which returns early if there were no packages found in the source repository matching the sync pattern. While this makes some sense, the result is that the pattern-based invalidation which would have removed all packages from the downstream repository matching the pattern doesn't occur.createrepo-agent/src/createrepo-agent/command.c
Lines 390 to 403 in 70fffe4
The text was updated successfully, but these errors were encountered: