This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag debian/1%3A2.1.1-b31-1 in repository glassfish.
commit d43a83e627e341ccea549ab10617924fc30caa19 Author: Torsten Werner <[email protected]> Date: Sun Aug 31 13:54:10 2008 +0000 Increase the <sleep/> introduced with the last upload. --- debian/build.xml | 2 +- debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 319ceb2..fd9260e 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -58,7 +58,7 @@ <ant dir="../persistence-api" target="all"/> <ant dir="../connector-api" target="all"/> <ant dir="../management-api" target="all"/> - <sleep milliseconds="200"/> + <sleep milliseconds="2000"/> <ant dir="../appserv-api" target="all"/> <ant dir="../jmac-api" target="all"/> <ant dir="../jacc-api" target="all"/> diff --git a/debian/changelog b/debian/changelog index c49a4bb..d21828a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ glassfish (1:2ur2-b04-1) unstable; urgency=low * new upstream release * Update debian/watch to be more flexible. * Set build.sysclasspath=first in debian/ant.properties. + * Increase the <sleep/> introduced with the last upload. - -- Torsten Werner <[email protected]> Sun, 31 Aug 2008 15:28:00 +0200 + -- Torsten Werner <[email protected]> Sun, 31 Aug 2008 15:53:28 +0200 glassfish (2+b58g-4) unstable; urgency=low -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/glassfish.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

