partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5f9bc037c418d261d5dac2453720d6948a99b756
parent 124cd2972c5ade0c3f1ec3d4c72ec4c3e103fc11
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 21 Dec 2011 13:20:34 +0100

Don't have .git inside the archive

Diffstat:
Mbuild.xml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml @@ -173,6 +173,7 @@ <exclude name="frontend/resources/fugue-icons/all.png"/> <exclude name="frontend/resources/fugue-icons/all-preview.png"/> <exclude name="frontend/resources/fugue-icons/all-shadowless.png"/> + <exclude name=".git/**/*"/> </fileset> </copy> @@ -182,6 +183,7 @@ <delete dir="${packagepath}/src/frontend/"/> <delete dir="${packagepath}/src/setup/"/> <delete dir="${packagepath}/util/"/> + <delete dir="${packagepath}/.git/"/> <delete dir="${packagepath}/3rdparty/extjs/"/> <delete dir="${packagepath}/3rdparty/phpjs/"/> <delete dir="${packagepath}/3rdparty/ext-wizard/"/> @@ -193,7 +195,6 @@ <target name="nightly"> <phingcall target="prepare-archiving"/> - <!--<zip destfile="/data/vhosts/timo/domains/partkeepr.org/wordpress/downloads/--> <tstamp> <format property="build.time" pattern="partkeepr-nightly-%Y%m%d"/> </tstamp>