[blivet] Add a release make target

Brian C. Lane bcl at redhat.com
Thu Sep 11 00:15:05 UTC 2014


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
---
 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
-- 
1.9.3



More information about the anaconda-patches mailing list