[tor-commits] [depictor/master] Add historical data to gitignore and remove globe links

tom at torproject.org tom at torproject.org
Sun Sep 11 17:56:35 UTC 2016


commit 8c8fbe42d0a63d7a9bd37b9b1fd96b3f18ddfb71
Author: Tom <tom at ritter.vg>
Date:   Sun Sep 11 12:56:09 2016 -0500

    Add historical data to gitignore and remove globe links
---
 .gitignore | 3 ++-
 website.py | 3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index f65ade4..45104d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,5 @@ out/index.html
 out/graphs.html
 out/vote-stats.csv
 out/consensus-health*
-out/download-stats.csv
\ No newline at end of file
+out/download-stats.csv
+data/historical.db
\ No newline at end of file
diff --git a/website.py b/website.py
index fb64cee..bdc1d5e 100755
--- a/website.py
+++ b/website.py
@@ -900,8 +900,7 @@ class WebsiteWriter:
 		+ relay_nickname \
 		+ " <br /><span class=\"agt\"><a href=\"https://atlas.torproject.org/#details/" \
 		+ relay_fp + "\">Atlas</a> | " \
-		+ "<a href=\"https://globe.torproject.org/#/relay/" + relay_fp \
-		+ "\">Globe</a> | <a href=\"consensus-health-" \
+		+ "<a href=\"consensus-health-" \
 		+ (self.get_consensus_time() - datetime.timedelta(hours=1)).strftime("%Y-%m-%d-%H-%M")
 		+ ".html#" + relay_fp + "\">⇜</a></span>" \
 		+ "</td>\n")



More information about the tor-commits mailing list