rancher / charts-build-scripts

Apache License 2.0
9 stars 32 forks source link

Output error when package is not set for patch #58

Closed aiyengar2 closed 3 years ago

aiyengar2 commented 3 years ago

It's never reasonable to run a patch on everything in the repository. So this commit ensures that you can only run patch when a specific package is set.

arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ make patch
FATA[0000] No PACKAGE is set. Run export PACKAGE=<package> before running this command.
make: *** [patch] Error 1
aiyengar2 commented 3 years ago

Not a high priority, but a nice-to-have if we can get reviews!