fix up the rsync location
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
8df7256746
commit
36c2956e22
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user