[rhel7-branch 2/7] Add a release make target

bcl installerbot-noreply at redhat.com
Thu May 28 23:36:17 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

Sometimes it is useful to recreate the archive w/o tagging. Move the
actual archive to its own target and add a new one named release to do
the tag + archive

(cherry picked from commit fb4838f92c85acbec60287a796b89e6aedb20d08)
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6edac2a..0d12d01 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,9 @@ tag:
 	  echo "Tagged as $$tag" ; \
 	done
 
-archive: check tag
+release: check tag archive
+
+archive: po-pull
 	@rm -f ChangeLog
 	@make ChangeLog
 	git archive --format=tar --prefix=$(PKGNAME)-$(VERSION)/ $(VERSION_TAG) > $(PKGNAME)-$(VERSION).tar


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/fd9b4b1e6cd891bec04e7950294bdba80cfd2a45


More information about the anaconda-patches mailing list