[mythtv-commits] Ticket #13271: Code cleanup - remove execute bits on specific python files
MythTV
noreply at mythtv.org
Tue May 8 14:30:30 UTC 2018
#13271: Code cleanup - remove execute bits on specific python files
----------------------------------+-------------------------
Reporter: Gary Buhrmaster | Owner: (none)
Type: Patch - Feature | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: Master Head
Severity: medium | Keywords:
Ticket locked: 0 |
----------------------------------+-------------------------
Some of the hardwareprofile (smolt) python files are marked as executable,
but do not have a valid shebang. Some build processes report a warning
for such files. This proposed patch removes the executable bits from the
files to match the other files in that directory.
Proposed patch:
{{{
diff --git
a/mythtv/programs/scripts/hardwareprofile/distros/mythtv_data/data_mythtv.py
b/mythtv/programs/scripts/hardwareprofile/distros/mythtv_data/data_mythtv.py
old mode 100755
new mode 100644
diff --git
a/mythtv/programs/scripts/hardwareprofile/distros/mythtv_data/orddict.py
b/mythtv/programs/scripts/hardwareprofile/distros/mythtv_data/orddict.py
old mode 100755
new mode 100644
diff --git
a/mythtv/programs/scripts/hardwareprofile/distros/mythtv_data/request.py
b/mythtv/programs/scripts/hardwareprofile/distros/mythtv_data/request.py
old mode 100755
new mode 100644
diff --git
a/mythtv/programs/scripts/hardwareprofile/distros/mythtv_data/uuiddb.py
b/mythtv/programs/scripts/hardwareprofile/distros/mythtv_data/uuiddb.py
old mode 100755
new mode 100644
}}}
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13271>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list