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!
b_ptl_smallfix)
portalstag="b_ptl_smallfix"
lustretag="b1_4"
;;
b1_4_bgl)
portalstag="b1_4_bgl"
;;

Andreas Dilger
committed
libsysiotag="LIBSYSIO_HEAD_20041101"
;;

Andreas Dilger
committed
portalstag="b_hd_sec"
;;

Andreas Dilger
committed
portalstag="b_port_ahead"

Andreas Dilger
committed
portalstag="b_port_netid"

Andreas Dilger
committed
portalstag="b_port_step"
;;

Andreas Dilger
committed
portalstag="$lustretag"
;;
v[1-9]*)
portalstag="$lustretag"
libsysiotag="$lustretag"
;;