Skip to content

Commit

Permalink
Don't fail silently on HTTP upload attempt
Browse files Browse the repository at this point in the history
Mimics the CVMFS sync store behaviour
  • Loading branch information
singiamtel committed Nov 21, 2024
1 parent 771e866 commit b45217d
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 @@ -233,7 +233,7 @@ def fetch_symlinks(self, spec):
os.path.join(self.workdir, links_path, linkname))

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


class RsyncRemoteSync:
Expand Down

0 comments on commit b45217d

Please sign in to comment.