rh-lab-q / rpg

RPG is tool, that guides people through the creation of a RPM package
GNU General Public License v2.0
22 stars 11 forks source link

Maven project mock test + setuptools test buff (fix #331 #375) #356

Closed LukasSlouka closed 8 years ago

LukasSlouka commented 8 years ago

I updated plugin to remove artifacts that are most likely not available in mock_recover phase, so the build would not fail because of them. It may affect overall quality of the package, but that is something we can't solve. This version of test works allright locally but travis seems to have problem with evaluating xmvn macros in general (see travis build). @jsilhan do you have any ideas how to deal with this?

jsilhan commented 8 years ago

We have added rpm macros support (#285). Try to do it without RPM macro - it does not have to be packaged perfectly according to Fedora packaging policy now.

LukasSlouka commented 8 years ago

Tests are passing + coverage of setuptools is now 100% (was 78%)

jsilhan commented 8 years ago

38972ce merged, thanks

jsilhan commented 8 years ago

Merged, thanks