summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/bugzilla-post.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-gluster-org/scripts/bugzilla-post.sh')
-rw-r--r--build-gluster-org/scripts/bugzilla-post.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/bugzilla-post.sh b/build-gluster-org/scripts/bugzilla-post.sh
index 2ce3faf..f2d0de6 100644
--- a/build-gluster-org/scripts/bugzilla-post.sh
+++ b/build-gluster-org/scripts/bugzilla-post.sh
@@ -32,7 +32,7 @@ function update_bugzilla()
bugzilla modify $bugid --comment="REVIEW: $GERRIT_CHANGE_URL ($GERRIT_CHANGE_SUBJECT) posted (#$GERRIT_PATCHSET_NUMBER) for review on $GERRIT_BRANCH by $GERRIT_PATCHSET_UPLOADER_NAME";
fi
else
- bugzilla modify $bugid --comment="COMMIT: $GERRIT_CHANGE_URL committed in $GERRIT_BRANCH by $GERRIT_SUBMITTER $(echo; echo; echo -------------; echo;echo;echo;) $(echo $GERRIT_CHANGE_COMMIT_MESSAGE | base64 -d)";
+ bugzilla modify $bugid --comment="COMMIT: $GERRIT_CHANGE_URL committed in $GERRIT_BRANCH by $GERRIT_CHANGE_OWNER with a commit message-$(echo; echo;) $(echo $GERRIT_CHANGE_COMMIT_MESSAGE | base64 -d)";
fi
}