D9295: do not treat ts-pmap-compile as exectuable

Harald Sitter noreply at phabricator.kde.org
Tue Dec 12 12:24:55 UTC 2017


sitter created this revision.
sitter added a reviewer: ilic.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  - strip shebang
  - make -x
  
  the script is run through add_custom_command with the explicit python
  exeutable found by FindPythonInterp (which may be either python
  or python3) and the script is compatible with either.
  To prevent confusion and prevent linting tech from tripping over the fact
  that the script references the python2 interpreter (which EOLs in 2020)
  we'll make sure not to make it look like this script should be run
  without manually running it through the interpreter.

REPOSITORY
  R249 KI18n

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D9295

AFFECTED FILES
  cmake/ts-pmap-compile.py

To: sitter, ilic
Cc: #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171212/f78d4ac6/attachment.html>


More information about the Kde-frameworks-devel mailing list