ansible / ansible-container

DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
GNU Lesser General Public License v3.0
2.19k stars 394 forks source link

Add executable bit to get-pip.py #956

Closed kbabioch closed 5 years ago

kbabioch commented 5 years ago

Since this script is meant to be invoked and executed, it should have the executable bit set. This makes sure it is shipped with the correct permission bits set.

ISSUE TYPE
SUMMARY

While building this package in our build service, I've realized that there is a binary in this repository that is meant to be executed, but hasn't the executable bit set. This commit changes this accordingly.

[    8s] ansible-container.noarch: W: non-executable-script /usr/lib/python3.6/site-packages/container/docker/files/get-pip.py 644 /usr/bin/env python
[    8s] This text file contains a shebang or is located in a path dedicated for
[    8s] executables, but lacks the executable bits and cannot thus be executed.  If
[    8s] the file is meant to be an executable script, add the executable bits,
[    8s] otherwise remove the shebang or move the file elsewhere.