#134 Do not hardcode /usr/bin/python in shebang line
Closed: Fixed Opened by cqi.

fedpkg could benefit from this for porting to Python 3.

This is also related to an issue detected by taskotron

These RPMs contain problematic shebang in some of the scripts:
fedpkg-1.29-3.fc27
 * Scripts containing `#!/usr/bin/python` shebang:
   /usr/bin/fedpkgfedpkg-stage-1.29-3.fc27
 * Scripts containing `#!/usr/bin/python` shebang:
   /usr/bin/fedpkg-stage
This is discouraged and should be avoided. Please check the shebangs
and use either `#!/usr/bin/python2` or `#!/usr/bin/python3`.

Detailed information is in https://taskotron.fedoraproject.org/artifacts/all/e25d46e2-8ece-11e7-86b2-525400817a8f/task_output/output.log


Metadata Update from @cqi:
- Issue set to the milestone: 1.30
- Issue tagged with: distribution

PR: https://pagure.io/fedpkg/pull-request/140

Metadata Update from @cqi:
- Issue assigned to cqi

Metadata Update from @cqi:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata