From ff883f886c46916ad003f8e56e16605ad84668a9 Mon Sep 17 00:00:00 2001 From: pjkirner Date: Mon, 22 Aug 2005 23:47:06 +0000 Subject: [PATCH] Add LNET CVS Repository Support --- build/buildcvs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/buildcvs b/build/buildcvs index 763180a..05ab503 100644 --- a/build/buildcvs +++ b/build/buildcvs @@ -1,6 +1,7 @@ # This file is sourced by lustre/lustrecvs portalstag="HEAD" +lnettag="HEAD" libsysiotag="HEAD" snmptag="" @@ -29,6 +30,7 @@ case "$lustretag" in b1_4_newconfig) portalstag="b_hd_newconfig" + lnettag="b_hd_newconfig" ;; b_cmd*) @@ -82,5 +84,6 @@ esac cvs_cmd libsysio libsysio "$libsysiotag" cvs_cmd portals portals "$portalstag" +cvs_cmd lnet lnet "$lnettag" cvs_cmd snmp lustre-snmp "$snmptag" cvs_cmd lustre lustre-core "$lustretag" -- 1.8.3.1