commit | 34491076c51a566a4ae5f9e9938d55b40c160bb2 | [log] [tgz] |
---|---|---|
author | Andor Molnar <andor@cloudera.com> | Wed Nov 06 11:20:33 2024 -0600 |
committer | Andor Molnar <andor@cloudera.com> | Wed Nov 06 11:20:33 2024 -0600 |
tree | 662d29694504efdb37c2592a41c6823cbf09851a | |
parent | 05b854a8814e489c807a860a7a8f5dedb222d7cc [diff] |
Website update for CVE-2024-51504
This branch houses the production Apache ZooKeeper website.
Updating this branch and pushing to the Apache git repo will cause gitpubsub to publish the site - BE CAREFULL!
Typically the website will need to be updated as part of a release. Prior to updating this branch update the “website” branch appropriately, “jekyl build”, update the product docs, APIs, etc... and then reviewed the staged site as detailed in the website branch README.
After verifying the staged site you can:
git checkout asf-site
- checkout this branchrm -fr content
- remove the old site contentmv _site content
- rename the staged site directory. You should still have this from the prior staging effortsgit add .
- update git appropriately (may include git rm, etc..., as well).git commit
- ensure an good commit messagegit push <origin> asf-site
- point of no return.At this point you can verify that the production site is updated and the links, etc... are functioning properly.