#4881 Add comments to the mirror service files for clarifying their purpose.
Merged 3 years ago by pingou. Opened 3 years ago by xyzzyx.
xyzzyx/pagure master  into  master

@@ -1,6 +1,11 @@ 

  # This is a systemd's service file for the mirroring service, if you change

  # the default value of the CI_CELERY_QUEUE configuration key, do not

  # forget to edit it in the ExecStart line below

+ # 

+ # This service handles the queue of git hooks that are used to PUSH new commits

+ # to an external mirror repository. Hooks are set from the projects settings.

+ # For mirroring external repositories into pagure, see pagure_mirror_project_in.service.

+ 

  

  [Unit]

  Description=Pagure service mirroring projects outside of pagure that asked for it

@@ -1,3 +1,9 @@ 

+ # This service is responsible for PULLing external repositories into local

+ # repositories. It's used by repositories that are created with a "mirror"

+ # option.

+ # For mirroring local repositories to external repositories, see pagure_mirror.service.

+ 

+ 

  [Unit]

  Description=Pagure service to mirror in projects

  Documentation=https://pagure.io/pagure

no initial comment

I'd rather we don't add a TODO in here and open a ticket about this instead.

rebased onto cf4fcf6b19cad1e8282d24295aee214aee07139d

3 years ago

rebased onto cdc5199268ef744154c2e0e85976636c9f693371

3 years ago

rebased onto 4422ae0

3 years ago

Pull-Request has been merged by pingou

3 years ago