vcswatch reports that
this package seems to have a new changelog entry (version
1.5-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit bba438fff4e35fb2008c9efeba26d40985294422
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Tue Jun 15 13:49:08 2021 -0700
changelog
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
commit b4ace82ebcaa3c009f1e51b0077cc088f45ead24
Author: Nathan Todd-Stone <me@nathants.com>
Date: Wed Jun 9 13:33:15 2021 -1000
pass --error-on-no-transfer to 'rclone copyto'
GET and PUT are meant to exit nonzero on failure, and without this flag, they
always exit zero when rclone is used, even when a file is not found. That
confuses other parts of the code.
Signed-off-by: Nathan Todd-Stone <me@nathants.com>