This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d77c63c Automated site publishing by Jenkins build
d77c63c is described below
commit d77c63cee2c1ec9ff6b38b0b41689c3a175e9cae
Author: Antoine Toulme <[email protected]>
AuthorDate: Sun Oct 18 22:20:34 2020 -0700
Automated site publishing by Jenkins build
---
content/community/index.html | 4 ++--
content/feed.xml | 4 ++--
content/publish.sh | 5 +++++
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/content/community/index.html b/content/community/index.html
index f0c7524..337aa59 100644
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -170,11 +170,11 @@
<h3 id="source-code">Source Code</h3>
-<p>The project sources are accessible via the <a
href="https://github.com/apache/incubator-tuweni">source code repository</a>
which is also mirrored at <a
href="https://git-wip-us.apache.org/repos/asf/incubator-tuweni.git">Apache</a></p>
+<p>The project sources are accessible via the <a
href="https://github.com/apache/incubator-tuweni">source code repository</a>
which is also mirrored at <a
href="https://git-wip-us.apache.org/repos/asf/incubator-tuweni.git">Apache</a>.</p>
<h3 id="website-source-code">Website Source Code</h3>
-<p>The project website sources are accessible via the <a
href="https://github.com/apache/incubator-tuweni-website">website source code
repository</a> which is also mirrored at <a
href="https://git-wip-us.apache.org/repos/asf/incubator-tuweni-website.git">Apache</a></p>
+<p>The project website sources are accessible via the <a
href="https://github.com/apache/incubator-tuweni-website">website source code
repository</a> which is also mirrored at <a
href="https://git-wip-us.apache.org/repos/asf/incubator-tuweni-website.git">Apache</a>.</p>
</div>
</div>
diff --git a/content/feed.xml b/content/feed.xml
index e2914ff..e46bafd 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -5,8 +5,8 @@
<description></description>
<link>//</link>
<atom:link href="//feed.xml" rel="self" type="application/rss+xml"/>
- <pubDate>Sun, 18 Oct 2020 22:13:48 -0700</pubDate>
- <lastBuildDate>Sun, 18 Oct 2020 22:13:48 -0700</lastBuildDate>
+ <pubDate>Sun, 18 Oct 2020 22:20:32 -0700</pubDate>
+ <lastBuildDate>Sun, 18 Oct 2020 22:20:32 -0700</lastBuildDate>
<generator>Jekyll v3.7.4</generator>
<item>
diff --git a/content/publish.sh b/content/publish.sh
index 39d4626..246f335 100755
--- a/content/publish.sh
+++ b/content/publish.sh
@@ -22,6 +22,10 @@
# git clone https://github.com/apache/incubator-tuweni-website.git
master-branch
# asf-site-branch (pushing):
# git clone https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git
asf-site-branch
+TEMPDIR="$(mktemp -d -t tuweni-site-XXXXXXX)"
+cd $TEMPDIR
+git clone https://github.com/apache/incubator-tuweni-website.git master-branch
+git clone https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git
asf-site-branch
#
# Testing:
@@ -92,6 +96,7 @@ if [ $? -ne 0 ]; then
echo "Push failed."
exit 3
fi
+rm -Rf $TEMPDIR
echo "Done."
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]