Skip to content

Processor PkgCopier

github-actions edited this page Dec 6, 2022 · 5 revisions

PkgCopier

NOTE: This page is automatically generated by GitHub Actions when a new release is tagged.
Updates to the information on this page should be submitted as pull requests to the AutoPkg repository. Processors are located here.

Description

Copies source_pkg to pkg_path.

Input Variables

  • source_pkg:
    • required: True
    • description: Path to a pkg to copy. Can point to a path inside a .dmg which will be mounted. This path may also contain basic globbing characters such as the wildcard '*', but only the first result will be returned.
  • pkg_path:
    • required: False
    • description: Path to destination. Defaults to RECIPE_CACHE_DIR/os.path.basename(source_pkg)

Output Variables

  • pkg_path:
    • description: Path to copied pkg.
  • pkg_copier_summary_result:
    • description: Description of interesting results.

Table of Contents

Clone this wiki locally