Sandro Bonazzola has uploaded a new change for review. Change subject: automation: auto add required build dependencies ......................................................................
automation: auto add required build dependencies Change-Id: I112b0d46da2c3ca8aca980b416e52c4fbdeb59cf Signed-off-by: Sandro Bonazzola <[email protected]> --- M automation/build-artifacts.packages M automation/build-artifacts.sh 2 files changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/08/48408/1 diff --git a/automation/build-artifacts.packages b/automation/build-artifacts.packages index 5adda85..fc641dd 100644 --- a/automation/build-artifacts.packages +++ b/automation/build-artifacts.packages @@ -18,3 +18,4 @@ python-pthreading python-six rpm-build +yum-utils \ No newline at end of file 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" \ -- To view, visit https://gerrit.ovirt.org/48408 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I112b0d46da2c3ca8aca980b416e52c4fbdeb59cf Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
