Skip to content
Snippets Groups Projects
buildcvs 957 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!
    b_ptl_smallfix)
        portalstag="b_ptl_smallfix"
	lustretag="b1_4"
	;;

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

    b_port_ahead)
    v1_[0-3]*|v1_4_0*|[A-Z]*)
	portalstag="$lustretag"
	;;

    v[1-9]*)
	portalstag="$lustretag"
	libsysiotag="$lustretag"
	;;
esac

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