Skip to content

Commit

Permalink
frontera: yet another hack branch
Browse files Browse the repository at this point in the history
Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
  • Loading branch information
daltonbohning committed Apr 26, 2022
1 parent 810d6a7 commit 279cdec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontera/run_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ function git_has_commit() {
# Merge a "hack" branch and user-specified branches
function merge_extra_daos_branches() {
local hack_branch=""
if $(git_has_commit "59bdf06") = true; then
if $(git_has_commit "6373e4f") = true; then
hack_branch="origin/dbohning-io500-base-6373e4f-2.2"
elif $(git_has_commit "59bdf06") = true; then
hack_branch="origin/dbohning-io500-base-59bdf06"
elif $(git_has_commit "b1933c3") = true; then
hack_branch="origin/dbohning-io500-base-b1933c3"
Expand Down

0 comments on commit 279cdec

Please sign in to comment.