perfsonar / unibuild

A kit for building repositories of packaged software
Apache License 2.0
1 stars 0 forks source link

Make Template Does Release by Default #26

Open mfeit-internet2 opened 1 year ago

mfeit-internet2 commented 1 year ago

The make template doesn't timestamp packages unless directed to do so by unibuild build. This makes YUM not install new versions because the same version isn't an update.

Need to figure out a better way to behave. Should probably be that if RELEASE is 0 or undefined, the timestamp should be set in the Makefile or if it's defined, use what's there.

The quick workaround for a single package is to go to the top level and do

make START=PACKAGE-NAME STOP=PACKAGE-NAME