Sha256: 7157cf56082dbe87bfb9d036be9de1d42247cf3b1d80807db6f49866ed0a68b1
Contents?: true
Size: 1.56 KB
Versions: 6
Compression:
Stored size: 1.56 KB
Contents
# vim: ts=8:sw=8:noet # # Copyright (C) 2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. A copy of the GNU General Public License is # also available at http://www.gnu.org/copyleft/gpl.html. OVIRT_CACHE_DIR ?= $(HOME)/ovirt-cache PYTHONSOURCES = \ $(shell find scripts -name \*.py) SHELL := /bin/bash SUBDIRS = \ conf \ src \ recipe EXTRA_DIST = \ ovirt-node-plugin-foreman.spec \ ovirt-node-plugin-foreman.spec.in DISTCLEANFILES = $(PACKAGE)-$(VERSION).tar.gz \ aclocal.m4 \ configure \ install-sh \ missing DISTCLEANDIRS = autom4te.cache rpms: dist rpmbuild $(RPM_FLAGS) -ta $(distdir).tar.gz srpms: dist rpmbuild $(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 createrepo $(OVIRT_CACHE_DIR)/ovirt iso: publish cd recipe make node .PHONY: rpms publish srpms
Version data entries
6 entries across 6 versions & 1 rubygems