Fix precise rsync syntax
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
1a9e8dbf6f
commit
2f84a3644d
1 changed files with 2 additions and 1 deletions
|
@ -317,8 +317,9 @@ upsync_binpackages() {
|
||||||
--delete-after
|
--delete-after
|
||||||
--omit-dir-times
|
--omit-dir-times
|
||||||
--delay-updates
|
--delay-updates
|
||||||
|
--mkpath
|
||||||
)
|
)
|
||||||
rsync "${RSYNC_OPTS[@]}" "$1" "${UPLOAD_USER}@releng-incoming.gentoo.org:/release/weekly/binpackages/$2"
|
rsync "${RSYNC_OPTS[@]}" "$1"/* "${UPLOAD_USER}@releng-incoming.gentoo.org:/release/weekly/binpackages/$2/"
|
||||||
else
|
else
|
||||||
echo Would now upsync binpackages from $1 to $2
|
echo Would now upsync binpackages from $1 to $2
|
||||||
ls -l $@
|
ls -l $@
|
||||||
|
|
Loading…
Add table
Reference in a new issue