Newer
Older
# This file is sourced by lustre/lustrecvs
portalstag="HEAD"
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_newsysio | b_sec)