Newer
Older
# This file is sourced by lustre/lustrecvs
portalstag="HEAD"

Andreas Dilger
committed
libsysiotag="LIBSYSIO_HEAD_20040809"
case "$lustretag" in
'')
warn "a lustretag is required."
usage >&2
exit 1
;;
--help | -h)
usage
exit 0
;;
# this is the branch table
# keep this list sorted alphabetically!
b1_4_bgl)
portalstag="b1_4_bgl"
;;
b_port_step)
portalstag="b_port_step"
;;
esac
cvs_cmd libsysio libsysio "$libsysiotag"
cvs_cmd portals portals "$portalstag"
cvs_cmd lustre lustre-core "$lustretag"