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

ci/azure/on_master_success: adapt script for Microsoft's unannounced repo changes #3901

Closed
wants to merge 2 commits into from

Conversation

Xe
Copy link
Contributor

@Xe Xe commented Dec 13, 2019

TL;DR: Microsoft changed some of its repository metadata for their APT repo. This Ubuntu image we were using was not expecting that. --allow-releaseinfo-change is passed to apt-get so the script works like expected.

ci/azure/on_master_success Outdated Show resolved Hide resolved
i should not write code at midnight
@@ -5,7 +5,7 @@ set +x

set -e

sudo apt-get update -y
sudo apt-get update -y --allow-releaseinfo-change
Copy link
Member

Choose a reason for hiding this comment

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

why is this required here but not here?

sudo apt-get update -q

@andrewrk
Copy link
Member

I appreciate this PR but I'd rather not merge it, if Microsoft fixes the problem. I suspect this may be a short-lived problem with them rolling out a new version.

On the plus side, it now lets you see logs before the job finishes.

@andrewrk
Copy link
Member

Microsoft fixed their shit

@andrewrk andrewrk closed this Dec 13, 2019
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

3 participants