partkeepr

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

commit 68397eed0da18bff16aeea48cfc49fa8ac40b5c5
parent 595be654b9124b67bae3824464d96e6c1792bc00
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 16 Nov 2015 21:31:06 +0100

Copy the parameters.dist.php file prior archiving

Diffstat:
Mbuild.xml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/build.xml b/build.xml @@ -30,6 +30,7 @@ while excluding stuff the end-user doesn't need (like .git directories, and some 3rdparty stuff). --> <target name="prepare-archiving"> + <copy file="app/config/parameters.php.dist" tofile="app/config/parameters.php"/> <exec command="composer install" passthru="true" checkreturn="true" /> <delete quiet="true">