We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad041d4 commit c089929Copy full SHA for c089929
docker/sync.yml
@@ -6,8 +6,7 @@ commands:
6
duration: PT1H
7
tags: ['%PROJECT%']
8
text: resync + reindex in progress
9
-- command: [opengrok-mirror, -c, '/opengrok/etc/mirror.yml',
10
- --strip-outgoing, --check-changes, -U, '%URL%', '%PROJECT%']
+- command: [opengrok-mirror, -c, '/opengrok/etc/mirror.yml', -I, -U, '%URL%', '%PROJECT%']
11
- command: [opengrok-reindex-project, --printoutput,
12
--jar, /opengrok/lib/opengrok.jar, -U, '%URL%', -P, '%PROJECT%', --,
13
-r, dirbased, -G, -m, '256', --leadingWildCards, 'on',
0 commit comments