[node-patches] Change in ovirt-node[master]: build: Fix make publish
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu Jul 3 08:55:17 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: build: Fix make publish
......................................................................
build: Fix make publish
Provide backwards compatability
Change-Id: Ib80e83570298ddaa17128fafcd8836c38d7ac7cc
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M Makefile.am
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/40/29540/1
diff --git a/Makefile.am b/Makefile.am
index 3b7ecc9..3c767e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,6 +64,10 @@
@echo
publish:
+ $(MAKE) rpm
+ $(MAKE) create-repo
+
+create-repo:
mkdir -p $(OVIRT_CACHE_DIR)
rsync -aq $(TMPREPOS)/ $(OVIRT_CACHE_DIR)/ovirt
createrepo $(OVIRT_CACHE_DIR)/ovirt
--
To view, visit http://gerrit.ovirt.org/29540
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib80e83570298ddaa17128fafcd8836c38d7ac7cc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list