Opened 8 years ago

Closed 8 years ago

Last modified 7 years ago

#13270 closed Patch - Feature (fixed)

Code cleanup - remove execute bits on specific source files

Reported by: Gary Buhrmaster Owned by: David Hampton
Priority: minor Milestone: unknown
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

There are a couple of cpp files in the mythtv source tree which have the execute bit set. This results in some warnings with certain build processes. This proposed patch removes the execute bits.

Proposed patch:

diff --git a/mythtv/programs/mythtranscode/cutter.cpp b/mythtv/programs/mythtranscode/cutter.cpp
old mode 100755
new mode 100644
diff --git a/mythtv/libs/libmythupnp/xsd.cpp b/mythtv/libs/libmythupnp/xsd.cpp
old mode 100755
new mode 100644

Change History (3)

comment:1 by David Hampton, 8 years ago

Owner: set to David Hampton
Status: newaccepted

comment:2 by David Hampton <mythtv@…>, 8 years ago

Resolution: fixed
Status: acceptedclosed

In 454c4e4df/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:3 by David Hampton <mythtv@…>, 7 years ago

In 454c4e4df/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available
Note: See TracTickets for help on using tickets.