fedora-infra / mirrormanager2

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

Add code to graph repomd.xml propagation #122

Closed adrianreber closed 9 years ago

adrianreber commented 9 years ago

The crawler has been extended to only retrieve the repomd.xml file and print out its sha256sum. To create diagrams of this output an additional script has been added. The script to create the diagrams has a few hard-coded assumptions coded into it which is not perfect but integrating it into mirrormanager2's repository makes sure the script is not lost.

pypingou commented 9 years ago

Looks sane to me