#2168 turn off checking external repos by default
Merged 4 years ago by tkopecek. Opened 4 years ago by tkopecek.
tkopecek/koji issue2159  into  master

file modified
+6
@@ -85,6 +85,12 @@ 

      How many repos are being removed from disk in one iteration. This

      generally doesn't need to be changed.

  

+ ``check_external_repos = false``

+     If True, monitor external repos and trigger the appropriate Koji repo

+     regenerations when they change.

+     Note that you need to have your database set to use UTC, as otherwise

+     you can end with weird behaviour. For details see

+     https://pagure.io/koji/issue/2159

  

  Garbage Collector

  -----------------

file modified
+1 -1
@@ -1030,7 +1030,7 @@ 

                  'deleted_repo_lifetime': 7 * 24 * 3600,

                  # XXX should really be called expired_repo_lifetime

                  'dist_repo_lifetime': 7 * 24 * 3600,

-                 'check_external_repos': True,

+                 'check_external_repos': False,

                  'recent_tasks_lifetime': 600,

                  'sleeptime': 15,

                  'cert': None,

file modified
+7
@@ -51,3 +51,10 @@ 

  

  ; ignored repositories according to glob. Multiple masks separated by space.

  ; ignore_tags =

+ 

+ 

+ ; Monitor external repos and trigger the appropriate Koji repo regenerations

+ ; when they change. Note that you need to have your database set to use UTC,

+ ; as otherwise you can end with weird behaviour. For details see

+ ; https://pagure.io/koji/issue/2159

+ ; check_external_repos = false

Looks good. Minor grammar adjustment here:
https://github.com/mikem23/koji-playground/commits/pagure/pr/2168

Otherwise :thumbsup:

What does this feature do?

@ngompa It is a followup of #516 - monitoring external repos in kojira. If external repo content changes, newRepo is triggerred for all repos whose have it linked.

:thumbsup: with @mikem's grammar fixes. :100:

1 new commit added

  • adjust grammar
4 years ago

Commit d919ce1 fixes this pull-request

Pull-Request has been merged by tkopecek

4 years ago