Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
[release] Fix: Make rsync verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Murilo Belluzzo <[email protected]>
  • Loading branch information
mbelluzzo-intel committed May 9, 2018
1 parent d167338 commit 0c43493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ To:
EOL

assert_dir ${STAGING_DIR}
rsync -rlHpt --delete --exclude '*.src.rpm' -e ssh ${STAGING_DIR}/ ${REMOTE_PATH}
rsync -vrlHpt --delete --exclude '*.src.rpm' -e ssh ${STAGING_DIR}/ ${REMOTE_PATH}

0 comments on commit 0c43493

Please sign in to comment.