[csw-devel] SF.net SVN: gar:[8646] csw/mgar/gar/v2/bin/analyze_module_results.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Feb 18 13:43:29 CET 2010
Revision: 8646
http://gar.svn.sourceforge.net/gar/?rev=8646&view=rev
Author: wahwah
Date: 2010-02-18 12:43:29 +0000 (Thu, 18 Feb 2010)
Log Message:
-----------
mGAR v2: checkpkg, make CHECKPKG_OVERRIDES statements use '+=' instead of '='
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-02-18 12:18:47 UTC (rev 8645)
+++ csw/mgar/gar/v2/bin/analyze_module_results.py 2010-02-18 12:43:29 UTC (rev 8646)
@@ -44,7 +44,7 @@
tag_postfix = "|%s" % tag.tag_info.replace(" ", "|")
else:
tag_postfix = ""
- print ("CHECKPKG_OVERRIDES_%s = %s%s"
+ print ("CHECKPKG_OVERRIDES_%s += %s%s"
% (tag.pkgname, tag.tag_name, tag_postfix))
sys.exit(exit_code)
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