From cc5105ceadbcfa63a8e6c9384541ed8252caca9f Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 1 Aug 2019 13:08:54 -0400 Subject: [PATCH] Adding the source dir for rsync Signed-off-by: Mohan Boddu --- epel8-playground-nightly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/epel8-playground-nightly.sh b/epel8-playground-nightly.sh index 6c8568d..4517383 100755 --- a/epel8-playground-nightly.sh +++ b/epel8-playground-nightly.sh @@ -48,6 +48,7 @@ if [ "$?" != "0" ]; then fi NEWCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE/COMPOSE_ID) +DESTDIR=$TARGET_DIR/$NEWCOMPOSE_ID LOCATION="https://dl.fedoraproject.org$RSYNCTARGET" fedmsg_json_start=$(printf '{"log": "start", "branch": "%s", "arch": "%s", "short": "%s", "compose_id": "%s", "location": "%s"}' "$RELEASE" "$ARCH" "$SHORT" "$NEWCOMPOSE_ID", "$LOCATION")