Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Nebula/Releases/New Release/update the website

< Nebula‎ | Releases/New Release
Revision as of 15:47, 3 October 2020 by Wim.jongman.remainsoftware.com (Talk | contribs) (Created page with "== Update the website == If you have imported the psf file then you have the website checked out. The Nebula website is a separate project that uses Gerrit. You may add the PL...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Update the website

If you have imported the psf file then you have the website checked out. The Nebula website is a separate project that uses Gerrit. You may add the PL and others as reviewers, or submit directly if you are confident. Every push to this website will be live within 5 minutes after submitting through Gerrit. Not much can break because we can always revert/resubmit.

What needs to be done

Basically you have to take care that the downloads page is up to date. This might involve creating and updating the Javadoc.

Just copy an existing release directory, make the obvious changes, edit the main downloads.php page, and you are done.

Nebwebs1.png


Updating the Javadoc

The Javadoc can be updated with the Javadoc Ant script. After the Javadoc has been generated, replace it in the release directory and push to Gerrit.

Newwebs2.png

Back to the top