Allow release info change during apt-get update on ubuntu#2893
Merged
j9ac9k merged 1 commit intopyqtgraph:masterfrom Dec 9, 2023
Merged
Conversation
The following was showing up in the build log, or some CI builds under dependabot: > Reading package lists... > E: Repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease' changed its 'Origin' value from 'microsoft-ubuntu-jammy-prod jammy' to 'Pulp 3' > E: Repository 'https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease' changed its 'Label' value from 'microsoft-ubuntu-jammy-prod jammy' to '' > Error: Process completed with exit code 100. apt-get(8) documentation[1] describes the --allow-releaseinfo-change arg. This was also mentioned at Ask Ubuntu[2] This patch updates the test-pip and test-conda jobs for the gh workflow, adding the --allow-releaseinfo-change arg for the apt-get update commands. This update is run before installing the Linux VirtualDisplay dependencies. [1]: https://manpages.debian.org/unstable/apt/apt-get.8.en.html [2]: https://askubuntu.com/a/1093202
Member
|
Thanks for the PR @spchamp ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The following was showing up in the build log, for some CI builds under dependabot:
This might be seen,for instance, in a recent dependabot build for Python 3.9
apt-get(8) documentation describes the --allow-releaseinfo-change arg. This was also mentioned at Ask Ubuntu
This patch updates the test-pip and test-conda jobs for the gh workflow, adding the --allow-releaseinfo-change arg for the apt-get update commands. This update is run before installing the Linux VirtualDisplay dependencies.
Files that need updates
Confirm the following files have been either updated or there has been a determination that no update is needed.
README.mdsetup.pytox.ini.github/workflows/main.ymland associatedrequirements.txtand condaenvironemt.ymlfilespyproject.tomlbinder/requirements.txt