From 88e67077a9157f61de11db75f34fabb3dc263993 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sep 11 2024 17:27:28 +0000 Subject: Provide version path in /pub Mirror Manager can't work with repositories in the base of the /pub/eln path, so we'll add a version 1 directory. See https://github.com/fedora-infra/mirrormanager2/issues/382 Signed-off-by: Stephen Gallagher --- diff --git a/eln-nightly.sh b/eln-nightly.sh index def5627..72213a7 100755 --- a/eln-nightly.sh +++ b/eln-nightly.sh @@ -18,7 +18,7 @@ TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX` TOMAIL="devel@lists.fedoraproject.org test-reports@lists.fedoraproject.org" FROM="Fedora ELN Report " RSYNCPREFIX="sudo -u ftpsync" -RSYNCTARGET="/pub/eln/" +RSYNCTARGET="/pub/eln/1" OSTREESRCREPO="/mnt/koji/compose/ostree/repo/" OSTREEDESTREPO="/mnt/koji/ostree/repo/" OLDCOMPOSE_ID=$(cat $TARGET_DIR/LAST_COMPOSE_ID)