This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git
commit 1c204b6cb2b5a90dbe2723f01726dee67e2f8e56 Author: aviemzur <[email protected]> AuthorDate: Wed Mar 11 14:11:54 2020 +0200 Add 'build' package --- .../compiler/rainbow_compiler.py => build/__init__.py} | 2 +- rainbow/runners/airflow/compiler/__init__.py | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/rainbow/runners/airflow/compiler/rainbow_compiler.py b/rainbow/build/__init__.py similarity index 96% rename from rainbow/runners/airflow/compiler/rainbow_compiler.py rename to rainbow/build/__init__.py index bed1efd..9e84106 100644 --- a/rainbow/runners/airflow/compiler/rainbow_compiler.py +++ b/rainbow/build/__init__.py @@ -16,5 +16,5 @@ # specific language governing permissions and limitations # under the License. """ -TODO: compiler for rainbows. +TODO: rainbow build. """ diff --git a/rainbow/runners/airflow/compiler/__init__.py b/rainbow/runners/airflow/compiler/__init__.py deleted file mode 100644 index 217e5db..0000000 --- a/rainbow/runners/airflow/compiler/__init__.py +++ /dev/null @@ -1,17 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License.
