You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/11/14 18:56:56 UTC

[airflow] branch v2-2-test updated (9238076 -> de5333e)

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

potiuk pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


 discard 9238076  Added autogenerated _docker_Compose.env file to .rat_excludes
     new de5333e  Added autogenerated _docker_Compose.env file to .rat_excludes

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   (9238076)
            \
             N -- N -- N   refs/heads/v2-2-test (de5333e)

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 1 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:

[airflow] 01/01: Added autogenerated _docker_Compose.env file to .rat_excludes

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

potiuk pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit de5333e18a4bd682da0b5b078789f504160684f8
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Nov 14 16:53:52 2021 +0100

    Added autogenerated _docker_Compose.env file to .rat_excludes
    
    This will skip the auto-generated file from licence check.
---
 .rat-excludes | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.rat-excludes b/.rat-excludes
index ade08aa..e611436 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -110,3 +110,6 @@ chart/.gitignore
 chart/values.schema.json
 chart/Chart.lock
 chart/values_schema.schema.json
+
+# autogenerated docker-compose.env
+scripts/ci/docker-compose/_docker_compose.env