Whamcloud - gitweb
b1_4_bgl is dead
[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     b_port_ahead)
34         portalstag="b_port_ahead"
35         ;;
36
37     b_port_netid)
38         portalstag="b_port_netid"
39         ;;
40
41     # b_port_step is only for portals
42     b_port_step)
43         portalstag="b_port_step"
44         lustretag="HEAD"
45         ;;
46
47     b_port_test)
48         portalstag="b_port_test"
49         ;;
50
51     b_ptl_smallfix)
52         portalstag="b_ptl_smallfix"
53         lustretag="b1_4"
54         ;;
55
56     b_release_*)
57         portalstag=$lustretag
58         ;;
59
60     v1_[0-3]*|v1_4_*|[A-Z]*)
61         portalstag="$lustretag"
62         ;;
63
64     v[1-9]*|cray_200[5-9]*)
65         portalstag="$lustretag"
66         libsysiotag="$lustretag"
67         ;;
68 esac
69
70 cvs_cmd libsysio libsysio "$libsysiotag"
71 cvs_cmd portals portals "$portalstag"
72 cvs_cmd lustre lustre-core "$lustretag"