remove comment about broken bootcd as this is now fixed
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 24 Apr 2013 13:35:17 +0000 (15:35 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 24 Apr 2013 13:35:17 +0000 (15:35 +0200)
PLC/Methods/GetBootMedium.py

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