Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pacific: make-dist: don't use --continue option for wget #55090

Merged
merged 1 commit into from Jan 9, 2024

Conversation

cbodley
Copy link
Contributor

@cbodley cbodley commented Jan 8, 2024

backport tracker: https://tracker.ceph.com/issues/63963


backport of #55088
parent tracker: https://tracker.ceph.com/issues/63959

this backport was staged using ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh

the boost jfrog mirror is broken and returns an HTML error page instead
of the archive. the file size of this page is 11534 bytes

when download_from() retries the download from download.ceph.com, the -c
option tells it to resume the download of the existing file. the
resulting boost_1_82_0.tar.bz2 ends up with the correct total file size
of 121325129 bytes, but the first 11534 bytes still correspond to the
HTML from jfrog. that causes the sha256sum mismatch

remove the -c option so that wget fetches the archive in its entirety

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 2ba7d6e)
@cbodley cbodley added this to the pacific milestone Jan 8, 2024
@ljflores
Copy link
Contributor

ljflores commented Jan 8, 2024

jenkins render docs

@ljflores
Copy link
Contributor

ljflores commented Jan 8, 2024

Docs render failure seems unrelated:
image
I tried retriggering the check, but jenkins render docs doesn't seem to work.

@ljflores ljflores merged commit 1b6d64a into ceph:pacific Jan 9, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants