From 022410523dff0aef4b1aba072f8727aae7008e29 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Mon, 11 Nov 2013 23:00:39 +0800 Subject: [PATCH] Listen all gerrit projects event in sync-git job Because the configuration to control which project has been moved to jobs/configuration, gerrit-plugin should listen all projects event. Fixes: #1426 Change-Id: I6184e3c489966ea470be8111a0e2123d72530169 Signed-off-by: Lin Yang --- jobs/sync-git/config.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/jobs/sync-git/config.xml b/jobs/sync-git/config.xml index 754bcaf..43dc0a8 100644 --- a/jobs/sync-git/config.xml +++ b/jobs/sync-git/config.xml @@ -25,17 +25,7 @@ REG_EXP - ^platform/.+$ - - - REG_EXP - .* - - - - - REG_EXP - ^apps/core/preloaded/.+$ + .* REG_EXP -- 2.7.4