This includes the script doing the actual mirroring, the systemd service file and a spec file to compile and install this all Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
9 lines
236 B
Desktop File
9 lines
236 B
Desktop File
[Unit]
|
|
Description=Mirror the ansible repo from pagure locally
|
|
Documentation=https://pagure.io/fedora-infrastructure
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/python /usr/libexec/mirror_from_pagure.py
|
|
Type=simple
|
|
User=packagerbot
|
|
Group=packagerbot
|