Просмотр исходного кода

Mention Travis/Appveyor/Jenkins URLs in ReleasingTor.md

rl1987 6 лет назад
Родитель
Сommit
5d4b4f948a
2 измененных файлов с 10 добавлено и 2 удалено
  1. 3 0
      changes/doc30630
  2. 7 2
      doc/HACKING/ReleasingTor.md

+ 3 - 0
changes/doc30630

@@ -0,0 +1,3 @@
+  o Documentation:
+    - Mention URLs for Travis/Appveyor/Jenkins in ReleasingTor.md. Closes
+      ticket 30630.

+ 7 - 2
doc/HACKING/ReleasingTor.md

@@ -20,8 +20,11 @@ new Tor release:
 
 
 === I. Make sure it works
 === I. Make sure it works
 
 
-1. Make sure that CI passes: have a look at Travis, Appveyor, and
-   Jenkins.  Make sure you're looking at the right branches.
+1. Make sure that CI passes: have a look at Travis
+   (https://travis-ci.org/torproject/tor/branches), Appveyor
+   (https://ci.appveyor.com/project/torproject/tor/history), and
+   Jenkins (https://jenkins.torproject.org/view/tor/).
+   Make sure you're looking at the right branches.
 
 
    If there are any unexplained failures, try to fix them or figure them
    If there are any unexplained failures, try to fix them or figure them
    out.
    out.
@@ -244,3 +247,5 @@ new Tor release:
    master branch.
    master branch.
 
 
 3. Keep an eye on the blog post, to moderate comments and answer questions.
 3. Keep an eye on the blog post, to moderate comments and answer questions.
+
+