yuezk/publish-ppa-package
Publish a PPA package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The PPA repository, e.g., "yuezk/globalprotect-openconnect" | yes | — |
| gpg_private_key | GPG private key exported as an ASCII armored version or its base64 encoding | yes | — |
| gpg_passphrase | Passphrase of the GPG private key | no | — |
| tarball | The local tarball path/glob or HTTP(S) URL of the package to be published | yes | — |
| debian_dir | The debian directory, will be merged with the tarball | no | — |
| keep_changelog | Whether to keep the changelog file in the debian directory | no | "" |
| series | The series to which the package will be published, separated by space. e.g., "bionic focal" | no | — |
| extra_series | The extra series to which the package will be published, separated by space. e.g., "bionic focal" | no | — |
| revision | The revision of the package | no | 1 |
| new_version_template | The template of the version of the package. e.g., "{VERSION}-{SERIES}{REVISION}" will be replaced with "1.0.0-focal1" | no | {VERSION}-ppa{REVISION}~ubuntu{SERIES_VERSION} |
| include_orig | Whether to include the upstream orig tarball in uploads: auto, yes, or no | no | auto |
| deb_email | The email address of the maintainer | yes | — |
| deb_fullname | The full name of the maintainer | yes | — |
| extra_ppa | The extra PPA this package depends on, separated by space. e.g., "liushuyu-011/rust-bpo-1.75" | no | — |
| debmake_arguments | The arguments for debmake | no | — |
Outputs
no outputs