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

statistics: Fix various matplotlib problems #153

Closed adrianreber closed 8 years ago

adrianreber commented 8 years ago

The matplotlib dependent scripts are trying to start a GTK interface if no configuration file is present (like on my system) which tells that the non-graphical interface should be used as default. With this it is not explicitly stated in the code of the scripts that the non-graphical version is wanted. In addition the dependency to draw the fonts with Latex has been removed. Also switching to embargoed countries from configuration file.

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

pypingou commented 8 years ago

Looks sane to me