fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 46 forks source link

Category based scanning empties all other categories on host #249

Closed adrianreber closed 6 years ago

adrianreber commented 6 years ago

With the recent switch in Fedora's infrastructure to category based crawling a crawler bug was uncovered which removes all directories (HCD) from a host which are not part of the current category being scanned. The function sync_hcds() should only work with the specified categories instead of all categories.

adrianreber commented 6 years ago

Closing as the fix was merged