Matt Domsch
Matt Domsch
Packages for Fedora 34 and (upcoming) 35 will be in updates-testing tomorrow. ` $ sudo dnf --enablerepo=updates-testing install sdrpp `
@BT-Justice the Fedora RPMs have a number of patches to force use of system-provided libraries. One could use copr + webhook trigger on github commit to cause a package to...
@e-minguez with Fedora packages now existing and in the Fedora repositories, is this ticket ready to be closed? Does anyone really need CentOS/RHEL packages?
Can you do this without the user having to specify a marker (e.g. just make it automatic) please? On Wed, Feb 24, 2016 at 2:22 AM, weirdall [email protected] wrote: >...
There are a bunch of output() calls sprinkled into the get command now, which introduces logging messages into the stdout stream that should only have file content. I started a...
You are correct. [ls] is not honoring this. Perhaps it should. On May 19, 2015 12:39 PM, "Garren Staubli" [email protected] wrote: > This works as expected (downloading only files from...
The sync (remote to remote copy) only sends the command to the destination server using your access_key (valid on the destination server). That key must also have read access to...
I'd consider a patch to accept the .aws/credentials file as valid input. On Thu, Apr 16, 2015 at 10:43 AM, Eyad Sibai [email protected] wrote: > +1 @adamberenzweig https://github.com/adamberenzweig > >...
Yes, the cache is stored as a python pickle, at the end of the local directory walk. Not at the end of the sync operation though. Depends which direction you...
Currently in the master branch is my HashCache code, where on a per-run basis you can specify the location of the cache file. It's not a per-directory cache though. As...