Skip to content

Commit

Permalink
Revert HTTP upload_symlinks behaviour change
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Nov 21, 2024
1 parent c5f2c63 commit f56a6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alibuild_helpers/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def fetch_symlinks(self, spec):
os.path.join(self.workdir, links_path, linkname))

def upload_symlinks_and_tarball(self, spec):
dieOnError(True, "HTTP backend does not support uploading directly")
pass


class RsyncRemoteSync:
Expand Down

0 comments on commit f56a6fd

Please sign in to comment.