diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-08-24 16:30:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-08-24 16:30:55 -0400 |
commit | 7a45c9c1d2a9632c6f029460d9a9cc514ea8b9ed (patch) | |
tree | b663963d55151aaec30ba8e2b84f3d9e1fcbaa88 /changes | |
parent | f1707f7db3296e5ddae2f09ff269afdebf651ec4 (diff) | |
parent | d6202d3128db259c1051eeef3e304459bcee8b53 (diff) | |
download | tor-7a45c9c1d2a9632c6f029460d9a9cc514ea8b9ed.tar.gz tor-7a45c9c1d2a9632c6f029460d9a9cc514ea8b9ed.zip |
Merge remote-tracking branch 'tor-github/pr/1215'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket29879 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket29879 b/changes/ticket29879 new file mode 100644 index 0000000000..c37bdd3f62 --- /dev/null +++ b/changes/ticket29879 @@ -0,0 +1,7 @@ + o Minor features (git scripts): + - Add a TOR_PUSH_DELAY variable to git-push-all.sh, which makes the script + push master and maint branches with a delay between each branch. These + delays trigger the CI jobs in a set order, which should show the most + likely failures first. Also make pushes atomic by default, and make + the script pass any command-line arguments to git push. + Closes ticket 29879. |