You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/06/07 08:40:29 UTC

[incubator-devlake] branch main updated (cdd400f9 -> 06344fa7)

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

warren pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


    from cdd400f9 fix(ci): remove add tar in github action and modify lake-builder image (#2105)
     new ec8fc4c6 fix: add DISCLAIMER file
     new 06344fa7 fix: add newline to end of file

The 2 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:
 DISCLAIMER | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 DISCLAIMER


[incubator-devlake] 02/02: fix: add newline to end of file

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

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 06344fa779670c73f5f18e6702a6c5df88d01afa
Author: zhangliang <li...@merico.dev>
AuthorDate: Tue Jun 7 16:39:40 2022 +0800

    fix: add newline to end of file
---
 DISCLAIMER | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DISCLAIMER b/DISCLAIMER
index d41a4cd9..9863239d 100644
--- a/DISCLAIMER
+++ b/DISCLAIMER
@@ -6,4 +6,4 @@ indicates that the infrastructure, communications, and decision making process
 have stabilized in a manner consistent with other successful ASF projects.
 
 While incubation status is not necessarily a reflection of the completeness or stability of the code,
-it does indicate that the project has yet to be fully endorsed by the ASF.
\ No newline at end of file
+it does indicate that the project has yet to be fully endorsed by the ASF.


[incubator-devlake] 01/02: fix: add DISCLAIMER file

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

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit ec8fc4c6ecf5f2355944e5ca6e262475d5fbf66f
Author: zhangliang <li...@merico.dev>
AuthorDate: Mon Jun 6 22:58:17 2022 +0800

    fix: add DISCLAIMER file
---
 DISCLAIMER | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 00000000..d41a4cd9
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,9 @@
+Apache DevLake is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by the Apache Incubator PMC.
+
+Incubation is required of all newly accepted projects until a further review
+indicates that the infrastructure, communications, and decision making process
+have stabilized in a manner consistent with other successful ASF projects.
+
+While incubation status is not necessarily a reflection of the completeness or stability of the code,
+it does indicate that the project has yet to be fully endorsed by the ASF.
\ No newline at end of file