Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evgeni/action-piuparts
Run piuparts on a Debian package
https://github.com/evgeni/action-piuparts
Last synced: 12 days ago
JSON representation
Run piuparts on a Debian package
- Host: GitHub
- URL: https://github.com/evgeni/action-piuparts
- Owner: evgeni
- License: mit
- Created: 2023-04-09T14:45:11.000Z (over 1 year ago)
- Default Branch: devel
- Last Pushed: 2024-09-23T11:43:06.000Z (about 2 months ago)
- Last Synced: 2024-10-26T20:06:46.381Z (25 days ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# piuparts docker action
This action runs [`piuparts`](https://salsa.debian.org/debian/piuparts) on a Debian package.
## Inputs
### `package`
The package to run `piuparts` on. Default `"*.changes"`.
### `base-image`
The base image to run `piuparts` in. Default `"debian:sid"`.
### `distribution`
The Debian distribution to run `piuparts` in. Default `"sid"`.
`base-image` and `distribution` should match to have a correct piuparts test.
### `fake-essential-packages`
Packages that should be added to the fake-essential-packages list. Default `""`.
## Example usage
```yaml
uses: evgeni/action-piuparts@devel
with:
package: path/to/the/package_1.0.0-1_all.changes
```