createPackage
Command Reference
Description
Create package(s)
Implements the means of creating one or more package files of the format associated with the builder package type. The file base, name separator, buildstamp/version, and extension attributes are available for use in naming the package. The location of the list of files and directories to include in the package is made available via the package manifest attribute. The target directory attribute is used to determine where the package files are placed in preparation for importing into the package repository.
Usage
ctl -t RpmBuilder -o <objectname> -c createPackage [-buildstamp <>] [-extension <>] [-filebase <>] [-manifest <>] [-packagetype <>] [-targetdir <>]
Options
Option | Description | Type | Default |
---|---|---|---|
buildstamp | build identifier | string | ${entity.attribute.buildstamp} |
extension | package file name extension | string | ${entity.attribute.packageExtension} |
filebase | package file base name | string | ${entity.attribute.packageFilebase} |
manifest | package manifest file name | string | ${entity.attribute.packageManifest} |
packagetype | package type | string | ${entity.attribute.packageType} |
targetdir | directory build artifacts will be written | string | ${entity.attribute.targetdir} |