CLDSRV-718: fix debian apt-get urls#5867
Conversation
Hello leif-scality,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Branches have divergedThis pull request's source branch To avoid any integration risks, please re-synchronize them using one of the
Note: If you choose to rebase, you may have to ask me to rebuild |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
|
ping |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
|
ping |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
| RUN apt-get update \ | ||
| RUN sed -i 's|deb.debian.org/debian|archive.debian.org/debian|g' /etc/apt/sources.list \ | ||
| && sed -i 's|security.debian.org/debian-security|archive.debian.org/debian-security|g' /etc/apt/sources.list \ | ||
| && apt-get update \ |
There was a problem hiding this comment.
Although it seems to pass the ci, the llm recommended me somethinglike:
echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/99no-check-valid;
to ignore the stale timestamp.
Can you double check it?
Thanks
There was a problem hiding this comment.
We have 404 errors not Release file expired, I also don't think accepting expired signatures is a good idea
https://unix.stackexchange.com/questions/2544/how-to-work-around-release-file-expired-problem-on-a-local-mirror
There was a problem hiding this comment.
But I can try out of curiosity
There was a problem hiding this comment.
The LLM suggestion did not work
https://github.com/scality/cloudserver/actions/runs/16346341543/job/46180929841?pr=5867
16d3f38 to
2378a2b
Compare
|
/create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option The following options are set: create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
|
/approve |
Build failedThe build for commit did not succeed in branch w/9.0/bugfix/CLDSRV-718 The following options are set: approve, create_integration_branches |
|
@bert-e create_pull_requests |
Build failedThe build for commit did not succeed in branch w/8.8/bugfix/CLDSRV-718 The following options are set: approve, create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
Follow integration pull requests if you would like to be notified of The following options are set: approve, create_pull_requests, create_integration_branches |
Build failedThe build for commit did not succeed in branch w/8.8/bugfix/CLDSRV-718 The following options are set: approve, create_pull_requests, create_integration_branches |
History mismatchMerge commit #42251cae9d9c92b1242f1b48d1ca2b23621e05f3 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve, create_pull_requests, create_integration_branches |
History mismatchMerge commit #2378a2b9cdd94cbf44c4652ec43c16cfd744edd3 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve, create_pull_requests, create_integration_branches |
|
ping |
|
ping |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
Follow integration pull requests if you would like to be notified of The following options are set: approve, create_pull_requests, create_integration_branches |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue CLDSRV-718. Goodbye leif-scality. The following options are set: approve, create_pull_requests, create_integration_branches |
fix apt-get broken urls observed here https://github.com/scality/cloudserver/actions/runs/16341465257?pr=5855