From: Thierry Parmentelat Date: Wed, 24 Apr 2013 13:35:17 +0000 (+0200) Subject: remove comment about broken bootcd as this is now fixed X-Git-Tag: plcapi-5.2-2~1 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=4f446521e06ee4c09f0cb1948b3ee70741b7c043 remove comment about broken bootcd as this is now fixed --- diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index ba432c3..7225b12 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -273,8 +273,6 @@ class GetBootMedium(Method): return (pldistro,fcdistro,arch) - # xxx Thierry : 5.2.1 build/version.txt for some reason is empty, that's why - # the weird name with downloaded image filenames def bootcd_version (self): try: return file(self.BOOTCDDIR + "/build/version.txt").readline().strip()