From cb4935bd4d2ef20488261a300166580d277a7ad2 Mon Sep 17 00:00:00 2001
From: Ian Wienand <iwienand@redhat.com>
Date: Tue, 27 Oct 2020 16:44:26 +1100
Subject: [PATCH] mirror-update: publish reprepro logs

This publishing job can now publish the reprepro logs too

Change-Id: I221bdc3273f53c7d7762b73d32b815c84848b875
---
 playbooks/roles/mirror-update/files/publish-mirror-logs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/playbooks/roles/mirror-update/files/publish-mirror-logs b/playbooks/roles/mirror-update/files/publish-mirror-logs
index 32487041ed..e20bdabfa3 100755
--- a/playbooks/roles/mirror-update/files/publish-mirror-logs
+++ b/playbooks/roles/mirror-update/files/publish-mirror-logs
@@ -21,6 +21,7 @@ RSYNC="rsync -rltvz"
 $K5START $RSYNC /var/log/rsync-mirrors $DEST
 $K5START $RSYNC /var/log/afs-release $DEST
 $K5START $RSYNC /var/log/afsmon $DEST
+$K5START $RSYNC /var/log/reprepro $DEST
 
 # NOTE(ianw) : r/w volume as this is infrequently accessed; thus no
 # replications and no "vos release" etc required.