Whamcloud - gitweb
c57ef2e38c8448ad6dabee1c1c18140c4f74d480
[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="HEAD"
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         lnettag=""
26         libsysiotag=""
27         snmptag=""
28         ;;
29
30     b1_4_atime_update)
31         portalstag="b_hd_newconfig"
32         lnettag="b_hd_newconfig"
33         ;;
34
35     b1_4_join)
36         portalstag="b_hd_newconfig"
37         lnettag="b_hd_newconfig"
38         ;;
39
40     b1_4_lfs_df)
41         portalstag="b_hd_newconfig"
42         lnettag="b_hd_newconfig"
43         ;;
44
45     b1_4_lov_lvb_cleanup)
46         portalstag="b_hd_newconfig"
47         lnettag="b_hd_newconfig"
48         ;;
49
50     b1_4_next_recovery_transno)
51         portalstag="b_hd_newconfig"
52         lnettag="b_hd_newconfig"
53         ;;
54
55     b1_4 | b1_4_*)
56         portalstag="b_hd_newconfig"
57         lnettag="b_hd_newconfig"
58         ;;
59
60     b1_5 | b1_5_*)
61         portalstag="b_hd_newconfig"
62         lnettag="b_hd_newconfig"
63         ;;
64
65     b_cmd*)
66         portalstag="$lustretag"
67         ;;
68
69     b_iam*)
70         portalstag="b_hd_newconfig"
71         lnettag="b_hd_newconfig"
72         # XXX temorary tag until b_iam* is updated from b1_4 liblustre
73         libsysiotag="HEAD_RELEASE_1_4_6_LAND_PARENT_20060223_1455"
74         ;;
75
76     b_ioprovement)
77         portalstag="b_ioprovement"
78         ;;
79
80     b_newconfig_rdmarouting)
81         portalstag="b_hd_newconfig"
82         lnettag="b_newconfig_rdmarouting"
83         lustretag="b1_4"
84         ;;
85
86     b_port_ahead)
87         portalstag="b_port_ahead"
88         ;;
89
90     b_port_netid)
91         portalstag="b_port_netid"
92         ;;
93
94     # b_port_step is only for portals
95     b_port_step)
96         portalstag="b_port_step"
97         lustretag="HEAD"
98         ;;
99
100     b_port_test)
101         portalstag="b_port_test"
102         ;;
103
104     b_ptl_smallfix)
105         portalstag="b_ptl_smallfix"
106         lustretag="b1_4"
107         ;;
108
109     b_ptlrpc_cleanup)
110         portalstag="b_ptlrpc_cleanup"
111         ;;
112
113     # before 1_4_6, we didn't have lnet or snmp
114     b_release_1_2_*|b_release_1_4_[0-5])
115         portalstag="$lustretag"
116         lnettag=""
117         libsysiotag="$lustretag"
118         snmptag=""
119         ;;
120
121     # all later b_release_* tags
122     b_release_*)
123         portalstag="$lustretag"
124         lnettag="$lustretag"
125         libsysiotag="$lustretag"
126         snmptag="$lustretag"
127         ;;
128
129     # v1.0-v1.3, v1.4.0-v1.4.2
130     v1_[0-3]_*|v1_4_[0-2]|v1_4_[0-2]_*)
131         portalstag="$lustretag"
132         lnettag=""
133         libsysiotag="$lustretag"
134         snmptag=""
135         ;;
136
137     # v1.4.3-v1.4.5, v1.4.5.1 - v1.4.5.9
138     v1_4_[3-5]|v1_4_[3-4]_*|v1_4_5_[1-9]|cray_2005*)
139         portalstag="$lustretag"
140         lnettag=""
141         libsysiotag="$lustretag"
142         snmptag="$lustretag"
143         ;;
144
145     # all later v* tags
146     v[1-9]*)
147         portalstag="$lustretag"
148         lnettag="$lustretag"
149         libsysiotag="$lustretag"
150         snmptag="$lustretag"
151         ;;
152 esac
153
154 cvs_cmd libsysio libsysio "$libsysiotag"
155 cvs_cmd portals portals "$portalstag"
156 cvs_cmd lnet lnet "$lnettag"
157 cvs_cmd snmp lustre-snmp "$snmptag"
158 cvs_cmd lustre lustre-core "$lustretag"