Skip to content

Processor PkgCreator

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

PkgCreator

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 autopkgserver to create a package.

Input Variables

  • pkg_request:
    • required: True
    • description: A package request dictionary. See Code/autopkgserver/autopkgserver for more details.
  • force_pkg_build:
    • required: False
    • description: When set, this forces building a new package even if a package already exists in the output directory with the same identifier and version number. Defaults to False

Output Variables

  • pkg_path:
    • description: The created package.
  • new_package_request:
    • description: True if a new package was actually requested to be built. False if a package with the same filename, identifier and version already exists and thus no package was built (see 'force_pkg_build' input variable.
  • pkg_creator_summary_result:
    • description: Description of interesting results.

Table of Contents

Clone this wiki locally