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

Fix Linux Update #1874

Merged
merged 3 commits into from
Jul 12, 2024
Merged

Fix Linux Update #1874

merged 3 commits into from
Jul 12, 2024

Conversation

nagilson
Copy link
Member

@nagilson nagilson commented Jul 11, 2024

This adds a very simple additional test for the acquireStatus API earlier, that I forgot to push while I wasn't feeling well.

This also fixes an issue with update, the || operator does not work in this context and itll treat it as an optional flag thats invalid. It was hacky to do anyway, so I just got rid of it.

this bug could exist with the current tests, need to prevent this bug.
@nagilson nagilson marked this pull request as ready for review July 12, 2024 00:06
@nagilson nagilson changed the title Fix Linux Upgrade Fix Linux Update Jul 12, 2024
@nagilson nagilson requested a review from MiYanni July 12, 2024 00:09
@nagilson nagilson enabled auto-merge (squash) July 12, 2024 00:10
@@ -17,6 +17,10 @@ Performance improvements.

Fixes a bug with apt-get lock holding (status 100) on Linux with package management.

Adds acquireStatus support for ASP.NET runtime installs.

Other bug fixes.
Copy link
Member

Choose a reason for hiding this comment

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

nit: Maybe Minor bug fixes. would be a bit more descriptive?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think that is a better way of putting it. :)

Copy link
Member Author

Choose a reason for hiding this comment

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

It got auto-merged though so I will fix it next time 🤦

@nagilson nagilson merged commit ac6de3d into dotnet:main Jul 12, 2024
9 checks passed
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.

2 participants