diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-05-07 01:26:26 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-05-07 01:26:26 +0200 |
commit | cd3b03e04c7f3f5693f4224caa44392ee8c066ae (patch) | |
tree | 7713459e9c79648bf0b1126f99cf2c2439a3fb97 /html | |
parent | Use index.html instead of all.html for the landing page (diff) | |
download | gentoo-mirrorstats-cd3b03e04c7f3f5693f4224caa44392ee8c066ae.tar.gz gentoo-mirrorstats-cd3b03e04c7f3f5693f4224caa44392ee8c066ae.tar.bz2 gentoo-mirrorstats-cd3b03e04c7f3f5693f4224caa44392ee8c066ae.zip |
Move the tyrian based pages into production
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'html')
-rwxr-xr-x | html/generate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/generate.py b/html/generate.py index 8ab5898..025004d 100755 --- a/html/generate.py +++ b/html/generate.py @@ -19,7 +19,7 @@ import urllib.request, json import xml.etree.ElementTree as ET import jinja2 -html_folder = "/var/www/mirrorstats.gentoo.org/htdocs/new/" +html_folder = "/var/www/mirrorstats.gentoo.org/htdocs/" template_folder = "/var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/html/" cache_path = "/var/www/mirrorstats.gentoo.org/var/html_data_cache.json" |