Enhance input validation for package generation #1937
Labels
component: agent/deb
component: manager/deb
operations
Feedback from our operations team
type/enhancement
Enhancement issue
type/refactor
Enhancement
Running package generation with slightly invalid parameters can result in a failed build after a long compilation time.
For example running:
after a long time will result in:
Luckily running this again with
-r myrev
will result in a much shorted build time (~10 minutes) since many components are already compiled, but this is time that can be saved by validating that_
is not a valid character for the revision.The text was updated successfully, but these errors were encountered: