X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetBootMedium.py;h=ba432c348836118b73f8f2afe14f3798acefc832;hb=87114596636608b1fe26b30f841838e06c8213c3;hp=7225b126c1ca38100b1f9ff64acce80315d65712;hpb=693a7ab51ce0bd32803bd6f0448c66945607446e;p=plcapi.git 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()