chiark / gitweb /
build: better logging output on rsync failures
authorMarcus Hoffmann <bubuiic@aol.com>
Tue, 5 Dec 2017 20:31:55 +0000 (21:31 +0100)
committerMarcus Hoffmann <bubuiic@aol.com>
Tue, 5 Dec 2017 20:52:11 +0000 (21:52 +0100)
commite12e1b6a5ccb681f97991e14481dac2f8bb0d7e6
treed689314d4d0d7a7c24d65991ce6ae05567f80d32
parentbb643eddcfc269072701018b0b10817554b5626e
build: better logging output on rsync failures

Save rsync error output and combine that with the command invocation
into an FDroidException which can be logged to the wiki.

This additionally sets -q for rsync to only print errors.
fdroidserver/build.py