You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2014/12/30 11:36:49 UTC

svn commit: r1648499 - in /ant/site/ivy: production/download.html sources/download.html

Author: hibou
Date: Tue Dec 30 10:36:48 2014
New Revision: 1648499

URL: http://svn.apache.org/r1648499
Log:
fix the link to Jenkins

Modified:
    ant/site/ivy/production/download.html
    ant/site/ivy/sources/download.html

Modified: ant/site/ivy/production/download.html
URL: http://svn.apache.org/viewvc/ant/site/ivy/production/download.html?rev=1648499&r1=1648498&r2=1648499&view=diff
==============================================================================
--- ant/site/ivy/production/download.html (original)
+++ ant/site/ivy/production/download.html Tue Dec 30 10:36:48 2014
@@ -331,7 +331,7 @@ Then to build Apache Ivy from source, as
 ant jar
 </pre>
 Then you will find ivy.jar in <b>build/artifact</b>.<br class="xooki-br"/><br class="xooki-br"/><h2>Snapshot build</h2>
-The Apache Software Foundation hosts an installation of the Jenkins CI-system where a continuous build of Ivy is available. Note that these are not official builds and they are not endorsed or even supported by the Apache Ivy team. But if you have problems with testing the latest (successful) build, you are welcome to post that on the mailinglist. <br class="xooki-br"/><br class="xooki-br"/>The project page of Apache Ivy on this Jenkins installation is: <a href="http://builds.apache.org/view/A-F/view/Ant/job/Ivy">http://builds.apache.org/view/A-F/view/Ant/job/Ivy</a>. Here you can find links to the latest version of the jars.<br class="xooki-br"/><br class="xooki-br"/><h2><a name="VerifyReleases">Verify Releases</a></h2>
+The Apache Software Foundation hosts an installation of the Jenkins CI-system where a continuous build of Ivy is available. Note that these are not official builds and they are not endorsed or even supported by the Apache Ivy team. But if you have problems with testing the latest (successful) build, you are welcome to post that on the mailinglist. <br class="xooki-br"/><br class="xooki-br"/>The project page of Apache Ivy on this Jenkins installation is: <a href="https://builds.apache.org/job/Ivy/">https://builds.apache.org/job/Ivy/</a>. Here you can find links to the latest version of the jars.<br class="xooki-br"/><br class="xooki-br"/><h2><a name="VerifyReleases">Verify Releases</a></h2>
 It is essential that you verify the integrity of the downloaded files using the PGP signature or the SHA1 or MD5 checksums.  The checksums are not as strong indicators as the PGP signature.<br class="xooki-br"/><br class="xooki-br"/>The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/ant/KEYS">KEYS</a> as well as the asc signature file for the particular distribution.  Make sure you get these files from the <a href="http://www.apache.org/dist/ant/ivy/">main distribution directory</a>, rather than from a mirror. Then verify the signatures using<br class="xooki-br"/>
 <pre>
 % pgpk -a KEYS<br class="xooki-br"/>% pgpv apache-ivy-2.4.0-rc1-bin.tar.gz.asc

Modified: ant/site/ivy/sources/download.html
URL: http://svn.apache.org/viewvc/ant/site/ivy/sources/download.html?rev=1648499&r1=1648498&r2=1648499&view=diff
==============================================================================
--- ant/site/ivy/sources/download.html (original)
+++ ant/site/ivy/sources/download.html Tue Dec 30 10:36:48 2014
@@ -85,7 +85,7 @@ Then you will find ivy.jar in <b>build/a
 <h2>Snapshot build</h2>
 The Apache Software Foundation hosts an installation of the Jenkins CI-system where a continuous build of Ivy is available. Note that these are not official builds and they are not endorsed or even supported by the Apache Ivy team. But if you have problems with testing the latest (successful) build, you are welcome to post that on the mailinglist. 
 
-The project page of Apache Ivy on this Jenkins installation is: http://builds.apache.org/view/A-F/view/Ant/job/Ivy. Here you can find links to the latest version of the jars.
+The project page of Apache Ivy on this Jenkins installation is: https://builds.apache.org/job/Ivy/. Here you can find links to the latest version of the jars.
 
 <h2><a name="VerifyReleases">Verify Releases</a></h2>
 It is essential that you verify the integrity of the downloaded files using the PGP signature or the SHA1 or MD5 checksums.  The checksums are not as strong indicators as the PGP signature.