This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/asf-site by this push: new f86d564 clearing out for asf site 2 f86d564 is described below commit f86d5646563ac94040874d41f9be82f13046604a Author: Dave Fisher <d...@davefisher.tech> AuthorDate: Wed Oct 28 18:44:15 2020 -0700 clearing out for asf site 2 --- bake.sh | 10 ---------- build_local.sh | 10 ---------- build_site.sh | 23 ----------------------- jbake.properties | 22 ---------------------- 4 files changed, 65 deletions(-) diff --git a/bake.sh b/bake.sh deleted file mode 100755 index b781bc6..0000000 --- a/bake.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -if [ -z ${JBAKE_HOME} ] -then - echo "Missing JBAKE_HOME variable" >&2 - exit 1 -fi - -export JBAKE_OPTS="-Djavax.xml.accessExternalDTD=http" -${JBAKE_HOME}/bin/jbake $@ diff --git a/build_local.sh b/build_local.sh deleted file mode 100755 index f95016a..0000000 --- a/build_local.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -CURRENTDIR=`pwd` -WORKDIR=/tmp/ooo-site - -rm -rf $WORKDIR -mkdir -p $WORKDIR - -# just bake and serve the site -./bake.sh -b -s . $WORKDIR diff --git a/build_site.sh b/build_site.sh deleted file mode 100755 index 2f7449d..0000000 --- a/build_site.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -CURRENTDIR=`pwd` -WORKDIR=/tmp/ooo-site -ME=`basename $0` - -rm -rf $WORKDIR -mkdir -p $WORKDIR - -# now bake the site -./bake.sh -b . $WORKDIR - -# push all of the results to asf-site -git checkout asf-site -git clean -f -d -git pull origin asf-site -rm -rf content -mkdir content -cp -a $WORKDIR/* content -cp -a $WORKDIR/.htaccess content -git add content -git commit -m "git-site-role commit from $ME" -git push origin asf-site diff --git a/jbake.properties b/jbake.properties deleted file mode 100644 index 1ed3c6d..0000000 --- a/jbake.properties +++ /dev/null @@ -1,22 +0,0 @@ -#site.host=https://www.openofffice.org -site.host=http://localhost:8820 -template.brand.file=brand.gsp -template.navigator.file=navigator.gsp -template.page.file=page.gsp -markdown.extensions=ALL,-HARDWRAPS -#template.archive.file=archive.gsp -#template.tag.file=tags.gsp -#template.sitemap.file=sitemap.gsp -template.feed.file=feed.gsp -render.encoding=UTF-8 -render.tags=false -render.sitemap=false -render.index=false -render.archive=false -index.file=index.html -content.folder=content -destination.folder=output -asset.ignore=true -default.type=page -default.status=published -db.store=plocal \ No newline at end of file