File: no_git.patch

package info (click to toggle)
drop-seq 3.0.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 174,608 kB
  • sloc: java: 51,214; sh: 526; xml: 271; makefile: 34
file content (19 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (4)
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=""/>