[tor-commits] [chutney/master] Travis: explain what happens when deb.tpo repositories fail
teor at torproject.org
teor at torproject.org
Wed Mar 13 02:13:56 UTC 2019
commit 067daf70ae39a7e78f4007dfd21908bf6b94f315
Author: teor <teor at torproject.org>
Date: Tue Mar 12 14:16:09 2019 +1000
Travis: explain what happens when deb.tpo repositories fail
---
.travis.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 93fbfdc..3f8b938 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,10 +24,9 @@ matrix:
python:
env: TOR="stable-release"
## Test all supported and available tor versions on Linux
- ## Standard dpkg configs fall back to stable when newer
- ## repositories are removed. But we want to fail, so we notice and
- ## update the repositories.
- ## TODO: check what happens when they fall back to 0.2.7 in xenial main
+ ## If the deb.torproject.org repositories are removed, we will fall back to
+ ## Ubuntu security's tor version (currently 0.2.9.14). We might want to
+ ## automatically fail the job if we can't get a newer tor, see #29741.
## The current tor versions in Ubuntu are on this page:
## https://packages.ubuntu.com/search?keywords=tor&searchon=names&exact=1
- addons:
More information about the tor-commits
mailing list