[releng] we never need the extra rsync opts and sudo doesnt like them

Dennis Gilmore ausil at fedoraproject.org
Mon Nov 17 06:42:54 UTC 2014


commit fc1f5abe21570901aa2439f7d3efee28755cb72e
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Nov 17 00:42:42 2014 -0600

    we never need the extra rsync opts and sudo doesnt like them

 scripts/build-functions.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/build-functions.sh b/scripts/build-functions.sh
index b54e225..0e26376 100644
--- a/scripts/build-functions.sh
+++ b/scripts/build-functions.sh
@@ -196,7 +196,7 @@ $RSYNCPREFIX /usr/bin/rsync $RSYNC_OPTS $RSYNC_EXTRA_OPTS --exclude repodata/ ${
 # repodata & cleanup
 $RSYNCPREFIX /usr/bin/rsync $RSYNC_OPTS $RSYNC_EXTRA_OPTS --delete --delete-after ${MASHDIR}/$BRANCHED$EXPANDARCH/ $DESTPATH
 #rsync teh atomic tree
-$RSYNCPREFIX /usr/bin/rsync $RSYNC_OPTS $RSYNC_EXTRA_OPTS --delete --delete-after $ATOMICREPO $ATOMICDEST
+$RSYNCPREFIX /usr/bin/rsync $RSYNC_OPTS --delete --delete-after $ATOMICREPO $ATOMICDEST
 log "finished compose sync"
 
 if [ "$?" = "0" ]; then


More information about the rel-eng mailing list