Whamcloud - gitweb
use HEAD portals and fix HEAD checkouts
authorjacob <jacob>
Mon, 13 Dec 2004 23:27:43 +0000 (23:27 +0000)
committerjacob <jacob>
Mon, 13 Dec 2004 23:27:43 +0000 (23:27 +0000)
lustrecvs

index cac91c1..5c9f0ab 100755 (executable)
--- a/lustrecvs
+++ b/lustrecvs
@@ -25,7 +25,7 @@ EOF
 
 # portalstag="HEAD"
 buildtag="HEAD"
 
 # portalstag="HEAD"
 buildtag="HEAD"
-portalstag="b1_4"
+portalstag="HEAD"
 lustretag="$1"
 libsysiotag="head_0607"
 
 lustretag="$1"
 libsysiotag="head_0607"
 
@@ -62,6 +62,7 @@ cvs_cmd ()
     local dir="$1"
     local module="$2"
     local tag="$3"
     local dir="$1"
     local module="$2"
     local tag="$3"
+    local cvstag=""
 
     if [ "$tag" != "HEAD" ] ; then
        cvstag="-r $tag"
 
     if [ "$tag" != "HEAD" ] ; then
        cvstag="-r $tag"