[
https://issues.apache.org/jira/browse/AIRFLOW-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Beau Barker updated AIRFLOW-4400:
---------------------------------
Description:
Three files inside the models directory have the wrong file mode.
__init__.py, taskfail.py and taskreschedule.py.
{noformat}
$ ls -l airflow/models
total 232K
-rwxr-xr-x 1 beau staff 176K Apr 8 10:38 __init__.py*
-rw-r--r-- 1 beau staff 1.2K Apr 5 13:47 base.py
-rw-r--r-- 1 beau staff 12K Apr 8 09:28 connection.py
-rw-r--r-- 1 beau staff 1.9K Apr 5 13:47 dagpickle.py
-rw-r--r-- 1 beau staff 1.2K Apr 5 13:47 errors.py
-rw-r--r-- 1 beau staff 2.8K Apr 5 13:47 kubernetes.py
-rw-r--r-- 1 beau staff 2.2K Apr 5 13:47 log.py
-rw-r--r-- 1 beau staff 2.6K Apr 5 13:47 skipmixin.py
-rw-r--r-- 1 beau staff 1.8K Apr 5 13:47 slamiss.py
-rwxr-xr-x 1 beau staff 2.0K Apr 5 13:47 taskfail.py*
-rwxr-xr-x 1 beau staff 3.3K Apr 5 13:47 taskreschedule.py*
-rw-r--r-- 1 beau staff 7.5K Apr 8 09:28 xcom.py
{noformat}
was:
Three files inside the models directory have the wrong file mode.
`__init__.py`, `taskfail.py` and `taskreschedule.py`.
```
$ ls -l airflow/models
total 232K
-rwxr-xr-x 1 beau staff 176K Apr 8 10:38 __init__.py*
-rw-r--r-- 1 beau staff 1.2K Apr 5 13:47 base.py
-rw-r--r-- 1 beau staff 12K Apr 8 09:28 connection.py
-rw-r--r-- 1 beau staff 1.9K Apr 5 13:47 dagpickle.py
-rw-r--r-- 1 beau staff 1.2K Apr 5 13:47 errors.py
-rw-r--r-- 1 beau staff 2.8K Apr 5 13:47 kubernetes.py
-rw-r--r-- 1 beau staff 2.2K Apr 5 13:47 log.py
-rw-r--r-- 1 beau staff 2.6K Apr 5 13:47 skipmixin.py
-rw-r--r-- 1 beau staff 1.8K Apr 5 13:47 slamiss.py
-rwxr-xr-x 1 beau staff 2.0K Apr 5 13:47 taskfail.py*
-rwxr-xr-x 1 beau staff 3.3K Apr 5 13:47 taskreschedule.py*
-rw-r--r-- 1 beau staff 7.5K Apr 8 09:28 xcom.py
```
> Wrong filemode on three files
> -----------------------------
>
> Key: AIRFLOW-4400
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4400
> Project: Apache Airflow
> Issue Type: Bug
> Components: models
> Affects Versions: 1.10.3
> Reporter: Beau Barker
> Assignee: Beau Barker
> Priority: Trivial
>
> Three files inside the models directory have the wrong file mode.
> __init__.py, taskfail.py and taskreschedule.py.
> {noformat}
> $ ls -l airflow/models
> total 232K
> -rwxr-xr-x 1 beau staff 176K Apr 8 10:38 __init__.py*
> -rw-r--r-- 1 beau staff 1.2K Apr 5 13:47 base.py
> -rw-r--r-- 1 beau staff 12K Apr 8 09:28 connection.py
> -rw-r--r-- 1 beau staff 1.9K Apr 5 13:47 dagpickle.py
> -rw-r--r-- 1 beau staff 1.2K Apr 5 13:47 errors.py
> -rw-r--r-- 1 beau staff 2.8K Apr 5 13:47 kubernetes.py
> -rw-r--r-- 1 beau staff 2.2K Apr 5 13:47 log.py
> -rw-r--r-- 1 beau staff 2.6K Apr 5 13:47 skipmixin.py
> -rw-r--r-- 1 beau staff 1.8K Apr 5 13:47 slamiss.py
> -rwxr-xr-x 1 beau staff 2.0K Apr 5 13:47 taskfail.py*
> -rwxr-xr-x 1 beau staff 3.3K Apr 5 13:47 taskreschedule.py*
> -rw-r--r-- 1 beau staff 7.5K Apr 8 09:28 xcom.py
> {noformat}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)