This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gradle-debian-helper.
commit 683a07c9fc2fa837a25b9b115457baeafceeaa67 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 10:58:13 2016 +0200 Use 'debian' as the username to improve the reproducibility --- debian/changelog | 1 + gradle-helper-plugin/src/main/perl/gradle.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index b4e82ca..7f1f492 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ gradle-debian-helper (1.3) UNRELEASED; urgency=medium * Use the current directory as the user home to avoid build failures with pbuilder when 'gradle install' writes the artifacts in the local Maven repository. + * Use 'debian' as the username to improve the reproducibility -- Emmanuel Bourg <[email protected]> Wed, 03 Aug 2016 10:53:49 +0200 diff --git a/gradle-helper-plugin/src/main/perl/gradle.pm b/gradle-helper-plugin/src/main/perl/gradle.pm index eb2b692..5e44c90 100644 --- a/gradle-helper-plugin/src/main/perl/gradle.pm +++ b/gradle-helper-plugin/src/main/perl/gradle.pm @@ -30,6 +30,7 @@ sub new { "--refresh-dependencies", "--gradle-user-home", ".gradle", "-Duser.home=.", + "-Duser.name=debian", # "--init-script", "/usr/share/gradle-debian-helper/init.gradle", ); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

