Skip to content

Processor Installer

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

Installer

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

Calls autopkginstalld to install a package.

Input Variables

  • pkg_path:
    • required: True
    • description: Path to the package to be installed. Can be inside a disk image.
  • new_package_request:
    • required: False
    • description: new_package_request is set by the PkgCreator processor to indicate that a new package was built. If this key is set in the environment and is False or empty the installation will be skipped.
  • download_changed:
    • required: False
    • description: download_changed is set by the URLDownloader processor to indicate that a new file was downloaded. If this key is set in the environment and is False or empty the installation will be skipped, unless new_package_request is non-False.

Output Variables

  • install_result:
    • description: Result of install request.
  • installer_summary_result:
    • description: Description of interesting results.

Table of Contents

Clone this wiki locally