You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This patch introduces support for settings a dep constraint's revision
to a commit that exists in a GitHub pull request. Issue #1583 outlines
how GitHub PRs use a non-standard Git refspec, `+refs/pull/PR_ID`, to
store the commit built by CI systems such as Travis-CI. This patch
includes a new refspec when Git's VCS handler performs a fetch
operation.
The refspec `+refs/pull/*:refs/pull/%x/*` is used where `%x` is an MD5
hash of the constraint's configured remote location. This ensures that
if the remote location is changed, the refspec will point to a new
location locally.
This unblocks build failures occurring in rexray/gocsi#71 and
rexray/gocsi#80.
cc @sbezverk@sdboyer
0 commit comments