From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C8B9138350 for ; Sun, 3 May 2020 22:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B7FFE09AB; Sun, 3 May 2020 22:54:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43B0DE09AB for ; Sun, 3 May 2020 22:54:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAB7134E80D for ; Sun, 3 May 2020 22:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A62CB200 for ; Sun, 3 May 2020 22:54:33 +0000 (UTC) From: "Max Magorsch" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Max Magorsch" Message-ID: <1588546435.e11cf4a53e7086c2afd51a55d287de45daba4951.arzano@gentoo> Subject: [gentoo-commits] proj/gentoo-mirrorstats:master commit in: html/ X-VCS-Repository: proj/gentoo-mirrorstats X-VCS-Files: html/generate.py X-VCS-Directories: html/ X-VCS-Committer: arzano X-VCS-Committer-Name: Max Magorsch X-VCS-Revision: e11cf4a53e7086c2afd51a55d287de45daba4951 X-VCS-Branch: master Date: Sun, 3 May 2020 22:54:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e5824e8-84e1-4312-a484-eb8c865654dc X-Archives-Hash: 93b09a2c59186cab293f5acb04e4e556 commit: e11cf4a53e7086c2afd51a55d287de45daba4951 Author: Max Magorsch gentoo org> AuthorDate: Sun May 3 22:53:55 2020 +0000 Commit: Max Magorsch gentoo org> CommitDate: Sun May 3 22:53:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=e11cf4a5 Use separate folder for the html pages Signed-off-by: Max Magorsch gentoo.org> html/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/generate.py b/html/generate.py index 33a3cd5..abb7100 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/" +html_folder = "/var/www/mirrorstats.gentoo.org/htdocs/new/" template_folder = "/var/www/mirrorstats.gentoo.org/gentoo-mirrorstats/html/" cache_path = "/var/www/mirrorstats.gentoo.org/var/html_data_cache.json"