Whamcloud - gitweb
9406f448092c1bfd5d516bd7d79f2451927bc808
[fs/lustre-release.git] / build / buildcvs
1 # This file is sourced by lustre/lustrecvs
2
3 portalstag="HEAD"
4 libsysiotag="head_0607"
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
20     b1_4_bgl)
21         portalstag="b1_4_bgl"
22         ;;
23
24     b_newsysio | b_sec)
25         libsysiotag="head_0809"
26         ;;
27
28     b_port_step)
29         portalstag="b_port_step"
30         ;;
31
32 esac
33
34 cvs_cmd libsysio libsysio "$libsysiotag"
35 cvs_cmd portals portals "$portalstag"
36 cvs_cmd lustre lustre-core "$lustretag"