From 67cf46df184ab72af30f5f8e19d961aab8509eaf Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 17 Dec 2019 23:21:06 +0800 Subject: [PATCH] build-integration-branch: s/prefix/postfix/ prefix is not defined. Signed-off-by: Kefu Chai --- src/script/build-integration-branch | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/script/build-integration-branch b/src/script/build-integration-branch index ad960a6a763..1dae51f9306 100755 --- a/src/script/build-integration-branch +++ b/src/script/build-integration-branch @@ -4,7 +4,8 @@ Builds integration branches. Something similar to $ git checkout -b branch-name $ for b in $(get-branches-from-github) ; do - $ git pull b + > git pull b + > done Requires `~/.github_token`. @@ -39,14 +40,15 @@ repo = "ceph/ceph" try: from docopt import docopt arguments = docopt(__doc__.format(postfix=postfix)) - print(arguments) label = arguments['