ticket29879 429 B

1234567
  1. o Minor features (git scripts):
  2. - Add a TOR_PUSH_DELAY variable to git-push-all.sh, which makes the script
  3. push master and maint branches with a delay between each branch. These
  4. delays trigger the CI jobs in a set order, which should show the most
  5. likely failures first. Also make pushes atomic by default, and make
  6. the script pass any command-line arguments to git push.
  7. Closes ticket 29879.