commit 37db1aa164b9b59de52fbc5be6915e0c6e7b8698 Author: Damian Johnson atagar@torproject.org Date: Tue Nov 7 08:52:15 2017 -0800
Drop old arm packages from the download page
To cut down on confusion we should stop listing alternate platforms until our package maintainers have a chance to package the new nyx codebase for those platforms. --- web/index.html | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/web/index.html b/web/index.html index 72b098c..2ecb239 100644 --- a/web/index.html +++ b/web/index.html @@ -352,6 +352,7 @@ sudo python setup.py install</pre><br></li> </pre> </div>
+ <!-- <div class="platform"> <a href="http://packages.debian.org/sid/tor-arm" id="debian"><img src="images/download/debian.png" alt="Debian"></a> <a href="http://packages.debian.org/sid/tor-arm" class="platform-title">Debian</a> @@ -392,6 +393,7 @@ sudo python setup.py install</pre><br></li> <p>Port maintained by Carlo for <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html">FreeBSD</a>.</p> <pre>% pkg install security/arm</pre> </div> + -->
<div class="platform"> <a href="https://gitweb.torproject.org/nyx.git" id="git"><img src="images/download/git.png" alt="Git"></a>
tor-commits@lists.torproject.org