repoExport
Command Reference
Description
Export package files from the repository.
Processes results of repoFind and exports each package file from the repository - getting the file from the webdav and copying it to the target location.
Usage
ctl -t Builder -o <objectname> -c repoExport [-buildstamp <>] [-destination <>] [-packagename <.*>] [-packagetype <[^\.]*>] [-session <repoFind.session>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| buildstamp | build identifier | string | |
| destination | webdav url or scp destination | string | ${entity.attribute.builderExportDestination} |
| packagename | package name | string | .* |
| packagetype | package type | string | [^\.]* |
| session | session results are stored | string | repoFind.session |


