If you dropped a build in here manually; it will not show up
on the website until it is added to the index.

To do so run:

$ generateinfo.py {BUILD_TYPE} {DIRECTORY}

To add custom message (for updater changelog):

$ generateinfo.py {BUILD_TYPE} {DIRECTORY} --message="Please test foo and bar on this build"

Where {DIRECTORY} is the subdir you placed the build in, and {BUILD_TYPE} is either release or testing

for more info run:

$ generateinfo.py --help

Then visit the website to make sure it is there...it can take up to 5 minutes

It is advisable NOT to edit the info.json manually, a typo might break the website

-drewis