[Fedora-spins] [spin-kickstarts] The publish target should build a tar ball if needed

Bruno Wolff III bruno at fedoraproject.org
Wed Jul 3 03:17:58 UTC 2013


commit 12e9f1e5837a02e3b804ffd9244d84a13831da58
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Jul 2 22:17:39 2013 -0500

    The publish target should build a tar ball if needed

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 75696da..ca8011b 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ dist:	$(name)-$(version).tar.gz
 $(name)-$(version).tar.gz:
 	git archive --format=tar --prefix=$(name)-$(version)/ HEAD | gzip > $(name)-$(version).tar.gz
 
-publish:
+publish:	$(name)-$(version).tar.gz
 	scp $(name)-$(version).tar.gz fedorahosted.org:$(name)
 
 dist-clean:


More information about the spins mailing list