git-remote-gcrypt (1.4-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.5-1 > 1.4-1
- Git: https://git.spwhitton.name/git-remote-gcrypt
-
- Branch: master
- Path: debian/changelog
- Browser: https://git.spwhitton.name/git-remote-gcrypt
- Last scan: 2022-05-19 11:38:04+00
- Next scan: 2022-05-20 10:58:00+00
- Debian changelog in Git:
git-remote-gcrypt (1.5-1) UNRELEASED; urgency=medium
* Pass --error-on-no-transfer to 'rclone copyto'.
Thanks to Nathan Todd-Stone for the patch.
-- Sean Whitton <spwhitton@spwhitton.name> Tue, 15 Jun 2021 13:48:38 -0700
- This branch is 2 commits ahead of tag 1.4
- Git log:
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>