[mythtv] Python scripts, shebangs, and permissions

Raymond Wagner raymond at wagnerrp.com
Mon Apr 16 22:42:16 UTC 2012


On 4/16/2012 17:17, Richard Shaw wrote:
> I've built some 0.25 test packages for Fedora and decided to run
> rpmlint on the resultant packages. The whole log is quite long so I
> grep'd through it for specific issues, two of which are:
>
> - Non-executable script
> - Script without shebang

The current list of executable scripts are...

mythtv/bindings/python/scripts/mythpython
mythtv/bindings/python/scripts/mythwikiscripts
mythtv/contrib/development/mkdummyts.sh
mythtv/contrib/icons/fi_icons_xmltvids/grab_fi_icons_xmltvids
mythtv/contrib/icons/master_iconmap/channel_icons.pl
mythtv/contrib/imports/mirobridge/mirobridge.py
mythtv/contrib/maintanance/flush_deleted_recgroup.pl
mythtv/contrib/maintanance/optimize_mythdb.pl
mythtv/contrib/user_jobs/mythlink.pl
mythtv/programs/scripts/database/mythconverg_backup.pl
mythtv/programs/scripts/database/mythconverg_restore.pl
mythtv/programs/scripts/hardwareprofile/sendProfile.py
mythtv/programs/scripts/internetcontent/bbciplayer.py
mythtv/programs/scripts/internetcontent/blibtv.py
mythtv/programs/scripts/internetcontent/comedycentral.py
mythtv/programs/scripts/internetcontent/dailymotion.py
mythtv/programs/scripts/internetcontent/hulu.py
mythtv/programs/scripts/internetcontent/mnvsearch.py
mythtv/programs/scripts/internetcontent/mtv.py
mythtv/programs/scripts/internetcontent/nature.py
mythtv/programs/scripts/internetcontent/pbs.py
mythtv/programs/scripts/internetcontent/rev3.py
mythtv/programs/scripts/internetcontent/space.py
mythtv/programs/scripts/internetcontent/technology.py
mythtv/programs/scripts/internetcontent/tedtalks.py
mythtv/programs/scripts/internetcontent/thewb.py
mythtv/programs/scripts/internetcontent/topdocumentaryfilm.pl
mythtv/programs/scripts/internetcontent/trailers.py
mythtv/programs/scripts/internetcontent/twit.tv.pl
mythtv/programs/scripts/internetcontent/vimeo.py
mythtv/programs/scripts/internetcontent/youtube.py
mythtv/programs/scripts/metadata/Movie/tmdb.py
mythtv/programs/scripts/metadata/Movie/tmdb3.py
mythtv/programs/scripts/metadata/Television/ttvdb.py
mythplugins/mytharchive/mythburn/scripts/mythburn.py
mythplugins/mytharchive/mythburn/scripts/testsubtitlepngs.sh
mythplugins/mythgame/contrib/make-to-romdb.pl
mythplugins/mythgame/mythgame/scripts/giantbomb.py
mythplugins/mythgame/mythgame/scripts/maws.pl
mythplugins/mythweather/mythweather/scripts/ca_envcan/envcan.pl
mythplugins/mythweather/mythweather/scripts/ca_envcan/envcan_animaps.pl
mythplugins/mythweather/mythweather/scripts/ca_envcan/envcan_maps.pl
mythplugins/mythweather/mythweather/scripts/no_yrno/yrnoxml.pl
mythplugins/mythweather/mythweather/scripts/uk_bbc/bbccurrentxml.pl
mythplugins/mythweather/mythweather/scripts/uk_bbc/bbcthreedayxml.pl
mythplugins/mythweather/mythweather/scripts/us_nws/ndfd.pl
mythplugins/mythweather/mythweather/scripts/us_nws/ndfd18.pl
mythplugins/mythweather/mythweather/scripts/us_nws/nwsxml.pl
mythplugins/mythweather/mythweather/scripts/wunderground/wunderground-animaps.pl
mythplugins/mythweather/mythweather/scripts/wunderground/wunderground-maps.pl
mythplugins/mythweather/mythweather/scripts/wunderground/wunderground.pl

Anything else consists of some form of library that gets loaded, but not 
directly run.


More information about the mythtv-dev mailing list