Skip to content
Snippets Groups Projects
Commit d0ce1d63 authored by Robert Read's avatar Robert Read
Browse files

Branch HEAD

b=16069

Make sure the wildcard cases are actually last.
parent bda28981
No related merge requests found
...@@ -238,6 +238,14 @@ case "$lustretag" in ...@@ -238,6 +238,14 @@ case "$lustretag" in
snmptag="$lustretag" snmptag="$lustretag"
;; ;;
# Branches that have been updated to include
# the libcfs split should be added here
HEAD)
lnettag="HEAD"
ldiskfstag="$ldiskfstag_head"
libcfstag="HEAD"
;;
# all later v* tags # all later v* tags
v[1-9]*) v[1-9]*)
lnettag="$lustretag" lnettag="$lustretag"
...@@ -250,14 +258,6 @@ case "$lustretag" in ...@@ -250,14 +258,6 @@ case "$lustretag" in
lnettag="b1_x" lnettag="b1_x"
ldiskfstag="$ldiskfstag_head" ldiskfstag="$ldiskfstag_head"
;; ;;
# Branches that have been updated to include
# the libcfs split should be added here
HEAD)
lnettag="HEAD"
ldiskfstag="$ldiskfstag_head"
libcfstag="HEAD"
;;
esac esac
cvs_cmd libsysio libsysio "$libsysiotag" cvs_cmd libsysio libsysio "$libsysiotag"
......
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