###
### Configuration file to define a node class
### for package building purposes @ Fuduntu
###

###
### TARGET is where this node will push files when built
###
### Options are: DEVELOPMENT, UNSTABLE, TESTING, STABLE
###
### CASE SENSITIVE, STABLE should never be used.
###
### Default: DEVELOPMENT
###

TARGET="DEVELOPMENT"

###
### Path to the staging area for completed packages
###
### Default: /store/x1/repo/current
###

STAGEPATH="/store/x1/repo/current"

###
### Configures the owner / group / permissions
### for repository packages and metadata
###

BUILDOWNER="root"
BUILDGROUP="builders"
BUILDPERMS="775"

