This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch patch-queue/master in repository pleiades.
commit 620756aba039106e1861baf019f27c46b8aa48db Author: Hideki Yamane <[email protected]> Date: Tue Nov 17 21:53:12 2015 +0900 do not ask timestamp.digicert.com to sign because debian package build should not connect to other host, should be complete inside build host --- build.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 6a235dc..af5da2e 100644 --- a/build.xml +++ b/build.xml @@ -219,8 +219,7 @@ <jar destfile="plugins/${project.id}.jar" basedir="./plugins/${project.id}" manifest="plugins/${project.id}/META-INF/MANIFEST.MF"/> <jar destfile="features/${project.id}.jar" basedir="./features/${project.id}" /> - <signjar keystore=".keystore" alias="MergeDoc" storepass="mergedoc" - tsaurl="http://timestamp.digicert.com"> + <signjar keystore=".keystore" alias="MergeDoc" storepass="mergedoc"> <sysproperty key="file.encoding" value="UTF-8" /> <fileset dir="."> <include name="*/${project.id}.jar" /> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pleiades.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

