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

Configure FPF apt repo early in provisioning #651

Closed
conorsch opened this issue Dec 2, 2020 · 0 comments · Fixed by #722
Closed

Configure FPF apt repo early in provisioning #651

conorsch opened this issue Dec 2, 2020 · 0 comments · Fixed by #722
Labels
salt Involves Salt-based configuration management

Comments

@conorsch
Copy link
Contributor

conorsch commented Dec 2, 2020

Right now, the FPF apt repo—whether apt-test or apt—is configured after we run the upstream Qubes salt state for upgrading all packages within a VM:

include:
- update.qubes-vm

Let's switch that logic, so the apt repo is configured first, and the full package upgrade at install time includes the FPF apt repo. A bit more indirection is likely the solution, so that a new state file includes both the upstream logic and the FPF apt repo logic. Fine opportunity to resolve #572, as well.

@conorsch conorsch added the salt Involves Salt-based configuration management label Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
salt Involves Salt-based configuration management
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant