Skip to content
Snippets Groups Projects
Commit cc434eef authored by mjmac's avatar mjmac
Browse files

Fixes to allow the harness to build v1_4_5_91.

parent 6f759812
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,11 @@ case "$lustretag" in
buildtag="b_lnet"
;;
# These releases use the b_lnet build
v1_4_5_91)
buildtag="b_lnet"
;;
# Apparently these releases did not get build tagged for them...
v1_2_8|v1_4_0)
buildtag="HEAD"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment