Sandro Bonazzola has uploaded a new change for review. Change subject: automation: auto add required build dependencies ......................................................................
automation: auto add required build dependencies Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1280219 Change-Id: I112b0d46da2c3ca8aca980b416e52c4fbdeb59cf Signed-off-by: Sandro Bonazzola <[email protected]> Reviewed-on: https://gerrit.ovirt.org/48408 Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: David Caro <[email protected]> Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> Continuous-Integration: Dan Kenigsberg <[email protected]> (cherry picked from commit 2843d7bdc7529b81f0c0e598097aca6bd571f54e) --- M automation/build-artifacts.packages M automation/build-artifacts.sh M automation/check-patch.packages 3 files changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/48527/1 diff --git a/automation/build-artifacts.packages b/automation/build-artifacts.packages index 9bf9a16..622d2a5 100644 --- a/automation/build-artifacts.packages +++ b/automation/build-artifacts.packages @@ -19,3 +19,4 @@ python-pthreading python-six rpm-build +yum-utils diff --git a/automation/build-artifacts.sh b/automation/build-artifacts.sh index 95bd421..b1f364a 100755 --- a/automation/build-artifacts.sh +++ b/automation/build-artifacts.sh @@ -14,6 +14,7 @@ make # tests will be done elsewhere +yum-builddep ./vdsm.spec make PYFLAKES=true PEP8=true NOSE_EXCLUDE=.* rpm find "$BUILDS" \ diff --git a/automation/check-patch.packages b/automation/check-patch.packages index c608a90..6b5c77f 100644 --- a/automation/check-patch.packages +++ b/automation/check-patch.packages @@ -21,3 +21,4 @@ rpm-build sudo yum +yum-utils -- To view, visit https://gerrit.ovirt.org/48527 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I112b0d46da2c3ca8aca980b416e52c4fbdeb59cf Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
