This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit e84bd769ca5f2d4db3e22dc0a42c9839d530ca3d Author: Miguel Landaeta <[email protected]> Date: Mon Jul 2 21:12:39 2012 -0430 Update bootstrap script --- debian/bootstrap.sh | 5 +++-- debian/gradle.sed | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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\ + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

