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

Update to anaconda-29.24.7 #1

Merged
merged 2 commits into from
Mar 16, 2019
Merged

Update to anaconda-29.24.7 #1

merged 2 commits into from
Mar 16, 2019

Conversation

fepitre
Copy link
Member

@fepitre fepitre commented Mar 9, 2019

No description provided.

Copy link
Member

@marmarek marmarek left a comment

Choose a reason for hiding this comment

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

Looking at the amount of patching for qubes installclass, it may be easier to keep it as a separate source file (Source1: qubes.py), since it isn't part of the upstream sources anyway. This way, adjusting it will be just about making a commit, not a patch+commit.
AFAIU, more and more things will be possible by just editing installclass, instead of internal anaconda files.

+ storage)
+ for autoreq in list(storage.autopart_requests):
+ BaseInstallClass.setDefaultPartitioning(self, storage)
+ for autoreq in storage.autopart_requests:
Copy link
Member

Choose a reason for hiding this comment

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

+ missing_features.append('Interrupt Remapping')
+ status = ', '.join(missing_features)
+
+ warnings.append(WARNING_HARDWARE_UNSUPPORTED % {'features': status})
Copy link
Member

Choose a reason for hiding this comment

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

I think this will show the warning unconditionally, even if no feature is missing. The previous patch had if status: here.

+ self.password_entry.grab_focus()
--
2.17.2

Copy link
Member

Choose a reason for hiding this comment

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

Was this patch removed intentionally? It touches not only qubes.py

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