Whamcloud - gitweb
* Added b_ptl_smallfix into build/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 case "$lustretag" in
7     '')
8         warn "a lustretag is required."
9         usage >&2
10         exit 1
11         ;;
12     --help | -h)
13         usage
14         exit 0
15         ;;
16
17     # this is the branch table
18     # keep this list sorted alphabetically!
19     b_ptl_smallfix)
20         portalstag="b_ptl_smallfix"
21         lustretag="b1_4"
22         ;;
23
24     b1_2)
25         portalstag="b1_2"
26         ;;
27
28     b1_4_bgl)
29         portalstag="b1_4_bgl"
30         ;;
31
32     b_cray)
33         libsysiotag="LIBSYSIO_HEAD_20041101"
34         ;;
35
36     b_hd_sec)
37         portalstag="b_hd_sec"
38         ;;
39
40     b_port_ahead)
41         portalstag="b_port_ahead"
42         ;;
43
44     b_port_netid)
45         portalstag="b_port_netid"
46         ;;
47
48     b_port_step)
49         portalstag="b_port_step"
50         ;;
51
52     v1_[0-3]*|v1_4_0*|[A-Z]*)
53         portalstag="$lustretag"
54         ;;
55
56     v[1-9]*)
57         portalstag="$lustretag"
58         libsysiotag="$lustretag"
59         ;;
60 esac
61
62 cvs_cmd libsysio libsysio "$libsysiotag"
63 cvs_cmd portals portals "$portalstag"
64 cvs_cmd lustre lustre-core "$lustretag"