Repository: incubator-ariatosca-website Updated Branches: refs/heads/asf-site c7da8d107 -> 4627361c5
Automatic Site Publish by Buildbot Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/commit/4627361c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/tree/4627361c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/diff/4627361c Branch: refs/heads/asf-site Commit: 4627361c5e33acd584a8f6be0dfa9ff660085ea0 Parents: c7da8d1 Author: jenkins <[email protected]> Authored: Thu Sep 7 16:26:29 2017 +0000 Committer: jenkins <[email protected]> Committed: Thu Sep 7 16:26:29 2017 +0000 ---------------------------------------------------------------------- build_site.sh | 2 -- sitemap.xml | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/4627361c/build_site.sh ---------------------------------------------------------------------- diff --git a/build_site.sh b/build_site.sh index 21f4190..c9fc574 100755 --- a/build_site.sh +++ b/build_site.sh @@ -16,14 +16,12 @@ bundle exec jekyll build --destination $WORKDIR ARIAVERSION=0.1.1 DISTPATH=https://dist.apache.org/repos/dist/dev/incubator/ariatosca/$ARIAVERSION-incubating/sdist/apache-ariatosca-$ARIAVERSION.tar.gz DISTFILE=apache-ariatosca-$ARIAVERSION.tar.gz - # Copy docs into _site wget -P $WORKDIR $DISTPATH tar -C $WORKDIR -xzf $WORKDIR/$DISTFILE apache-ariatosca-$ARIAVERSION/docs mkdir -p $WORKDIR/_site/docs mv $WORKDIR/apache-ariatosca-$ARIAVERSION/docs $WORKDIR/ rm -f $WORKDIR/$DISTFILE - git checkout asf-site git clean -f -d git pull origin asf-site http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/4627361c/sitemap.xml ---------------------------------------------------------------------- diff --git a/sitemap.xml b/sitemap.xml index 89f2b7a..5be9a64 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -17,22 +17,22 @@ </url> <url> <loc>/about/index.html</loc> -<lastmod>2017-09-07T16:22:53+00:00</lastmod> +<lastmod>2017-09-07T16:26:20+00:00</lastmod> </url> <url> <loc>/community/index.html</loc> -<lastmod>2017-09-07T16:22:53+00:00</lastmod> +<lastmod>2017-09-07T16:26:20+00:00</lastmod> </url> <url> <loc>/getting-started/index.html</loc> -<lastmod>2017-09-07T16:22:53+00:00</lastmod> +<lastmod>2017-09-07T16:26:20+00:00</lastmod> </url> <url> <loc>/index.html</loc> -<lastmod>2017-09-07T16:22:53+00:00</lastmod> +<lastmod>2017-09-07T16:26:20+00:00</lastmod> </url> <url> <loc>/roadmap/index.html</loc> -<lastmod>2017-09-07T16:22:53+00:00</lastmod> +<lastmod>2017-09-07T16:26:20+00:00</lastmod> </url> </urlset>
