This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository osmosis.

commit e71a03ad4d6cf0b2a70beb651693d565ec735dfd
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sun Mar 16 19:27:39 2014 +0100

    Use gradle in offline mode.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9465914..b4844ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,11 +15,11 @@ debian/osmosis.1: debian/osmosis.xml
        dh $@ --with maven_repo_helper --parallel
 
 override_dh_auto_build:
-       gradle build
+       gradle --offline --no-daemon --gradle-user-home debian/gradle-user-home 
build
 
 override_dh_clean:
+       gradle --offline --no-daemon --gradle-user-home debian/gradle-user-home 
clean -x build
        dh_clean
-       gradle clean
 
 override_dh_installchangelogs:
        dh_installchangelogs -- package/changes.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/osmosis.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to