Re: tarball target

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mar 3 2008 12:34, Jan Engelhardt wrote:
>>
>>Attention, I'm about to release iptables-1.4.1 which includes the
>>userspace part for this. I can still delay it a couple of days and
>>rework the release tarball if you pass me the userspace part asap.

(Hmm... releases always seem to be at the wrong time)

Another thing you will need is:

commit b381f81cca8c1a49c318fde97a2ef69054055995
Author: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>
Date:   Mon Mar 3 13:04:07 2008 +0100

    Makefile: add a "tarball" target

diff --git a/Makefile.am b/Makefile.am
index a0f33c6..7c3f131 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,3 +93,11 @@ ip6tables.8: ${srcdir}/ip6tables.8.in extensions/matches6.man extensions/targets
 
 extensions/%:
 	${MAKE} ${AM_MAKEFLAGS} -C $(@D) $(@F)
+
+.PHONY: tarball
+tarball:
+	rm -Rf /tmp/xtables;
+	pushd ${top_srcdir} && git-archive --prefix=xtables/ HEAD | tar -C /tmp -x && popd;
+	pushd /tmp/xtables && ./autogen.sh && popd;
+	tar -C /tmp -cf xtables-${PACKAGE_VERSION}.tar.bz2 xtables/;
+	rm -Rf /tmp/xtables;
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux