[SCM] Gradle: Groovy based build system branch, master, updated. debian/1.0_m3-1-6-ge84bd76

Miguel Landaeta miguel at miguel.cc
Tue Jul 3 01:44:41 UTC 2012


The following commit has been merged in the master branch:
commit e84bd769ca5f2d4db3e22dc0a42c9839d530ca3d
Author: Miguel Landaeta <miguel at miguel.cc>
Date:   Mon Jul 2 21:12:39 2012 -0430

    Update bootstrap script

diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh
index d1c45d0..4c7a5c6 100755
--- a/debian/bootstrap.sh
+++ b/debian/bootstrap.sh
@@ -2,10 +2,11 @@
 
 set -e
 
-URL="http://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-3-bin.zip"
+URL="http://services.gradle.org/distributions/gradle-1.0-bin.zip"
+#URL="http://localhost/%7Emiguel/gradle/gradle-1.0-bin.zip"
 ZIP="$(basename $URL)"
 DIR="$(echo $ZIP | sed 's/-bin\.zip$//')"
-VERSION="1.0~m3-0bootstrap1"
+VERSION="1.0~+bootstrap1"
 
 wget $URL -O $ZIP
 unzip $ZIP
diff --git a/debian/gradle.sed b/debian/gradle.sed
index f30ba39..f763f45 100755
--- a/debian/gradle.sed
+++ b/debian/gradle.sed
@@ -1,4 +1,4 @@
 #!/bin/sed -f
-/^# Attempt to set JAVA_HOME/ i\
+/^# Determine the Java command to use to start the JVM/ i\
 export JAVA_HOME=/usr/lib/jvm/default-java\
-export GRAILS_HOME=/usr/share/gradle\
+

-- 
Gradle: Groovy based build system



More information about the pkg-java-commits mailing list