$RELEASE_BRANCH
Specifies the type of release that should be produced from the current branch.
site specific settings (in site.i7)
$package_release_types[]
List of release types
Default: release debug
$package_release_branches[]
List of release branches
Default: stable testing unstable devel
package_is_release_type()
Checks if the given string ($1) is a known release type.
Returns: Success if it is a release type
package_release_type_required()
Produces an error if the given string ($1) is not a known release type.
is_package_release()
Checks whether the package settings indicate we are bulding for release.
Returns: Success if settings indicate a release build.
package_is_release_branch()
Checks if the given string ($1) is a known release branch.
Returns: Success if it is a release branch
package_release_branch_required()
Produces an error if the given string ($1) is not a known release branch.