]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
doc: Add a new Travis CI cron job when there's a new maint branch
authorteor <teor@torproject.org>
Thu, 15 Nov 2018 02:05:28 +0000 (12:05 +1000)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 May 2019 13:02:13 +0000 (09:02 -0400)
Part of 28453.

doc/HACKING/ReleasingTor.md

index 4c87a366cc9047338f71d931bc9d651688c49362..c7cd0bc111c16fcbeb97b992dd99b8d3b3d42c7a 100644 (file)
@@ -240,7 +240,11 @@ new Tor release:
     `maint-x.y.z` branch to "newversion-dev", and do a `merge -s ours`
     merge to avoid taking that change into master.
 
-2. Forward-port the ChangeLog (and ReleaseNotes if appropriate) to the
+2. If there is a new `maint-x.y.z` branch, create a Travis CI cron job that
+   builds the release every week. (It's ok to skip the weekly build if the
+   branch was updated in the last 24 hours.)
+
+3. Forward-port the ChangeLog (and ReleaseNotes if appropriate) to the
    master branch.
 
-3. Keep an eye on the blog post, to moderate comments and answer questions.
+4. Keep an eye on the blog post, to moderate comments and answer questions.