File: disable_git_call.diff

package info (click to toggle)
libjogl2-java 2.0-rc5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 23,308 kB
  • sloc: java: 113,441; ansic: 33,817; xml: 4,673; objc: 1,733; sh: 1,261; cpp: 139; awk: 46; makefile: 21
file content (24 lines) | stat: -rw-r--r-- 1,494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: libjogl2-java-2.0-rc3/make/build-common.xml
===================================================================
--- libjogl2-java-2.0-rc3.orig/make/build-common.xml	2011-10-08 11:34:17.000000000 +0200
+++ libjogl2-java-2.0-rc3/make/build-common.xml	2011-10-08 11:47:45.000000000 +0200
@@ -70,19 +70,7 @@
         <property name="jogl.build.number" value="manual"/>
         <property name="jogl.build.id"     value="${version.timestamp}"/>
         <mkdir dir="${tempdir}" />
-        <exec dir="." executable="git" logError="true" failonerror="false" failifexecutionfails="false"
-                  output="${tempdir}/localbranch.raw">
-            <arg line="branch --no-color"/>
-        </exec>
-        <exec dir="." executable="sed" logError="true" failonerror="false" failifexecutionfails="false"
-                  outputproperty="jogl.build.branch">
-            <arg line="-e '/^[^*]/d' -e 's/* \(.*\)/\1/' ${tempdir}/localbranch.raw"/>
-        </exec>
         <property name="jogl.build.branch" value="manual"/> <!-- fallback -->
-        <exec dir="${project.root}" executable="git" logError="true" failonerror="false" failifexecutionfails="false"
-                  outputproperty="jogl.build.commit">
-            <arg line="rev-parse HEAD"/>
-        </exec>
         <property name="jogl.build.commit" value="manual"/> <!-- fallback -->
 
         <property name="nativewindow.version" value="${nativewindow_base_version}-b${jogl.build.number}-${version.timestamp}" />