added comment on missing version number in bootcd image names
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 12 Apr 2013 10:10:30 +0000 (12:10 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 12 Apr 2013 10:10:30 +0000 (12:10 +0200)
PLC/Methods/GetBootMedium.py

index 7225b12..ba432c3 100644 (file)
@@ -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()