1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 19 May 2020 14:42:01 +0200
Description: Do not try to run Git
Forwarded: not-needed
--- a/src/ant/defs.xml
+++ b/src/ant/defs.xml
@@ -24,11 +24,6 @@
<!-- To be included in build.xml -->
<!-- Get GIT hash, if available, otherwise leave it blank. -->
-<exec executable="git" outputproperty="repository.revision" failifexecutionfails="true" errorproperty="">
- <arg value="log"/>
- <arg value="-1"/>
- <arg value="--pretty=format:%h_%at"/>
-</exec>
<property name="repository.revision" value=""/>
|