Skip to content
Snippets Groups Projects
Verified Commit 8dad3e85 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Revert "syncrepo: Properly clean up .~tmp~ dirs"

This reverts commit 75f9ca3c.

This should be fixed in rsync versions newer than 3.2.3. In Arch the fix
has been shipped in the rsync 3.2.3-4 package, which our own mirrors now
have been updated to.

[1] https://github.com/WayneD/rsync/issues/192
parent d9e4acf8
No related branches found
No related tags found
No related merge requests found
......@@ -68,9 +68,6 @@ lastupdate_url='https://rsync.archlinux.org/lastupdate'
[ ! -d "${target}" ] && mkdir -p "${target}"
[ ! -d "${tmp}" ] && mkdir -p "${tmp}"
# Cleanup any temporary files from old run that might remain.
find "${target}" -name '.~tmp~' -exec rm -r {} +
exec 9>"${lock}"
flock -n 9 || exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment