#244 Fix PR build and doc push commit message
Merged by lholecek. Opened by rayson.
rayson/waiverdb cicd-fix-pagure-pr-build  into  master

Download 244.patch

OpenShift Build Strategy doesn't build Pagure pull-requests because Pagure PRs
follow pull/<PR No.>/head format and there is no options in OpenShift BuildConfig
to specify custom refspec like +refs/pull/*/head:refs/remotes/origin/pull/*/head.

This PR will change the way of tracking a Git commit with ref name to work around this issue,
although the actual commit behind a Git ref may change during multiple
Git checkouts.

rebased onto 2649c7c4b150fb7dfccb9ceca8e8d5224713f37a

rebased onto 2649c7c4b150fb7dfccb9ceca8e8d5224713f37a

rebased onto 7065b8a4b259e003d35ddd709c89cb485752e745

rebased onto 7065b8a4b259e003d35ddd709c89cb485752e745

env.WAIVERDB_GIT_COMMIT_ID looks unused now. If so please remove.

rebased onto 6f2513906638ceca46ab64829e26aa81ee80b3cc

@lholecek Removed.

Pull-Request has been merged by lholecek

Metadata