nightwind-developments/Debian Packer
Dynamically generates a Debian package using provided resources and pre-configured files. Perfect for CI/CD applications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input_dir | Path to the directory with all the files to be included in the generated package | yes | ${{ github.workspace }}/input/ |
| layout_map_file | Path to JSON configuration file with how to organise the build package directory | yes | — |
| package_name | Name of the Package to be used in the file name | yes | — |
| package_version | Version number of the Package to be used in the file name | yes | — |
| package_arch | Architecture of the Package to be used in the file name | no | "" |
| output_dir | Directory path to where the generated package is intended to be saved | no | ${{ github.workspace }}/output/ |
Outputs
| name | description |
|---|---|
| generated_package_path | The configured path where the generated package is saved and can be retrieved |