Skip to content
Snippets Groups Projects
Commit 7740a063 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Add comment to ensure people keep branch list sorted.
parent c4b141f1
No related branches found
No related tags found
No related merge requests found
...@@ -54,18 +54,23 @@ case "$lustretag" in ...@@ -54,18 +54,23 @@ case "$lustretag" in
exit 0 exit 0
;; ;;
# this is the branch table
# keep this list sorted alphabetically!
b1_4*) buildtag="b1_4" ;;
b_release_1_4_6-patchless) buildtag="b1_4" ;;
b_release_1_4_7-test) buildtag="b_release_1_4_7" ;;
b_release*) buildtag=$lustretag ;;
# These releases did not get build tagged for them because they # These releases did not get build tagged for them because they
# this build system didn't exist when they were tagged # this build system didn't exist when they were tagged
v1_2_8|v1_4_0) v1_2_8|v1_4_0)
buildtag="b1_4" buildtag="b1_4"
;; ;;
b1_4*) buildtag="b1_4" ;; v*) buildtag=$lustretag ;;
b_release_1_4_6-patchless) buildtag="b1_4" ;;
b_release_1_4_7-test) buildtag="b_release_1_4_7" ;;
v* | b_release*) buildtag=$lustretag ;;
# this is the branch table # this is the branch table
# keep this list sorted alphabetically! # keep this list sorted alphabetically!
...@@ -73,7 +78,6 @@ case "$lustretag" in ...@@ -73,7 +78,6 @@ case "$lustretag" in
*) *)
buildtag="HEAD" buildtag="HEAD"
;; ;;
esac esac
error_modules= error_modules=
......
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