aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-08-08 12:33:42 +1000
committerteor <teor@torproject.org>2019-08-08 18:59:44 +1000
commitd6202d3128db259c1051eeef3e304459bcee8b53 (patch)
tree8ba006a667c1145160855d66e190da15a41ded34 /changes
parent35cfe2e77679e1df5c3ae4b71112fa252acafdca (diff)
downloadtor-d6202d3128db259c1051eeef3e304459bcee8b53.tar.gz
tor-d6202d3128db259c1051eeef3e304459bcee8b53.zip
scripts/git: add TOR_PUSH_DELAY to git-push-all.sh
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket298797
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.