This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit e816493b4c76df58d21e5fd5675cd5666e389f1b Author: Gregor Zurowski <[email protected]> AuthorDate: Sun Mar 28 12:04:30 2021 +0200 Remove Camel manual section --- etc/scripts/release-website.sh | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh index de69d4d..b9af113 100755 --- a/etc/scripts/release-website.sh +++ b/etc/scripts/release-website.sh @@ -76,26 +76,7 @@ for comp in ${COMPLIST[*]}; do done echo -echo "################################################################################" -echo " DOWNLOADING MANUALS FROM APACHE REPOSITORY " -echo "################################################################################" -wget -e robots=off --wait 3 --no-check-certificate \ - -r -np "--reject=txt" "--accept=html,pdf" "--follow-tags=" \ - -P "${DOWNLOAD}/${VERSION}" -nH "--cut-dirs=3" "--level=1" "--ignore-length" \ - "http://repository.apache.org/content/repositories/releases/org/apache/camel/camel-manual/${VERSION}/" - -echo "################################################################################" -echo " CHECKOUT MANUAL WEBSITE " -echo "################################################################################" -cd "${SITE_DIR}/${VERSION}" && svn co --non-interactive "${WEBSITE_URL}/manual/" - -echo "################################################################################" -echo " PUBLISH CAMEL MANUAL " -echo "################################################################################" -cp ${DOWNLOAD}/${VERSION}/org/apache/camel/camel-manual/${VERSION}/camel-manual-${VERSION}.* ${SITE_DIR}/${VERSION}/manual/ -echo - -echo "NOTE: Manual steps required! Check the schemas and manual files for new artifacts," +echo "NOTE: Manual steps required! Check the schemas for new artifacts," echo " add them to the repository as required and commit your changes. This step" echo " is intentionally not automated at this point to avoid errors." echo @@ -103,9 +84,5 @@ echo "cd ${SITE_DIR}/${VERSION}/camel-website/" echo "git status" echo "git add <schema-${VERSION}-qualifier>.xsd" echo "git commit -m \"Add XML schemas for Camel ${VERSION}\"" -echo -echo "cd ${SITE_DIR}/${VERSION}/manual/" -echo "svn status" -echo "svn add camel-manual-${VERSION}.html" -echo "svn ci -m \"Uploading released manuals for camel-${VERSION}\"" +echo "git push" echo
