We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810d6a7 commit 279cdecCopy full SHA for 279cdec
1 file changed
frontera/run_build.sh
@@ -119,7 +119,9 @@ function git_has_commit() {
119
# Merge a "hack" branch and user-specified branches
120
function merge_extra_daos_branches() {
121
local hack_branch=""
122
- if $(git_has_commit "59bdf06") = true; then
+ if $(git_has_commit "6373e4f") = true; then
123
+ hack_branch="origin/dbohning-io500-base-6373e4f-2.2"
124
+ elif $(git_has_commit "59bdf06") = true; then
125
hack_branch="origin/dbohning-io500-base-59bdf06"
126
elif $(git_has_commit "b1933c3") = true; then
127
hack_branch="origin/dbohning-io500-base-b1933c3"
0 commit comments