Skip to content

Commit

Permalink
Remove py2/3 distinction script
Browse files Browse the repository at this point in the history
Since the last Salt version with py2 support (Salt 3000) is not
supported anymore, we don't need to distinguish between py2 and py3.

* Remove salt_python_wrapper script
* Change shebang of upload-salt-reports to `/usr/bin/env python3`
  • Loading branch information
bastian-src committed Apr 16, 2024
1 parent c992144 commit 6e688a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions bin/salt_python_wrapper

This file was deleted.

2 changes: 1 addition & 1 deletion sbin/upload-salt-reports
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/salt_python_wrapper
#!/usr/bin/python3
# Uploads reports from the Salt job cache to Foreman

from __future__ import print_function
Expand Down

0 comments on commit 6e688a6

Please sign in to comment.