Hello,
we use Nexus Yum Plugin 1.17 with Nexus Pro 1.9.2.3 (CentOS 6) and build/upload RPMs with Maven/Jenkins.
If I try to access the Repository from a CentOS 5 box I get:
MyNexus | 3.0 kB 00:00
MyNexus/primary_db | 7.3 kB 00:00
From a CenOS 6 box I don't get this error.
In nexus.log I found this:
Execute command : createrepo --update -o ......
How can I configure the plugin to execute 'createrepo -v -s sha1' instead.
Clifford