lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[gradle] Only install one RPM per installation task #140

Closed jvff closed 7 years ago

jvff commented 7 years ago

Problem: current RpmInstall task installs all generated RPMs in the output directory. This can lead to the installation of an incorrect version of the package.

Solution: use the full RPM file name to install the associated package.