From 4d0283e13b46e6aa411f78547db7cd9d40e7c463 Mon Sep 17 00:00:00 2001
From: nikita <nikita>
Date: Fri, 20 Jun 2008 10:55:48 +0000
Subject: [PATCH] update buildcvs to use HEAD lnet and libcfs

---
 build/apidoc.publish | 2 +-
 build/buildcvs       | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/build/apidoc.publish b/build/apidoc.publish
index b85f7cfe9d..69ed1cd521 100755
--- a/build/apidoc.publish
+++ b/build/apidoc.publish
@@ -59,7 +59,7 @@ if [ x$branch = x ] ;then
     exit 1
 fi
 
-echo "Updating documentation for branch \`$branch\'"
+echo "Updating documentation for branch \`$branch'"
 if [ x$label != x ] ;then
     echo "Label: $label"
 fi
diff --git a/build/buildcvs b/build/buildcvs
index bf2a6b1ed5..03f609ed2f 100644
--- a/build/buildcvs
+++ b/build/buildcvs
@@ -205,7 +205,9 @@ case "$lustretag" in
 
     # client io stack cleanup
     b_client_io_layering)
+        lnettag="HEAD"
         ldiskfstag="$ldiskfstag_head"
+        libcfstag="HEAD"
         ;;
     
     # windows client porting (lustre: b_client_io_layering, lnet: HEAD) 
-- 
GitLab