From 8ace8de30ca042df0ac4fc1d5341b3a04f1e9832 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 10 Aug 2017 10:48:18 -0400 Subject: [PATCH] Stop rsync from managing setgid permissions for Fedora Atomic mirror The Fedora Atomic mirroring was failing due to the fact that it was attempting to run setgid() on the directory at the end of the run. Change-Id: I7fbc3b959ce11162445d99329be706098a3dc021 --- modules/openstack_project/files/mirror/fedora-mirror-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/mirror/fedora-mirror-update.sh b/modules/openstack_project/files/mirror/fedora-mirror-update.sh index e2a68d3a7e..4aa4ae12f6 100644 --- a/modules/openstack_project/files/mirror/fedora-mirror-update.sh +++ b/modules/openstack_project/files/mirror/fedora-mirror-update.sh @@ -65,7 +65,7 @@ fi echo "Running rsync atomic..." date --iso-8601=ns -$K5START rsync -rlptDvz \ +$K5START rsync -rltDvz \ --delete \ --delete-excluded \ --exclude="testing/" \