Whamcloud - gitweb
add b_ptlrpc_cleanup to buildcvs
[fs/lustre-release.git] / build / buildcvs
1 # This file is sourced by lustre/lustrecvs
2
3 portalstag="HEAD"
4 libsysiotag="LIBSYSIO_HEAD_20040809"
5
6 export LC_COLLATE=C
7
8 case "$lustretag" in
9     '')
10         warn "a lustretag is required."
11         usage >&2
12         exit 1
13         ;;
14     --help | -h)
15         usage
16         exit 0
17         ;;
18
19     # this is the branch table
20     # keep this list sorted alphabetically!
21     b1_2)
22         portalstag="b1_2"
23         ;;
24
25     b_cmd*)
26         portalstag="$lustretag"
27         ;;
28
29     b_cray*)
30         libsysiotag="LIBSYSIO_HEAD_20041101"
31         ;;
32
33     b1_4_newconfig)     
34         portalstag="b_hd_newconfig"
35         ;;
36
37     b_port_ahead)
38         portalstag="b_port_ahead"
39         ;;
40
41     b_port_netid)
42         portalstag="b_port_netid"
43         ;;
44
45     # b_port_step is only for portals
46     b_port_step)
47         portalstag="b_port_step"
48         lustretag="HEAD"
49         ;;
50
51     b_port_test)
52         portalstag="b_port_test"
53         ;;
54
55     b_ptl_smallfix)
56         portalstag="b_ptl_smallfix"
57         lustretag="b1_4"
58         ;;
59
60     b_ptlrpc_cleanup)
61        portalstag="b_ptlrpc_cleanup"
62        ;;
63
64     b_release_*)
65         portalstag=$lustretag
66         ;;
67
68     v1_[0-3]*|v1_4_*|[A-Z]*)
69         portalstag="$lustretag"
70         ;;
71
72     v[1-9]*|cray_200[5-9]*)
73         portalstag="$lustretag"
74         libsysiotag="$lustretag"
75         ;;
76 esac
77
78 cvs_cmd libsysio libsysio "$libsysiotag"
79 cvs_cmd portals portals "$portalstag"
80 cvs_cmd lustre lustre-core "$lustretag"