diff --git a/compare-bug-version-and-git-branch.sh b/compare-bug-version-and-git-branch.sh index e2a1d87..80630bd 100755 --- a/compare-bug-version-and-git-branch.sh +++ b/compare-bug-version-and-git-branch.sh @@ -88,6 +88,11 @@ if [ "${BUG_PRODUCT}" != "GlusterFS" ]; then exit 1 fi +if [ "${BUG} = "1193929" ]; then + echo "This commit is for BUG id 1193929." + exit 0 +fi + if [ "${BUG_STATUS}" != "NEW" ] && [ "${BUG_STATUS}" != "POST" ] && [ "${BUG_STATUS}" != "ASSIGNED" ] && [ "${BUG_STATUS}" != "MODIFIED" ]; then echo "BUG id ${BUG} has an invalid status as ${BUG_STATUS}. Acceptable status values are NEW, ASSIGNED, POST or MODIFIED" exit 1