From 87114596636608b1fe26b30f841838e06c8213c3 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 12 Apr 2013 12:10:30 +0200 Subject: [PATCH] added comment on missing version number in bootcd image names --- PLC/Methods/GetBootMedium.py | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.43.0