[yum-commits] 2 commits - plugins/fastestmirror plugins/priorities

skvidal at osuosl.org skvidal at osuosl.org
Tue Sep 8 19:51:04 UTC 2009


 plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore.py |    2 +-
 plugins/fastestmirror/fastestmirror.py                                 |    2 +-
 plugins/priorities/priorities.py                                       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit eb76a2c8e1350105fc6a7454839bf57ed81b28ba
Merge: aa573af... bfeb3d9...
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Tue Sep 8 15:50:53 2009 -0400

    Merge branch 'master' of ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils
    
    * 'master' of ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:
      Bump require >= 3.2.23 to 3.2.24.

commit aa573af8a52b68f0dc23ac1cd201cb2eda437f8f
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Tue Sep 8 15:49:53 2009 -0400

    change /usr/bin/env python -> /usr/bin/python for fedora and rhel pkg compliance
    
    https://bugzilla.redhat.com/show_bug.cgi?id=521469
    
    and it matches everything else we have to not use /usr/bin/env python

diff --git a/plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore.py b/plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore.py
index 39bfde1..8129e2c 100644
--- a/plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore.py
+++ b/plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # This is a threadless prototype version of fastestmirror
 #
 # Version: 0.3.2
diff --git a/plugins/fastestmirror/fastestmirror.py b/plugins/fastestmirror/fastestmirror.py
index 8f4ce88..bc8c7ac 100644
--- a/plugins/fastestmirror/fastestmirror.py
+++ b/plugins/fastestmirror/fastestmirror.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 #
 # Version: 0.3.2
 #
diff --git a/plugins/priorities/priorities.py b/plugins/priorities/priorities.py
index 8dae1df..3650736 100644
--- a/plugins/priorities/priorities.py
+++ b/plugins/priorities/priorities.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 #
 # yum-plugin-priorities 0.0.7
 #


More information about the Yum-commits mailing list