## Path           : System/Management
## Description    : Cloud Builder global settings
## Type           : string
## Default        : ""
## ServiceRestart : cloud-builder
#
# Cloud Builder compatible github project with package sources
#
CB_PROJECT="https://github.com/OSInside/cloud-builder-packages.git"

## Type:        integer
## Default:     30
#
# Cloud Builder update intervall for package sources
#
CB_UPDATE=30

## Type:        integer
## Default:     10
#
# Cloud Builder package limit
# Build up to CB_PACKAGE_LIMIT packages at the same time
#
CB_PACKAGE_LIMIT=10
