pr_27240.patch 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. diff --git a/cron/deactivate-projects.sh b/cron/deactivate-projects.sh
  2. index fab0fbfbf667..a391f99a5bd8 100755
  3. --- a/cron/deactivate-projects.sh
  4. +++ b/cron/deactivate-projects.sh
  5. @@ -1,6 +1,6 @@
  6. #!/usr/bin/env bash
  7. -set -eux
  8. +set -eu
  9. echo "-------------------------"
  10. echo "Deactivating old projects"
  11. diff --git a/cron/delete-projects.sh b/cron/delete-projects.sh
  12. index e1ea5ac5e621..7cd45771716a 100755
  13. --- a/cron/delete-projects.sh
  14. +++ b/cron/delete-projects.sh
  15. @@ -1,6 +1,6 @@
  16. #!/usr/bin/env bash
  17. -set -eux
  18. +set -eu
  19. echo "-------------------------"
  20. echo "Expiring deleted projects"
  21. diff --git a/cron/delete-users.sh b/cron/delete-users.sh
  22. index fe97bffeea0b..30872ac55657 100755
  23. --- a/cron/delete-users.sh
  24. +++ b/cron/delete-users.sh
  25. @@ -1,6 +1,6 @@
  26. #!/usr/bin/env bash
  27. -set -eux
  28. +set -eu
  29. echo "----------------------"
  30. echo "Expiring deleted users"
  31. diff --git a/cron/project-history-flush-all.sh b/cron/project-history-flush-all.sh
  32. index d8bbb184aa37..8fe9eea5fc55 100755
  33. --- a/cron/project-history-flush-all.sh
  34. +++ b/cron/project-history-flush-all.sh
  35. @@ -1,6 +1,6 @@
  36. #!/usr/bin/env bash
  37. -set -eux
  38. +set -eu
  39. echo "---------------------------------"
  40. echo "Flush all project-history changes"
  41. diff --git a/cron/project-history-periodic-flush.sh b/cron/project-history-periodic-flush.sh
  42. index 76feae410e26..1b8efff6cc7c 100755
  43. --- a/cron/project-history-periodic-flush.sh
  44. +++ b/cron/project-history-periodic-flush.sh
  45. @@ -1,6 +1,6 @@
  46. #!/usr/bin/env bash
  47. -set -eux
  48. +set -eu
  49. echo "--------------------------"
  50. echo "Flush project-history queue"
  51. diff --git a/cron/project-history-retry-hard.sh b/cron/project-history-retry-hard.sh
  52. index 651a6615f22d..df9b4703a58e 100755
  53. --- a/cron/project-history-retry-hard.sh
  54. +++ b/cron/project-history-retry-hard.sh
  55. @@ -1,6 +1,6 @@
  56. #!/usr/bin/env bash
  57. -set -eux
  58. +set -eu
  59. echo "-----------------------------------"
  60. echo "Retry project-history errors (hard)"
  61. diff --git a/cron/project-history-retry-soft.sh b/cron/project-history-retry-soft.sh
  62. index 70c597021b28..cbb6e714cae7 100755
  63. --- a/cron/project-history-retry-soft.sh
  64. +++ b/cron/project-history-retry-soft.sh
  65. @@ -1,6 +1,6 @@
  66. #!/usr/bin/env bash
  67. -set -eux
  68. +set -eu
  69. echo "-----------------------------------"
  70. echo "Retry project-history errors (soft)"