Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Command line downloads

...

The latest SNAPSHOT tree will generally be at the bottom of the directory listing with the most recent date and the highest version available. Within each snapshot directory, a month's worth of builds are available in dated snapshots, in both zip and tar.gz format. In all other respects apart from the filename, these builds are identical to the standard installers we release officially and can be installed in the usual fashion by unpacking and running the install script.

The latest snapshot is also available using one of the following commands. The difference between the commands is the packaging of the distribution. Some files in the .zip distribution have Windows line endings, while corresponding files in the .tar.gz distribution have Unix line endings.

Code Block
titleLatest IdP snapshot (Windows line endings)
collapsetrue
wget --content-disposition "https://build.shibboleth.net/nexus/service/local/artifact/maven/content?r=snapshots&g=net.shibboleth.idp&a=idp-distribution&v=LATEST&p=zip"
Code Block
titleLatest IdP snapshot (Unix line endings)
collapsetrue
wget --content-disposition "https://build.shibboleth.net/nexus/service/local/artifact/maven/content?r=snapshots&g=net.shibboleth.idp&a=idp-distribution&v=LATEST&p=tar.gz"

At the moment, we do not have regular builds of the Windows installer available, but any we make available can be found in:

...