Whamcloud - gitweb
Branch HEAD
authorrobert.read <robert.read>
Thu, 19 Jun 2008 19:46:44 +0000 (19:46 +0000)
committerrobert.read <robert.read>
Thu, 19 Jun 2008 19:46:44 +0000 (19:46 +0000)
b=16069

Make sure the wildcard cases are actually last.

build/buildcvs

index e2ad951..0df9ab6 100644 (file)
@@ -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
     v[1-9]*)
         lnettag="$lustretag"
     # all later v* tags
     v[1-9]*)
         lnettag="$lustretag"
@@ -250,14 +258,6 @@ case "$lustretag" in
         lnettag="b1_x"
         ldiskfstag="$ldiskfstag_head"
         ;;
         lnettag="b1_x"
         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
 
 cvs_cmd libsysio libsysio "$libsysiotag"
 esac
 
 cvs_cmd libsysio libsysio "$libsysiotag"