bryopsida/APT Repo Builder
Takes a list of repos, crawls the release objects and extracts .deb files and creates a compatible folder for an apt repo at the provided output path
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repositories | A csv list of github repositories that have releases with .deb files | yes | — |
| signing_key | GPG key in ascii armor format | no | — |
| signing_key_path | Path to the signing key, either this or signing_key must be set | no | — |
| signing_key_id | Optionally specify the key id to use for signing | no | — |
| signing_key_password | Password to unlock the signing key | yes | — |
| output_folder | Path to where the apt repo folder output will be created | yes | — |
Outputs
no outputs