From d466cc7112c4875f0c15d32a743d433a13830b6c Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Tue, 24 Feb 2009 22:11:45 +0000 Subject: [PATCH] Tagging module pyplnet - pyplnet-4.2-3 BUGFIX: the "program" argument needs to go with the the m.output() method. The bug is that the m.input() method does not take two args and python will raise an exception to indicate this. However, the m.input() method was wrapped in a try: m.input(a,b) except: pass which masked this error. The mainly visible side effect is that the specific modprobe.conf file is not parsed and so any previously written aliases and options are lost. --- onelab-tags-4.2.mk | 2 +- planetlab-tags-4.2.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/onelab-tags-4.2.mk b/onelab-tags-4.2.mk index be0eac9e..18f7c916 100644 --- a/onelab-tags-4.2.mk +++ b/onelab-tags-4.2.mk @@ -18,7 +18,7 @@ PingOfDeath-SVNPATH := http://svn.planet-lab.org/svn/PingOfDeath/tags/PingOfDea NodeManager-SVNBRANCH := 1.7 NodeManager-SVNPATH := http://svn.planet-lab.org/svn/NodeManager/tags/NodeManager-1.7-43 pyplnet-SVNBRANCH := 4.2 -pyplnet-SVNPATH := http://svn.planet-lab.org/svn/pyplnet/tags/pyplnet-4.2-2 +pyplnet-SVNPATH := http://svn.planet-lab.org/svn/pyplnet/tags/pyplnet-4.2-3 pl_sshd-SVNPATH := http://svn.planet-lab.org/svn/pl_sshd/tags/pl_sshd-1.0-11 CoDemux-SVNPATH := http://svn.planet-lab.org/svn/CoDemux/tags/CoDemux-0.1-13 fprobe-ulog-SVNBRANCH := 1.1.2 diff --git a/planetlab-tags-4.2.mk b/planetlab-tags-4.2.mk index c81884f9..3474ba25 100644 --- a/planetlab-tags-4.2.mk +++ b/planetlab-tags-4.2.mk @@ -15,7 +15,7 @@ PingOfDeath-SVNPATH := http://svn.planet-lab.org/svn/PingOfDeath/tags/PingOfDea NodeManager-SVNBRANCH := 1.7 NodeManager-SVNPATH := http://svn.planet-lab.org/svn/NodeManager/tags/NodeManager-1.7-43 pyplnet-SVNBRANCH := 4.2 -pyplnet-SVNPATH := http://svn.planet-lab.org/svn/pyplnet/tags/pyplnet-4.2-2 +pyplnet-SVNPATH := http://svn.planet-lab.org/svn/pyplnet/tags/pyplnet-4.2-3 pl_sshd-SVNPATH := http://svn.planet-lab.org/svn/pl_sshd/tags/pl_sshd-1.0-11 CoDemux-SVNPATH := http://svn.planet-lab.org/svn/CoDemux/tags/CoDemux-0.1-13 fprobe-ulog-SVNBRANCH := 1.1.2 -- 2.47.0