Newer
Older
# This file is sourced by lustre/lustrecvs
export LC_COLLATE=C
case "$lustretag" in
'')

Brian J. Murrell
committed
warn "a lustretag is required."
usage >&2
exit 1
;;
--help | -h)

Brian J. Murrell
committed
usage
exit 0
;;
# this is the branch table
# keep this list sorted alphabetically!
# Note these are "specials" -- branches using lnet HEAD don't need an
# entry here.

Brian J. Murrell
committed
portalstag="b1_2"

Brian J. Murrell
committed
;;
portalstag="b_hd_newconfig"
portalstag="b_hd_newconfig"
portalstag="b_hd_newconfig"
b1_4_lov_lvb_cleanup)
portalstag="b_hd_newconfig"
b1_4_next_recovery_transno)
portalstag="b_hd_newconfig"

Brian J. Murrell
committed
portalstag="$lustretag"
;;
b_iam*)
portalstag="b_hd_newconfig"
# XXX temorary tag until b_iam* is updated from b1_4 liblustre
libsysiotag="HEAD_RELEASE_1_4_6_LAND_PARENT_20060223_1455"
;;
b_ioprovement)
portalstag="b_ioprovement"
;;
b_newconfig_rdmarouting)
portalstag="b_hd_newconfig"
lnettag="b_newconfig_rdmarouting"
lustretag="b1_4"
;;

Brian J. Murrell
committed
portalstag="b_port_ahead"
;;

Brian J. Murrell
committed
portalstag="b_port_netid"
;;

Brian J. Murrell
committed
portalstag="b_port_step"
lustretag="HEAD"
;;

Andreas Dilger
committed

Brian J. Murrell
committed
portalstag="b_port_test"
;;

Brian J. Murrell
committed
portalstag="b_ptl_smallfix"
lustretag="b1_4"
;;

Brian J. Murrell
committed
portalstag="b_ptlrpc_cleanup"
;;
b_self_test)
# lnet self test development branch
lnettag="b_self_test"
lustretag="HEAD"
;;
# before 1_4_6, we didn't have lnet or snmp
b_release_1_2_*|b_release_1_4_[0-5])
libsysiotag="$lustretag"

Brian J. Murrell
committed
;;
lnettag=b_release_1_4_6-patchless
libsysiotag=b_release_1_4_6
snmptag=b_release_1_4_6
;;
b_release_1_4_6)
portalstag="$lustretag"
lnettag="$lustretag"
libsysiotag="$lustretag"
snmptag="$lustretag"
;;
libsysiotag="$lustretag"
# uOSS
b_uoss)
lnettag="b_uoss"
;;

Brian J. Murrell
committed
portalstag="$lustretag"
libsysiotag="$lustretag"

Brian J. Murrell
committed
;;
# v1.4.3-v1.4.5, v1.4.5.1 - v1.4.5.9
v1_4_[3-5]|v1_4_[3-4]_*|v1_4_5_[1-9]|cray_2005*)

Brian J. Murrell
committed
portalstag="$lustretag"

Brian J. Murrell
committed
libsysiotag="$lustretag"

Brian J. Murrell
committed
;;

Andreas Dilger
committed
# v1.4.6, v1.4.6.[1-91]
v1_4_6_[1-9]|v1_4_6_9[01])
portalstag="$lustretag"
lnettag=""
libsysiotag="$lustretag"
snmptag="$lustretag"
;;

Brian J. Murrell
committed
lnettag="$lustretag"
libsysiotag="$lustretag"

Brian J. Murrell
committed
;;
esac
cvs_cmd libsysio libsysio "$libsysiotag"
cvs_cmd portals portals "$portalstag"
cvs_cmd lustre lustre-core "$lustretag"