From 4acc2925711852d04ce18639d4da19d68f961113 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 21 Apr 2014 08:13:22 +0100 Subject: [PATCH] Don't put travis configs to release tarballs --- make-tarball.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make-tarball.sh b/make-tarball.sh index d2d85549..73919c94 100755 --- a/make-tarball.sh +++ b/make-tarball.sh @@ -37,6 +37,7 @@ git checkout-index --all --prefix=$TMPDIR/$ZNC/ make -C modules -f modperl/Makefile.gen srcdir=. SWIG=/usr/bin/swig make -C modules -f modpython/Makefile.gen srcdir=. SWIG=/usr/bin/swig rm -fr modules/.depend + rm .travis* rm make-tarball.sh sed -e "s/THIS_IS_NOT_NIGHTLY//" -i Makefile.in echo '#include ' > src/version.cpp