#1805 backend: do not rsync-copy permissions from builder
Closed 2 years ago by praiskup. Opened 2 years ago by praiskup.
Unknown source fix-rsync-permissions  into  main

@@ -197,7 +197,7 @@

          log_filepath = "/dev/null"

          if logfile:

              log_filepath = os.path.join(dest, logfile)

-         command = "/usr/bin/rsync -rlptDvH -e '{}' {} {}/ &> {}".format(

+         command = "/usr/bin/rsync -rltDvH -e '{}' {} {}/ &> {}".format(

              ssh_opts, full_source_path, dest, log_filepath)

  

          try:

Some files that mock copies-out from the chroot for us contained some
weird sticky bits and permissions. It's good idea to keep the rsync's
default that respects just umask.

Relates: #1804

Build succeeded.

Merged here 9872e8e thank you for the review.

Pull-Request has been closed by praiskup

2 years ago

Metadata Update from @praiskup:
- Pull-request tagged with: release-blocker

2 years ago