fedora-infra / mirrormanager2

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

Deleting URLs if site or host is removed. #127

Closed adrianreber closed 8 years ago

adrianreber commented 8 years ago

Deleting a mirror site and/or host did not correctly delete the URLs:

https://github.com/fedora-infra/mirrormanager2/issues/115 https://fedorahosted.org/mirrormanager/ticket/61

As URLs can only exist once in the database the URLs with the deleted site and/or hosts are still in the database and cannot be added to another host or deleted. Right now these left-over URLs have to be deleted manually.

Signed-off-by: Adrian Reber adrian@lisas.de

pypingou commented 8 years ago

:+1: thanks!