Discussion:
[2795] (git-dist) warn that tarball will be incomplete
root-odJJhXpcy38dnm+
2012-01-25 18:29:37 UTC
Permalink
Revision: 2795
Author: tv
Date: 2012-01-25 19:29:37 +0100 (Wed, 25 Jan 2012)
Log Message:
-----------
(git-dist) warn that tarball will be incomplete

needs checkouting meta-task from packages SVN repo

Modified Paths:
--------------
drakx/trunk/perl-install/install/Makefile

Modified: drakx/trunk/perl-install/install/Makefile
===================================================================
--- drakx/trunk/perl-install/install/Makefile 2012-01-25 18:29:34 UTC (rev 2794)
+++ drakx/trunk/perl-install/install/Makefile 2012-01-25 18:29:37 UTC (rev 2795)
@@ -26,6 +26,7 @@

dist-git:
@cd ../..; git archive --prefix=$(PRODUCT)-$(VERSION)/ HEAD kernel perl-install tools Makefile.config | xz >$(PRODUCT)-$(VERSION).tar.xz;
+ @echo WARNING: rpmsrate is MISSING!!!

tar:
rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION)

Loading...