fix up the rsync location

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-07-06 21:03:34 -05:00
parent 8df7256746
commit 36c2956e22

View File

@ -85,7 +85,7 @@ send_fedmsg "${fedmsg_json_start}" ${DIST} rsync.start
for dir in Atomic CloudImages Docker metadata ;
do
$RSYNCPREFIX rsync -avhH $TARGET_DIR/$NEWCOMPOSE_ID/compose/$dir/ $MIRRORDIR/$dir/ ;
$RSYNCPREFIX rsync -avhH $TARGET_DIR/$NEWCOMPOSE_ID/compose/$dir/ $DESTDIR/$dir/ ;
done
$RSYNCPREFIX ./releng/scripts/build_composeinfo $MIRRORDIR --name $NEWCOMPOSE_ID