Skip to content
Snippets Groups Projects
buildcvs 805 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"
	;;
    b_cray)
        libsysiotag="LIBSYSIO_HEAD_20041101"
        ;;

    b_hd_sec)
        portalstag="b_hd_sec"
        ;;
Liang Zhen's avatar
Liang Zhen committed

    b_port_ahead)
        portalstag="b_port_ahead"
	;;

    b_port_netid)
        portalstag="b_port_netid"
	;;

    b_port_step)
        portalstag="b_port_step"
        ;;
esac

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