[csw-devel] SF.net SVN: gar:[9772] csw/mgar/gar/v2/bin/analyze_module_results.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Apr 26 19:00:43 CEST 2010


Revision: 9772
          http://gar.svn.sourceforge.net/gar/?rev=9772&view=rev
Author:   wahwah
Date:     2010-04-26 17:00:43 +0000 (Mon, 26 Apr 2010)

Log Message:
-----------
mGAR v2: checkpkg, five lines of text informing that checkpkg doesn't suggest the maintainer should add the overrdies.

Modified Paths:
--------------
    csw/mgar/gar/v2/bin/analyze_module_results.py

Modified: csw/mgar/gar/v2/bin/analyze_module_results.py
===================================================================
--- csw/mgar/gar/v2/bin/analyze_module_results.py	2010-04-26 14:27:52 UTC (rev 9771)
+++ csw/mgar/gar/v2/bin/analyze_module_results.py	2010-04-26 17:00:43 UTC (rev 9772)
@@ -38,6 +38,11 @@
     print "override them pasting the lines below to the GAR recipe."
     for tag in tags_after_overrides:
       print tag.ToGarSyntax()
+    print "Please note that checkpkg isn't suggesting you should "
+    print "use these overrides.  It only informs what the overrides could "
+    print "look like.  You need to understand what are the reported issues about"
+    print "and use your best judgement to decide whether to fix the underlying"
+    print "problems or override them."
   if unapplied_overrides:
     print "WARNING: Some overrides did not match any errors."
     print "         They can be removed, as they don't take any effect anyway."


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list