Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bits_helpers/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def fetch_symlinks(self, spec) -> None:
os.makedirs(os.path.join(self.workdir, links_path), exist_ok=True)

cvmfs_architecture = re.sub(r"slc(\d+)_x86-64", r"el\1-x86_64", self.architecture)
err = execute("""\
err = execute(r"""\
set -x
# Exit without error in case we do not have any package published
test -d "{remote_store}/{cvmfs_architecture}/Packages/{package}" || exit 0
Expand Down Expand Up @@ -371,6 +371,7 @@ def fetch_symlinks(self, spec) -> None:
remote_store=self.remoteStore,
links_path=links_path,
))
print(f"fetch_symlink: maybe something wrong? {err}")

def upload_symlinks_and_tarball(self, spec) -> None:
dieOnError(True, "CVMFS backend does not support uploading directly")
Expand Down
Empty file added output
Empty file.
Loading