[Reproducible-commits] [reprotest] 01/02: Change virt/ programs to use #!/usr/bin/env python3 so that they will use the correct interpreter in a virtualenv

Ceridwen ceridwen-guest at moszumanska.debian.org
Tue Aug 23 15:12:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

ceridwen-guest pushed a commit to branch variations
in repository reprotest.

commit 05fb34ffce965f8500c23ab8067cbb5c1df44880
Author: Ceridwen <ceridwenv at gmail.com>
Date:   Tue Aug 23 10:29:54 2016 -0400

    Change virt/ programs to use #!/usr/bin/env python3 so that they will use the correct interpreter in a virtualenv
---
 reprotest/virt/chroot  | 2 +-
 reprotest/virt/lxc     | 2 +-
 reprotest/virt/lxd     | 2 +-
 reprotest/virt/null    | 2 +-
 reprotest/virt/qemu    | 2 +-
 reprotest/virt/schroot | 2 +-
 reprotest/virt/ssh     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/reprotest/virt/chroot b/reprotest/virt/chroot
index 9de60c1..01bd647 100755
--- a/reprotest/virt/chroot
+++ b/reprotest/virt/chroot
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
 # For details: reprotest/debian/copyright
diff --git a/reprotest/virt/lxc b/reprotest/virt/lxc
index 1b95351..21bfa0e 100755
--- a/reprotest/virt/lxc
+++ b/reprotest/virt/lxc
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
 # For details: reprotest/debian/copyright
diff --git a/reprotest/virt/lxd b/reprotest/virt/lxd
index 5f2f66f..08c12fd 100755
--- a/reprotest/virt/lxd
+++ b/reprotest/virt/lxd
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
 # For details: reprotest/debian/copyright
diff --git a/reprotest/virt/null b/reprotest/virt/null
index 51ba03e..d2239b5 100755
--- a/reprotest/virt/null
+++ b/reprotest/virt/null
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
 # For details: reprotest/debian/copyright
diff --git a/reprotest/virt/qemu b/reprotest/virt/qemu
index b013199..0cf0379 100755
--- a/reprotest/virt/qemu
+++ b/reprotest/virt/qemu
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
 # For details: reprotest/debian/copyright
diff --git a/reprotest/virt/schroot b/reprotest/virt/schroot
index c7b9f3a..1757cf0 100755
--- a/reprotest/virt/schroot
+++ b/reprotest/virt/schroot
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
 # For details: reprotest/debian/copyright
diff --git a/reprotest/virt/ssh b/reprotest/virt/ssh
index c342ab3..4cc0d26 100755
--- a/reprotest/virt/ssh
+++ b/reprotest/virt/ssh
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Licensed under the GPL: https://www.gnu.org/licenses/gpl-3.0.en.html
 # For details: reprotest/debian/copyright

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list