Whamcloud - gitweb
b=20298
[fs/lustre-release.git] / build / buildcvs
index 6f6c8ef..d8c3c45 100644 (file)
@@ -5,11 +5,14 @@ lnettag="b1_x"
 libsysiotag="HEAD"
 snmptag="HEAD"
 ldiskfstag="HEAD"
-ldiskfstag_head="b1_8_iam"
+ldiskfstag_head="HEAD"
 lustreiokittag="HEAD"
 libcfstag="b1_x"
-dmutag=""
+dmutag="" # uDMU
+spltag=""
+zfstag=""
 hg_base_url="http://www.wizy.org/mercurial"
+git_base_url="git@git.lustre.org:%s.git"
 
 export LC_COLLATE=C
 
@@ -57,6 +60,12 @@ case "$lustretag" in
         portalstag="b_hd_newconfig"
         ;;
 
+    b_cmd_cray)
+        lnettag="HEAD"
+        ldiskfstag="$ldiskfstag_head"
+        libcfstag="HEAD"
+        ;;
+
     b_cmd*)
         portalstag="$lustretag"
         ;;
@@ -165,26 +174,18 @@ case "$lustretag" in
 
     b_hd_lnet_smp)
         # LNet grained locking and SMP improvement branch
+        libcfstag="b_hd_libcfs_smp"
         lnettag="b_hd_lnet_smp"
-        ldiskfstag="lnet_smp_ldiskfs"
-        lustretag="lnet_smp_lustre"
-        libcfstag="lnet_smp_libcfs"
-        ;;
-
-    b_hd_lnet_perf)
-        # Tag for lnet performance tests
-        lnettag="HEAD"
-        ldiskfstag="lnet_smp_ldiskfs"
-        lustretag="lnet_smp_lustre"
-        libcfstag="lnet_smp_libcfs"
+        ldiskfstag="$ldiskfstag_head"
+        lustretag="b_hd_lustre_smp"
         ;;
 
-    b_hd_o2ib_new_proto)
+    b_hd_md_perf)
         # LNet branch for new o2iblnd protocol (15983, 13621, 14425, 14358)
-        lnettag="b_hd_o2ib_new_proto"
+        lnettag="HD_LNET_SMP_BASE"
         ldiskfstag="$ldiskfstag_head"
-        lustretag="HEAD"
-        libcfstag="HEAD"
+        lustretag="HD_LUSTRE_SMP_BASE"
+        libcfstag="HD_LIBCFS_SMP_BASE"
         ;;
 
     b_ula)
@@ -308,14 +309,40 @@ case "$lustretag" in
         libcfstag="HEAD"
         ;;
 
+    # libcfs name normalization changes
+    b_hd_nn)
+        libcfstag="b_hd_libcfs_nn"
+        lnettag="b_hd_lnet_nn"
+        ldiskfstag="$ldiskfstag_head"
+        lustretag="b_hd_lustre_nn"
+        ;; 
+
     # Branches that have been updated to include
     # the libcfs split should be added here
-    HEAD|b_head_capa|b_hd_cfld|b_hd_changelog|b_hd_sptlrpc|HD_SPTLRPC_BASE|b_som|b_hd_kdmu|b_hd_recov|b_hd_transapi)
+    HEAD|b_head_capa|b_hd_cfld|b_hd_changelog|b_hd_sptlrpc|HD_SPTLRPC_BASE|b_som|b_hd_recov|b_hd_transapi)
         lnettag="HEAD"
         ldiskfstag="$ldiskfstag_head"
         libcfstag="HEAD"
         ;;
 
+    b_hd_kdmu)
+        # Identical to HEAD + spl and zfs
+        lnettag="HEAD"
+        ldiskfstag="$ldiskfstag_head"
+        libcfstag="HEAD"
+        spltag="pre-alpha"
+        zfstag="patched"
+        ;;
+    b_kdmu_params)
+        # Identical to HEAD + spl and zfs
+        lnettag="b_hd_params_tree"
+        ldiskfstag="$ldiskfstag_head"
+        libcfstag="b_hd_params_tree"
+        lustretag="b_kdmu_params"
+        spltag="pre-alpha"
+        zfstag="patched"
+        ;;
+
     b_head_libcfs)
         lnettag="b_head_libcfs"
         ldiskfstag="$ldiskfstag_head"
@@ -359,5 +386,7 @@ cvs_cmd ldiskfs ldiskfs "$ldiskfstag"
 cvs_cmd lustre-iokit lustre-iokit "$lustreiokittag"
 hg_cmd lustre/zfs-lustre "$hg_base_url" "$dmutag"
 cvs_cmd libcfs libcfs "$libcfstag"
+git_cmd spl spl "$spltag" "$git_base_url"
+git_cmd zfs zfs-tmp "$zfstag" "$git_base_url"
 
 [ -a ldiskfs/build ] || ln -sf ../build ldiskfs/build