Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```