https://bugzilla.redhat.com/show_bug.cgi?id=1665563



--- Comment #6 from Zbigniew JÄ™drzejewski-Szmek <[email protected]> ---
> find . -type f -name "*.py" -exec sed -i '/^#![  ]*\/usr\/bin\/env.*$/ d' {} 
> 2>/dev/null ';'

"2>/dev/null" should be removed. This command should not emit any warnings or
errors, and if it does, we'd like to see them during build.


> find RangeHTTPServer/__init__.py -type f | xargs chmod 0644 || true
> find RangeHTTPServer/__main__.py -type f | xargs chmod 0644 || true

chmod 0644 RangeHTTPServer/__init__.py RangeHTTPServer/__main__.py

(find is unecessary here, and here too, those commands should not fail during
build, so their return value should not be ignored.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to