Skip to content

Commit 85e668e

Browse files
committed
enable for docker
1 parent 776a83a commit 85e668e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ commands:
66
duration: PT1H
77
tags: ['%PROJECT%']
88
text: resync + reindex in progress
9-
- command: [opengrok-mirror, -c, '/opengrok/etc/mirror.yml', -I, -U, '%URL%', '%PROJECT%']
9+
- command: [opengrok-mirror, -c, '/opengrok/etc/mirror.yml',
10+
--strip-outgoing, --check-changes, -U, '%URL%', '%PROJECT%']
1011
- command: [opengrok-reindex-project, --printoutput,
1112
--jar, /opengrok/lib/opengrok.jar, -U, '%URL%', -P, '%PROJECT%', --,
1213
-r, dirbased, -G, -m, '256', --leadingWildCards, 'on',

0 commit comments

Comments
 (0)