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

umdl: mark paths containing /stage/ also as testing #171

Closed adrianreber closed 8 years ago

adrianreber commented 8 years ago

As described in

https://fedorahosted.org/fedora-infrastructure/ticket/5185

umdl picks up repositories and versions in the alt/ tree in the staging directory, which should not be presented on the MirrorManager main page.

umdl already has a check to see if a version is a test version and this is now extended to also mark releases/repositories/versions in paths containing 'stage' as 'isTest'.

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

pypingou commented 8 years ago

:+1: for me

ralphbean commented 8 years ago

:+1: here too!