nightwind-developments/Debian Packer

Dynamically generates a Debian package using provided resources and pre-configured files. Perfect for CI/CD applications.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
input_dirPath to the directory with all the files to be included in the generated packageyes${{ github.workspace }}/input/
layout_map_filePath to JSON configuration file with how to organise the build package directoryyes
package_nameName of the Package to be used in the file nameyes
package_versionVersion number of the Package to be used in the file nameyes
package_archArchitecture of the Package to be used in the file nameno""
output_dirDirectory path to where the generated package is intended to be savedno${{ github.workspace }}/output/
namedescription
generated_package_pathThe configured path where the generated package is saved and can be retrieved