id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,mlocked 13271,Code cleanup - remove execute bits on specific python files,Gary Buhrmaster,David Hampton,"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 }}} ",Patch - Feature,closed,minor,unknown,MythTV - General,Master Head,medium,fixed,,,0