1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-02 07:20:37 +02:00

build: support PosixPath in log message (Closes: #1096)

This commit is contained in:
Jochen Sprickerhof 2023-02-16 14:28:14 +01:00
parent c9095134cd
commit fef42dbc87
No known key found for this signature in database
GPG Key ID: 5BFFDCC258E69433

View File

@ -118,7 +118,7 @@ def build_server(app, build, vcs, build_dir, output_dir, log_dir, force):
# Helper to copy the contents of a directory to the server...
def send_dir(path):
logging.debug("rsyncing " + path + " to " + ftp.getcwd())
logging.debug("rsyncing %s to %s" % (path, ftp.getcwd()))
# TODO this should move to `vagrant rsync` from >= v1.5
try:
subprocess.check_output(['rsync', '--recursive', '--perms', '--links', '--quiet', '--rsh='