From: Thierry Parmentelat Date: Fri, 12 Apr 2013 10:10:30 +0000 (+0200) Subject: added comment on missing version number in bootcd image names X-Git-Tag: plcapi-5.2-2~3 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=87114596636608b1fe26b30f841838e06c8213c3 added comment on missing version number in bootcd image names --- diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 7225b12..ba432c3 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -273,6 +273,8 @@ 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()