This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-test.git.
discard d3b8a70 update
discard 3b5bc98 Update jenkins
new 4ef21a2 updates
new 4e5e07c changes
new cbab677 [COMMUNITY] Add uwcse logo
new b4cab5e add comments
new 63c4c32 [COMMUNITY] Add Huawei logo (#46)
new 21a2aaa [COMMUNITY] Add ucla, cornell, intel, xilinx
new 2cd8b84 [COMMUNITY] Add berkeley and oasislab
new 2082ec6 add MS to the logos
new 256142c [COMMUNITY] Add octoml
new b21aed4 [COMMUNITY] Add alibaba
new 73259ec [COMMUNITY] Add AWS (#47)
new e6507d5 [SCRIPT] Deployment script.
new 5353dcc Update script.
new 7c4e548 Deployment script ready
new c103fe3 Update script
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d3b8a70)
\
N -- N -- N refs/heads/master (c103fe3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 15 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:
.gitignore | 3 +
Jenkinsfile | 28 ----
README.md | 5 +-
_config.yml | 11 +-
about.md | 1 -
assets/themes/custom-twitter/css/style.css | 4 +
community.md | 53 +++++--
images/community/alicloud.png | Bin 0 -> 20301 bytes
images/community/aws.png | Bin 0 -> 32934 bytes
images/community/cornell.svg | 232 +++++++++++++++++++++++++++++
images/community/huawei.png | Bin 0 -> 7913 bytes
images/community/intel.png | Bin 0 -> 4489 bytes
images/community/microsoft.png | Bin 0 -> 24164 bytes
images/community/oasislabs.png | Bin 0 -> 37771 bytes
images/community/octoml.svg | 1 +
images/community/ucberkeley.png | Bin 0 -> 32071 bytes
images/community/ucla.png | Bin 0 -> 45279 bytes
images/community/uwcse.png | Bin 0 -> 19344 bytes
images/community/xilinx.png | Bin 0 -> 12702 bytes
scripts/task_deploy_asf_site.sh | 18 +++
20 files changed, 310 insertions(+), 46 deletions(-)
create mode 100644 images/community/alicloud.png
create mode 100644 images/community/aws.png
create mode 100644 images/community/cornell.svg
create mode 100644 images/community/huawei.png
create mode 100644 images/community/intel.png
create mode 100644 images/community/microsoft.png
create mode 100644 images/community/oasislabs.png
create mode 100644 images/community/octoml.svg
create mode 100644 images/community/ucberkeley.png
create mode 100644 images/community/ucla.png
create mode 100644 images/community/uwcse.png
create mode 100644 images/community/xilinx.png
create mode 100755 scripts/task_deploy_asf_site.sh