When I run it, it runs the first command and updates the review but gets 
stuck doesn't move on so the command 

  yes | rbt post --debug --update --repository=$REPO \
                   --tracking-branch="origin/$BRANCH_NAME" \
                   --parent="origin/$base_branch" \
                   --branch="$BRANCH_NAME" \
                   --guess-fields=auto \
                   --target-groups=$REVIEWERS \
                   --publish \
                   --server="http://reviews.domain.com"; \
                   --username="$rb_user" \
                   --password=$rb_password \
                   --submit-as="$submit_as" \
                   --bugs-closed="$jira_id" \
                   --description="$summary" >> updates





isn't returning an exit code I've tried without >> and without yes | still same 
either way I run it. However, the post command works fine and returns exit code 
when its done. So my python script doesn't hang on creation only on updating.

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to