commit | cfc4e29ce12c58d4b3a3ef066773ecf3f527e45b | [log] [tgz] |
---|---|---|
author | Hugo Hirsch <github@hugo-hirsch.de> | Sat Jan 28 00:24:24 2023 +0100 |
committer | Hugo Hirsch <github@hugo-hirsch.de> | Sat Jan 28 00:24:24 2023 +0100 |
tree | 894323e1734453dc771b67575ec27b73db5c027d | |
parent | c77bea9504318c541a9c29aa0bf8487c5a6a171d [diff] |
Update tentacles homepage with 2023 footer
This project contains the project's webpage.
Its deployment is done via asf.yaml. Every commit is directly pushed and available on https://creadur.apache.org/
In order to sync the current webpage (taken from current SNAPSHOT) you need to run the following commands:
$ cd creadur-rat $ mvn clean site:site site:stage $ cd ../creadur-site $ cp -rvf ../creadur-rat/target/staging/* ./rat/ Make sure to manually adapt download pages as they need to reference the current release and SNAPSHOT versions! $ git commit -am "Update site build for RAT"
WARNING! This will sync the current master branch/SNAPSHOT version of the homepage if not run on the release branch
Due to problems when generating Javadoc do only use JDK16! Newer versions run into NPE during path traversal.
$ cd creadur-rat $ git checkout apache-rat-project-0.14 $ mvn clean site:site site:stage Verify contents under target/staging $ cd ../creadur-site $ mkdir rat014 $ cp -rvf ../creadur-rat/target/staging/* ./rat014/ Make sure to manually adapt download pages as they need to reference the current release and SNAPSHOT versions! $ git commit -am "Push new preview version of RAT 0.14"
This will allow a preview of the release site build at rat014
Make sure that https://creadur.apache.org/rat/RELEASE_NOTES.txt does not yield a 404. RAT's changelog consists of 2 versions:
Usually it helps to copy over the release-generated version into the subfolder /rat of this project
Make sure to generate a combined changelog that includes the most current release, available under relase-notes/rat.txt