Joey Boggs has submitted this change and it was merged. Change subject: Pre-compile plugin Python files so they don't get stripped ......................................................................
Pre-compile plugin Python files so they don't get stripped Previously, the Python files were defined as _SCRIPT in automake. Make them into _PYTHON so they automatically get compiled, and add the compiled files to the RPMs so image-minimizer will leave working plugins. Change-Id: I390ca19b1abe29f19c508a9d4a41c4221d796b30 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=988484 Signed-off-by: Ryan Barry <[email protected]> --- M ovirt-node.spec.in M plugins/Makefile.am 2 files changed, 8 insertions(+), 8 deletions(-) Approvals: Joey Boggs: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/17431 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I390ca19b1abe29f19c508a9d4a41c4221d796b30 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Joey Boggs <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
