This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
The following commit(s) were added to refs/heads/master by this push:
new 146f023 Update maturity.md
146f023 is described below
commit 146f02394824b4d638ee55a8d3f76431a5d702b0
Author: roryqi <[email protected]>
AuthorDate: Thu Dec 5 11:31:32 2024 +0800
Update maturity.md
---
community/maturity.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/community/maturity.md b/community/maturity.md
index 7a526e4..3e8fcbc 100644
--- a/community/maturity.md
+++ b/community/maturity.md
@@ -35,7 +35,7 @@ The following table is filled according to the [Apache
Maturity Model](https://c
| --------
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[...]
| **CD10** | The project produces Open Source software for distribution to the
public, at no charge.
| **YES** The project's source code is licensed
under the `Apache License 2.0`.
[...]
| **CD20** | Anyone can easily discover and access the project's code.
| **YES** The [official
website](https://uniffle.apache.org/) includes `GitHub` link which can access
the project's repository on GitHub directly.
[...]
-| **CD30** | Anyone using standard, widely-available tools, can build the code
in a reproducible way.
| **YES** Apache Uniffle provides a
`how-to-build` document for each component to guide users on how to compile on
bare metal, such as the [core's
document](https://github.com/apache/incubator-uniffle/blob/master/core/CONT
[...]
+| **CD30** | Anyone using standard, widely-available tools, can build the code
in a reproducible way.
| **YES** Apache Uniffle provides a
`how-to-build` document for each component to guide users on how to compile on
bare metal, such as the [core's
document](https://github.com/apache/incubator-uniffle/blob/master/CONTRIBUT
[...]
| **CD40** | The full history of the project's code is available via a source
code control system, in a way that allows anyone to recreate any released
version.
| **YES** It depends on git, and anyone
can view the full history of the project via commit logs.
[...]
| **CD50** | The source code control system establishes the provenance of each
line of code in a reliable way, based on strong authentication of the
committer. When third parties contribute code, commit messages provide reliable
information about the code provenance. | **YES** The project uses GitHub and
managed by Apache Infra, it ensuring provenance of each line of code to a
committer. And the third-party contributions are accepted in accordance with
the contributing guides. [...]