Repository: yetus Updated Branches: refs/heads/YETUS-83 8d6e39aa3 -> 9bceda806
YETUS-97. branch detection cut bug Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/9bceda80 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/9bceda80 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/9bceda80 Branch: refs/heads/YETUS-83 Commit: 9bceda80613bb958519f84b49f3608f0aa563362 Parents: 8d6e39a Author: Allen Wittenauer <[email protected]> Authored: Mon Oct 19 11:12:08 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Mon Oct 19 11:45:40 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch.d/jira.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/9bceda80/dev-support/test-patch.d/jira.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.d/jira.sh b/dev-support/test-patch.d/jira.sh index 59baf0f..1c554f1 100755 --- a/dev-support/test-patch.d/jira.sh +++ b/dev-support/test-patch.d/jira.sh @@ -214,7 +214,7 @@ function jira_determine_branch count="${PATCH_BRANCH//[^.]}" total=${#count} ((total = total + 3 )) - until [[ ${total} -lt 2 ]]; do + until [[ ${total} -lt 3 ]]; do PATCH_BRANCH=$(echo "${patchnamechunk}" | cut -f3-${total} -d.) yetus_debug "Determine branch: ISSUE[.##].branch = ${PATCH_BRANCH}" ((total=total-1))
