Versions Compared

Key

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

The NetBeans build system downloads binaries from http://netbeans.osuosl.org/binaries/

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

The NetBeans PMC can upload binaries to this website using the SSH Keys at https://svn.apache.org/repos/private/pmc/netbeans/secrets

NOTE: If you don't have access to this SVN repository you should ask being granted by filing a ticket to INFRA usingJIRA.

Once your access is granted you can upload binaries using scp or ssh:

/netbeans.osuosl.org/

The steps are as follows:

$ pgp -decrypt$ ssh -i ftp-osl-osuosl-org netbeans@ftp-private-key.asc > ftp-osl-osuosl
$ pgp -decrypt public-key.txt.asc > ftp-osl-osuosl.pub

Setting up the SSH keys

You now have the public and private SSH keys to access the server "ftp-osl.osuosl.org

...

" with username "netbeans" .

You can add an entry to your "$HOME/.ssh/config" file like so:

  • Move the resulting "ftp-osl-osuosl" and "ftp-osl-osuosl.pub" to your $HOME/.ssh directory, as all entries in your ".ssh" directory.
  • Edit your "$HOME/.ssh/config" file, and add an entry like so:

Host netbeans-binaries
Hostname ftp-osl.osuosl.org
User netbeans
IdentityFile ~/.ssh/ftp-osl-osuosl


You should now be able to ssh to the server by typing

$ ssh netbeans-binaries

Or to upload files there using "scp", for instance.

Browsing binaries

You can browse the current list of binaries visiting this link with a browser: https://ftp-osl.osuosl.org/pub/netbeans/binaries/

Note that binaries are always uploaded using the uppercased SHA-1 hash, followed by a dash and then the name of the fileNOTE: This page is a work in progress. Exact procedure is subject to change.