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

apt-get update --allow-releaseinfo-change #1309

Closed
wants to merge 1 commit into from

Conversation

xueerchen1990
Copy link

This PR fixes the following error when running ./build

 => ERROR [ 8/58] RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &&     apt-get update &&     apt-get install -y build-essential unzip cmake lib  4.9s
------
 > [ 8/58] RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &&     apt-get update &&     apt-get install -y build-essential unzip cmake libboost-dev libboost-system-dev libboost-filesystem-dev p7zip-full &&     apt-get install -y openssh-client &&     /tmp/clean-layer.sh:
0.699 Hit:1 http:https://archive.ubuntu.com/ubuntu focal InRelease
0.701 Get:2 http:https://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
0.884 Get:3 http:https://packages.cloud.google.com/apt gcsfuse-focal InRelease [1299 B]
0.954 Get:4 http:https://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
1.132 Get:5 https://packages.cloud.google.com/apt cloud-sdk InRelease [6361 B]
1.248 Get:6 http:https://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
1.363 Get:7 https://packages.cloud.google.com/apt cloud-sdk/main amd64 Packages [526 kB]
1.397 Get:8 http:https://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3046 kB]
1.697 Get:9 http:https://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2896 kB]
2.507 Get:10 http:https://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3109 kB]
2.713 Get:11 http:https://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1117 kB]
2.769 Get:12 http:https://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.3 kB]
2.857 Get:13 http:https://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3597 kB]
3.810 Get:14 http:https://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1421 kB]
4.082 Get:15 http:https://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.0 kB]
4.154 Reading package lists...
4.836 E: Repository 'http:https://packages.cloud.google.com/apt gcsfuse-focal InRelease' changed its 'Origin' value from 'gcsfuse-jessie' to 'namespaces/gcs-fuse-prod/repositories/gcsfuse-focal'
4.836 E: Repository 'http:https://packages.cloud.google.com/apt gcsfuse-focal InRelease' changed its 'Label' value from 'gcsfuse-jessie' to 'namespaces/gcs-fuse-prod/repositories/gcsfuse-focal'
------

@google-cla
Copy link

google-cla bot commented Oct 13, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Copy link
Contributor

@djherbis djherbis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Thanks for contributing. We missed this PR and I made the same fix, but great job!

@xueerchen1990
Copy link
Author

thank you for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants