Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The NetBeans build system downloads most of its dependencies from maven central, but some binaries are kept on:

binaries from http://netbeans.osuosl.org/binaries/

see config file:

https://github.com/apache/netbeans/blob/master/nbbuild/binaries-default-properties.xml

Obtaining the SSH keys for ftp-osl.osuosl.org

...

Once logged in to ftp-osl.osuosl.org please read ~/README-NETBEANS.txt in the $HOME directory for further instructions on syncing.

$ scp -i ~/.ssh/ftp-osl-osuosl /path/to/file netbeans@ftp-osl.osuosl.org:/path/to/binaries/directory

Browsing binaries

You can browse the current list of binaries visiting this link with a browser:  http://netbeans.osuosl.org/binaries/

(Note: Binaries which are uploaded via ftp-osl.osuosl.org are not added to the web page as links. )

Note that binaries are always uploaded using the uppercased SHA-1 hash, followed by a dash and then the name of the file.

...