From: Barış Metin Date: Thu, 11 Feb 2010 14:37:57 +0000 (+0000) Subject: typo X-Git-Tag: tests-5.0-2~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=54b345455cb9eebe04614d9cfaa58f2099e56922;p=tests.git typo --- diff --git a/system/TestPlc.py b/system/TestPlc.py index ae01d89..1d3b0e6 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -477,7 +477,7 @@ class TestPlc: def install(self): "yum install myplc, noderepo, and the plain bootstrapfs" - # workaround for getting pgsql5.2 on centos5 + # workaround for getting pgsql8.2 on centos5 if self.options.fcdistro == "centos5": self.run_in_guest("rpm -Uvh http://yum.pgsqlrpms.org/8.2/pgdg-centos-8.2-4.noarch.rpm") self.run_in_guest("rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm")