# this file contain variable assignments for values that affect a software
# release at Cygnus
# 
# it is included in a makefile, as well as being sourced by a shell script,
# so please make sure that all variable assignments are suitable for BOTH
# environments.

### from which cvs tree are we working? (this also needs to be set in test-build.mk)
TREE=progressive

### which product bundle is this?
BUNDLE=comp-tools

### the advertised release date for this package
RELEASE_DATE=950214

### When working from a tagged set of source, this should be the tag.  If not,
### then set the macro to be empty.
CVS_TAG=${BUNDLE}-${RELEASE_DATE}

### The name of the cvs module for this release.  The intersection of
### CVS_MODULE and CVS_TAG defines the source files in this release.
CVS_MODULE=ulatest

# this might be related to "bundle" sometimes, but for a progressive
# release from cygnus, this will be 'progressive'
RELEASE_DIR=progressive

### Historically, this was identical to CVS_TAG.  This is changing.
### example: progresssive-930519
RELEASE_TAG=${RELEASE_DIR}-${RELEASE_DATE}

### binaries should be installed into?
### example: /usr/cygnus
ROOTING=/usr/cygnus

### Historically, binaries were installed here.  This is changing.
release_root=${ROOTING}/${RELEASE_TAG}

### which release vault do we want this to be a part of?
RELEASE_VAULT=/progressive/vault-test
