]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
scripts/git: Remove extra printfs from a bad merge
authorteor <teor@torproject.org>
Thu, 7 Nov 2019 02:04:22 +0000 (12:04 +1000)
committerteor <teor@torproject.org>
Thu, 7 Nov 2019 02:04:22 +0000 (12:04 +1000)
scripts/git/git-push-all.sh

index 7bbeaecbd075af5ffda9ccaf44e34f53040589d8..4738658f1df992a231d42ddd3a811e7e15d8aa6e 100755 (executable)
@@ -295,15 +295,10 @@ else
         || true # Skipped all maint branches
     RELEASE_BRANCHES=$(echo "$PUSH_BRANCHES" | tr " " "\\n" | grep release | \
       tr "\\n" " ") || true # Skipped all release branches
-    printf \
-      "Pushing with %ss delays, so CI runs in this order:\\n%s\\n%s\\n%s\\n" \
-      "$PUSH_DELAY" "$MASTER_BRANCH" "$MAINT_BRANCHES" "$RELEASE_BRANCHES"
   else
     # Actually test branches based on maint branches
     MAINT_BRANCHES=$(echo "$PUSH_BRANCHES" | tr " " "\\n" | grep -v master) \
         || true # Skipped all maint test branches
-    printf "Pushing with %ss delays, so CI runs in this order:\\n%s\\n%s\\n" \
-      "$PUSH_DELAY" "$MASTER_BRANCH" "$MAINT_BRANCHES"
     # No release branches
     RELEASE_BRANCHES=
   fi