PTU5KAS/kas
Paul Barker c7ee61616a Drop unnecessary shebang lines
When packaging kas for OpenSUSE, rpmlint threw the following warnings:

    RPMLINT report:
    ===============
    kas.noarch: W: non-executable-script /usr/lib/python3.6/site-packages/kas/__main__.py 644 /usr/bin/env python3
    kas.noarch: W: non-executable-script /usr/lib/python3.6/site-packages/kas/kas.py 644 /usr/bin/env python3
    This text file contains a shebang or is located in a path dedicated for
    executables, but lacks the executable bits and cannot thus be executed.  If
    the file is meant to be an executable script, add the executable bits,
    otherwise remove the shebang or move the file elsewhere.

    2 packages and 0 specfiles checked; 0 errors, 2 warnings.

The Python files inside the kas module don't need shebang lines as they
are not executed directly so we can just remove them.

Signed-off-by: Paul Barker <paul@pbarker.dev>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2021-08-30 21:56:49 +02:00
..
plugins for_all_repos: Exit on command failure 2021-08-26 18:56:38 +02:00
__init__.py __init__: Better support introspection 2018-12-07 09:56:09 +01:00
__main__.py Drop unnecessary shebang lines 2021-08-30 21:56:49 +02:00
__version__.py Release 2.5 2021-05-26 07:27:23 +02:00
config.py includehandler: Fix repo path detection for local includes 2021-08-19 10:10:14 +02:00
configschema.py Add build_system property to config file 2020-11-16 11:53:25 +01:00
context.py context: Add support for relative KAS_WORK/BUILD/REPO_REF_DIR paths 2021-08-18 12:43:09 +02:00
includehandler.py includehandler: Fix repo path detection for local includes 2021-08-19 10:10:14 +02:00
kas.py Drop unnecessary shebang lines 2021-08-30 21:56:49 +02:00
libcmds.py Add environment variable SSH_PRIVATE_KEY_FILE 2021-07-10 11:25:40 +02:00
libkas.py libkas: Gracefully handle empty repo set 2021-08-18 23:17:41 +02:00
repos.py Enable gerrit/gitlab/github refspecs 2021-07-19 07:57:32 +02:00