Skip to content
Snippets Groups Projects
buildcvs 663 B
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_2)
	portalstag="b1_2"
	;;

    b1_4_bgl)
	portalstag="b1_4_bgl"
	;;

    b_port_step)
        portalstag="b_port_step"
	;;
    b_port_netid)
        portalstag="b_port_netid"
	;;
Eric Mei's avatar
Eric Mei committed
    b_hd_sec)
        portalstag="b_hd_sec"
	;;
esac

cvs_cmd libsysio libsysio "$libsysiotag"
cvs_cmd portals portals "$portalstag"
cvs_cmd lustre lustre-core "$lustretag"