Skip to content

Added ability to rename the package by using the attribute: package_name

Ed Maros requested to merge ed-maros/lscsoft-metapackages:name-change into master

This addresses and closes #9 (closed)

This addresses the issue by adding the attribute package_name to be used in the yml file. The default is to use the base filename (as it was before). This value can be overwritten by using the package_name attribute and specifying the build type with the new name. Ex:

package_name:
  deb: gds-dev
Edited by Ed Maros

Merge request reports