commit 16dacf3b154c024e98740e07b009af9e168b831d Author: hiromipaw hiro@torproject.org Date: Fri Jan 12 16:17:42 2018 +0100
Add ubuntu zesty to download options --- Makefile.local~ | 13 +++++++++++++ docs/en/debian.wml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/Makefile.local~ b/Makefile.local~ new file mode 100644 index 00000000..fb48555e --- /dev/null +++ b/Makefile.local~ @@ -0,0 +1,13 @@ +# This is a sample for your Makefile.local. +# +# Copy this to Makefile.local and change the path to match your local +# system. +# + +# The path to a clone of the tor source code repository's .git dir. +# Note that if your clone is a non-bare repository that you must not +# leave out the .git part. +# +# e.g.: +# export TORGIT=/home/weasel/projects/tor/tor/.git +export TORGIT=set this to your tor.git path \ No newline at end of file diff --git a/docs/en/debian.wml b/docs/en/debian.wml index f6a58fd2..286e19c6 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -75,9 +75,9 @@ I run <option value="stretch" selected="selected">Debian stable (stretch)</option> <option value="testing">Debian testing (buster)</option> <option value="sid">Debian unstable (sid)</option> -<option value="precise">Ubuntu Precise Pangolin</option> <option value="trusty">Ubuntu Trusty Tahr</option> <option value="xenial">Ubuntu Xenial Xerus</option> +<option value="zesty">Ubuntu Zesty Zapus</option> </select> and want <select id="package"></select>
tor-commits@lists.torproject.org