Skip to content

Add flatpak remote support #1348

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

Open
wants to merge 2 commits into
base: 3.x
Choose a base branch
from

Conversation

Griffoen
Copy link

When trying to automate the setup of a new fedora workstation install, the flatpak.packages operation failed since it did not handle the presence of multiple remotes to install from (flathub and fedora).

I have added the ability to set a remote to install from to the operation flatpak.packages

This resolves #1346

This is the first time I'm contributing on GitHub, so please tell me if there is anything I've missed.

Before pyinfa @local flatpak.packages org.libreoffice.LibreOffice -yvv failed,
But now with pyinfra @local flatpak.packages org.libreoffice.LibreOffice remote=flathub -yvv it installs properly.

(Note: This is the same pull request as before, it closed the old one since I renamed the branch)

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.

flatpak.packages does not handle multiple remotes capable of providing a package
1 participant