David Caro has uploaded a new change for review.

Change subject: CI: On fc22 trying to install a src.rpm fails
......................................................................

CI: On fc22 trying to install a src.rpm fails

Change-Id: Id4ceb237465361a7fd6dfb7af33204fe13f8b942
Signed-off-by: David Caro <[email protected]>
---
M automation/check-patch.sh
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/12/46812/1

diff --git a/automation/check-patch.sh b/automation/check-patch.sh
index 4a29f38..bc50463 100755
--- a/automation/check-patch.sh
+++ b/automation/check-patch.sh
@@ -23,7 +23,9 @@
 
 ./automation/build-artifacts.sh
 
+# enable complex globs
+shopt -s extglob
 # if specfile was changed, try to install all created packages
 if git diff-tree --no-commit-id --name-only -r HEAD | grep --quiet 
'vdsm.spec.in' ; then
-  yum -y install exported-artifacts/*.rpm
+    yum -y install exported-artifacts/!(*.src).rpm
 fi


-- 
To view, visit https://gerrit.ovirt.org/46812
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4ceb237465361a7fd6dfb7af33204fe13f8b942
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: David Caro <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to