From f101f9a51a3af510a469f3286f9fa2844c983bc2 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Tue, 26 Nov 2013 15:48:57 +0800 Subject: [PATCH] Update comments for more flexible sync pattern Change-Id: I261a5104ac5fc85f3e3850d6f589d784af9d27c3 Signed-off-by: Lin Yang --- jobs/configuration | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/jobs/configuration b/jobs/configuration index bbd12f2..060d10b 100644 --- a/jobs/configuration +++ b/jobs/configuration @@ -56,4 +56,11 @@ VM_CPUS=8 # Use below regular expression to control which project should be synced to # inside gerrit. Generally, projects under scm/ are specified for each domain, # which should not be synced to inside. -#SYNC_GERRIT_PROJECT_PATTERN=^(?!scm/).*$ +# +# Example to sync all refs for platform/.* projects, and tizen branches and tags +# for apps/web/.* projects. +# [{'project':'^platform/.*$', 'refname':'.*'}, +# {'project':'^apps/web/.*$', 'refname':'^(tizen|refs/tags/.*)$'} +# ] +# +#SYNC_GERRIT_PROJECT_PATTERN=[{'project':'^(?!scm/).*$', 'refname':'.*'}] -- 2.7.4