Fabian Deutsch has uploaded a new change for review. Change subject: Drop rpm parts from Makefile ......................................................................
Drop rpm parts from Makefile Change-Id: I5536d99a40632f74c2da3385e494415b3ba0b6ca Signed-off-by: Fabian Deutsch <[email protected]> --- M Makefile.am 1 file changed, 0 insertions(+), 13 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/66/27866/1 diff --git a/Makefile.am b/Makefile.am index 38e9874..9f7ab26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,19 +77,6 @@ $(shell grep -q '^[[:space:]]*Release:[[:space:]]*[0-9\.]*999' \ $(top_srcdir)/*.spec && echo 1 || :) -rpms: dist - rpmbuild --define "BUILD_NUMBER $(BUILD_NUMBER)" $(RPM_FLAGS) -ta $(distdir).tar.gz - -srpms: dist - rpmbuild --define "BUILD_NUMBER $(BUILD_NUMBER)" $(RPM_FLAGS) -ts $(distdir).tar.gz - -publish: rpms - mkdir -p $(OVIRT_CACHE_DIR) - rsync -aq $(shell rpm --eval '%{_rpmdir}')/ $(OVIRT_CACHE_DIR)/ovirt/ - rsync -aq $(shell rpm --eval '%{_srcrpmdir}')/ $(OVIRT_CACHE_DIR)/ovirt/src - rsync -aq $(PACKAGE_NAME)-$(VERSION)-$(RELEASE).iso $(OVIRT_CACHE_DIR)/ovirt/binary/ - createrepo $(OVIRT_CACHE_DIR)/ovirt - $(PACKAGE).ks: version.ks -- To view, visit http://gerrit.ovirt.org/27866 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5536d99a40632f74c2da3385e494415b3ba0b6ca Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: node-3.0 Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
