If an application is already packaged on Flathub, allow the user to
initialize the container.yaml from the Flathub manifest by passing
--flathub=com.example.MyApp
or:
--flathub=MyApp
to do a search (if the search term isn't unique, the operation will
error out showing a list of matches.)
The tests from flatpak generation are changed to mock out not just the new HTTP requests to flathub/github, but also the use of Koji, since the slowness of actually talking to koji became obvious when running a larger set of tests.
If an application is already packaged on Flathub, allow the user to
initialize the container.yaml from the Flathub manifest by passing
or:
to do a search (if the search term isn't unique, the operation will
error out showing a list of matches.)
The tests from flatpak generation are changed to mock out not just the new HTTP requests to flathub/github, but also the use of Koji, since the slowness of actually talking to koji became obvious when running a larger set of tests.