Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification.
The "HttpComponentsReleaseProcess" page has been changed by OlegKalnichevski: https://wiki.apache.org/HttpComponents/HttpComponentsReleaseProcess?action=diff&rev1=5&rev2=6 file instead {{{ - gradlew -q svnmucc + gradlew -q promoteDist }}} == Prepare next development cycle == @@ -443, +443 @@ gradlew -q commitNextVersion }}} + == Update project website site == + + === Update website source === + + Project website source can be found here + + http://svn.apache.org/repos/asf/httpcomponents/project-website/trunk/ + + + * Review and update News, Status, Download pages + + * Check that the ApacheCon advert in the css file is for the appropriate date + + {{{ + src/site/apt/news.apt + src/site/apt/status.apt + src/site/apt/download.apt + src/site/resources/css/hc-maven.css + }}} + + === Prepare local stage === + + * Checkout the latest snapshot of the main website source and the released project + + {{{ + gradlew -q checkoutFullWebsite + }}} + + * Render website content + + {{{ + gradlew -q generateFullWebSite + }}} + + You can at any time pick up the latest changes from the repository by running + + {{{ + gradlew -q updateMainWebSite generateFullWebSite + }}} + + + * Prepare project site stage + + {{{ + gradlew -q checkoutSiteStage + }}} + + * Stage updated website content + + {{{ + gradlew -q siteStage + }}} + + * Preview staged website content + + {{{ + gradlew -q previewSiteStage + }}} + + {{{ + Local changes for project website + /home/oleg/src/apache.org/httpcomponents/release-httpcore-4.3.1/build/repos-asf-httpcomponents-site + ... + + }}} + + You can now use a browser to review the content located in the staging directory + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
