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 1d67f1caed51d2d17443942ed2f920fb4d84e8c3 Author: Torsten Werner <[email protected]> Date: Wed Mar 17 22:10:26 2010 +0000 Increase sleep time to 20 seconds. (Closes: #574307) --- debian/build.xml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/build.xml b/debian/build.xml index 9e88f7b..d091c69 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -59,7 +59,7 @@ <ant dir="../connector-api" target="all"/> <ant dir="../management-api" target="all"/> <ant dir="../jmac-api" target="all"/> - <sleep seconds="5"/> + <sleep seconds="20"/> <ant dir="../appserv-api" target="all"/> <ant dir="../jacc-api" target="all"/> <ant dir="../common-util" target="all"/> diff --git a/debian/changelog b/debian/changelog index f45a38a..c15476b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +glassfish (1:2ur2-b04-6) unstable; urgency=low + + * Increase sleep time to 20 seconds. (Closes: #574307) + + -- Torsten Werner <[email protected]> Wed, 17 Mar 2010 23:03:52 +0100 + glassfish (1:2ur2-b04-5) unstable; urgency=low * Add an extra <sleep /> before line 62 in debian/build.xml as we had in the -- 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

