Whamcloud - gitweb
update the LNET tag of b1_4_next_recovery_transno and b1_4_lov_lvb_cleanup
[fs/lustre-release.git] / build / buildcvs
1 # This file is sourced by lustre/lustrecvs
2
3 portalstag="HEAD"
4 lnettag="HEAD"
5 libsysiotag="HEAD"
6 snmptag=""
7
8 export LC_COLLATE=C
9
10 case "$lustretag" in
11     '')
12         warn "a lustretag is required."
13         usage >&2
14         exit 1
15         ;;
16     --help | -h)
17         usage
18         exit 0
19         ;;
20
21     # this is the branch table
22     # keep this list sorted alphabetically!
23     b1_2)
24         portalstag="b1_2"
25         ;;
26
27     b1_4_next_recovery_transno)
28         snmptag="HEAD"
29         libsysiotag="b_release_1_4_6"
30         ;;
31
32     b1_4_lov_lvb_cleanup)
33         snmptag="HEAD"
34         libsysiotag="b_release_1_4_6"
35         ;;
36         
37     b1_4_rhel4_22)
38         snmptag="HEAD"
39         portalstag="b_release_1_4_6"
40         lnettag="b_release_1_4_6"
41         ;;
42
43     b1_4 | b1_4_*)
44         snmptag="HEAD"
45         portalstag="b_hd_newconfig"
46         lnettag="b_hd_newconfig"
47         ;;
48
49     b1_4_join)
50         snmptag="HEAD"
51         portalstag="b_hd_newconfig"
52         lnettag="b_hd_newconfig"
53         ;;
54
55     b1_5 | b1_5_*)
56         snmptag="HEAD"
57         portalstag="b_hd_newconfig"
58         lnettag="b_hd_newconfig"
59         ;;
60
61     b_cmd*)
62         portalstag="$lustretag"
63         ;;
64
65     b_ioprovement)
66         portalstag=b_ioprovement
67         ;;
68
69     b_newconfig_rdmarouting)
70         portalstag="b_hd_newconfig"
71         lnettag="b_newconfig_rdmarouting"
72         lustretag="b1_4"
73         ;;
74
75     b_port_ahead)
76         portalstag="b_port_ahead"
77         ;;
78
79     b_port_netid)
80         portalstag="b_port_netid"
81         ;;
82
83     # b_port_step is only for portals
84     b_port_step)
85         portalstag="b_port_step"
86         lustretag="HEAD"
87         ;;
88
89     b_port_test)
90         portalstag="b_port_test"
91         ;;
92
93     b_ptl_smallfix)
94         portalstag="b_ptl_smallfix"
95         lustretag="b1_4"
96         ;;
97
98     b_ptlrpc_cleanup)
99         portalstag="b_ptlrpc_cleanup"
100         ;;
101
102     b_release_*)
103         portalstag=$lustretag
104         ;;
105
106     RELEASE_1_4_6_B1_4_JOIN_LAND_PARENT_20051208_1641)
107         lnettag="b_hd_newconfig"
108         portalstag="b_hd_newconfig"
109         ;;
110
111     # v1.0-v1.3, v1.4.0-v1.4.2
112     v1_[0-3]_*|v1_4_[0-2]*)
113         portalstag="$lustretag"
114         ;;
115
116     # v1.4.3-v1.4.5, v1.4.5.1 - v1.4.5.9
117     v1_4_[3-5]|v1_4_[3-4]_*|v1_4_5_[1-9]|cray_2005*)
118         portalstag="$lustretag"
119         libsysiotag="$lustretag"
120         ;;
121
122     # all later v* tags
123     v[1-9]*)
124         portalstag="$lustretag"
125         lnettag="$lustretag"
126         libsysiotag="$lustretag"
127         ;;
128 esac
129
130 cvs_cmd libsysio libsysio "$libsysiotag"
131 cvs_cmd portals portals "$portalstag"
132 cvs_cmd lnet lnet "$lnettag"
133 cvs_cmd snmp lustre-snmp "$snmptag"
134 cvs_cmd lustre lustre-core "$lustretag"