[kde-services-devel] r544 - trunk/commitfilter/rules

josef at new.kstuff.org josef at new.kstuff.org
Thu Feb 3 09:45:46 CET 2011


Author: josef
Date: 2011-02-03 09:45:45 +0100 (Thu, 03 Feb 2011)
New Revision: 544

Modified:
   trunk/commitfilter/rules/cia2eximfilter.rb
Log:
- - support X-Commit-Project header which was introduced into CIA rules due to the git migration



Modified: trunk/commitfilter/rules/cia2eximfilter.rb
===================================================================
--- trunk/commitfilter/rules/cia2eximfilter.rb	2010-10-11 07:34:10 UTC (rev 543)
+++ trunk/commitfilter/rules/cia2eximfilter.rb	2011-02-03 08:45:45 UTC (rev 544)
@@ -96,6 +96,8 @@
 				when "url":
 					#exitems << "(url = '#{match}')"
 					exitems << "($header_x-commit-directories: contains \"#{match}\")"
+				when "module":
+					exitems << "($header_x-commit-project: contains \"#{match}\")"
 				#when "project":
 				#	exitems << "(project = '#{match}')"
 				else



More information about the kde-services-devel mailing list