cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 21 Oct 2008 08:54:23 +0000 (08:54 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 21 Oct 2008 08:54:23 +0000 (08:54 +0000)
Makefile
source/BootManager.py

index a454de0..241c8bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,3 +27,5 @@ endif
 ##########
 tags:
        find . '(' -name '*.py' -o -name '*.spec' ')' | xargs etags
+
+.PHONY: tags
index e38b7de..f2462bc 100755 (executable)
@@ -80,6 +80,7 @@ class log:
         """
 
         if self.OutputFile is not None:
+            self.LogEntry( "NOTE: upload logs is known to be broken (beg)")
             self.LogEntry( "Uploading logs to %s" % UPLOAD_LOG_PATH )
             
             self.OutputFile.close()
@@ -90,6 +91,7 @@ class log:
                                    GetVars = None, PostVars = None,
                                    FormData = ["log=@" + self.OutputFilePath],
                                    DoSSL = True, DoCertCheck = True)
+            self.LogEntry( "NOTE: upload logs is known to be broken (end)")