You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2021/08/23 22:57:05 UTC

[incubator-teaclave-website] branch master updated (5580903 -> ddd3b5a)

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git.


    from 5580903  Fix date
     new 416d044  Add inference-with-tvm doc
     new ed92ca6  ghp-import no-history
     new ddd3b5a  Add teaclave 0.3.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 site/.vuepress/config.js | 1 +
 site/Makefile            | 4 ++--
 site/download.md         | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave-website] 01/03: Add inference-with-tvm doc

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 416d044e91cbcdf071fb0b455afff9903d1afb2e
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Mon Aug 23 15:47:59 2021 -0700

    Add inference-with-tvm doc
---
 site/.vuepress/config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js
index bd46357..c2b71f5 100644
--- a/site/.vuepress/config.js
+++ b/site/.vuepress/config.js
@@ -75,6 +75,7 @@ module.exports = {
                       '/teaclave/docs/builtin-functions',
                       '/teaclave/docs/azure-confidential-computing',
                       '/teaclave/docs/executing-wasm',
+                      '/teaclave/docs/inference-with-tvm',
                   ],
               },
               {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave-website] 03/03: Add teaclave 0.3.0

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit ddd3b5ac6c93d1037852a8cb625a10bb31ac7f64
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Mon Aug 23 15:56:52 2021 -0700

    Add teaclave 0.3.0
---
 site/download.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/download.md b/site/download.md
index d297162..ba2eb83 100644
--- a/site/download.md
+++ b/site/download.md
@@ -14,6 +14,7 @@ download by following these
 
 | Version | Date | Source Code               | PGP/SHA | Link |
 |:-------:|:------------:|:-------------------------:|:-------:|:-------------:|
+| 0.3.0   | 2021-08-23   | [apache-teaclave-0.3.0-incubating.tar.gz](https://www.apache.org/dyn/closer.cgi/incubator/teaclave/0.3.0/apache-teaclave-0.3.0-incubating.tar.gz)| [asc](https://www.apache.org/dist/incubator/teaclave/0.3.0/apache-teaclave-0.3.0-incubating.tar.gz.asc), [sha512](https://www.apache.org/dist/incubator/teaclave/0.3.0/apache-teaclave-0.3.0-incubating.tar.gz.sha512) | [notes](https://github.com/apache/incubator-teaclave/releases/tag/v0.3.0) |
 | 0.2.0   | 2021-03-02   | [apache-teaclave-0.2.0-incubating.tar.gz](https://www.apache.org/dyn/closer.cgi/incubator/teaclave/0.2.0/apache-teaclave-0.2.0-incubating.tar.gz)| [asc](https://www.apache.org/dist/incubator/teaclave/0.2.0/apache-teaclave-0.2.0-incubating.tar.gz.asc), [sha512](https://www.apache.org/dist/incubator/teaclave/0.2.0/apache-teaclave-0.2.0-incubating.tar.gz.sha512) | [notes](https://github.com/apache/incubator-teaclave/releases/tag/v0.2.0) |
 | 0.1.0   | 2020-10-09   | [apache-teaclave-0.1.0-incubating.tar.gz](https://www.apache.org/dyn/closer.cgi/incubator/teaclave/0.1.0/apache-teaclave-0.1.0-incubating.tar.gz)| [asc](https://www.apache.org/dist/incubator/teaclave/0.1.0/apache-teaclave-0.1.0-incubating.tar.gz.asc), [sha512](https://www.apache.org/dist/incubator/teaclave/0.1.0/apache-teaclave-0.1.0-incubating.tar.gz.sha512) | [notes](https://github.com/apache/incubator-teaclave/releases/tag/v0.1.0) |
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org


[incubator-teaclave-website] 02/03: ghp-import no-history

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit ed92ca6f2288cb7465c6ab8fa9e7a1a031a61e4c
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Mon Aug 23 15:56:34 2021 -0700

    ghp-import no-history
---
 site/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/Makefile b/site/Makefile
index 53c722c..a5efa3d 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -1,10 +1,10 @@
 all: staging site
 
 staging: build
-	ghp-import .vuepress/dist -b asf-staging
+	ghp-import --no-history --force .vuepress/dist -b asf-staging
 
 site: build
-	ghp-import .vuepress/dist -b asf-site
+	ghp-import --no-history --force .vuepress/dist -b asf-site
 
 sgx-sdk-api-docs: teaclave-docs
 	cd ../sgx-sdk-api-docs && cargo doc

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org