Skip to content

Commit 05f9a7f

Browse files
committed
add ignore property to project configuration check
1 parent 6b285d1 commit 05f9a7f

File tree

1 file changed

+2
-1
lines changed
  • tools/src/main/python/opengrok_tools/utils

1 file changed

+2
-1
lines changed

tools/src/main/python/opengrok_tools/utils/mirror.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,8 @@ def check_project_configuration(multiple_project_config, hookdir=False,
604604
HOOK_TIMEOUT_PROPERTY, PROXY_PROPERTY,
605605
IGNORED_REPOS_PROPERTY, HOOKS_PROPERTY,
606606
DISABLED_REASON_PROPERTY, INCOMING_PROPERTY,
607-
IGNORE_ERR_PROPERTY, STRIP_OUTGOING_PROPERTY]
607+
IGNORE_ERR_PROPERTY, STRIP_OUTGOING_PROPERTY,
608+
IGNORE_PROPERTY]
608609

609610
if not multiple_project_config:
610611
return True

0 commit comments

Comments
 (0)