No, not flathub. I was talking about flatpaks built in the Fedora infrastructure, based on Fedora rpms.

The testing is something like this:

$ flatpak remote-modify --enable fedora-testing

or, if you don't have the repo (it should be there by default for F30), then install it with:

$ flatpak remote-add --if-not-exists fedora-testing oci+https://registry.fedoraproject.org#testing

Then look at the Bodhi page, https://bodhi.fedoraproject.org/updates/?releases=F30F&status=testing for things that need testing. Let's say you are interested in Thunderbird, so you'd then do:

$ flatpak remote-ls fedora-testing

and see that the Thunderbird flatpak is called org.mozilla.Thunderbird. Then you go and install it:

$ flatpak install fedora-testing org.mozilla.Thunderbird

and run:

$ flatpak run org.mozilla.Thunderbird

and if things work, go back to the Bodhi page I linked above, find the Thunderbird build in testing (https://bodhi.fedoraproject.org/updates/FEDORA-FLATPAK-2019-a9a38c4d9f), and leave a free text comment and click +1 on the "Is the update generally functional?" question, and click "Add Comment & Feedback".

Since this also tests the F30 flatpak runtime, you also then go to the runtime page, and +1 that too: https://bodhi.fedoraproject.org/updates/FEDORA-FLATPAK-2019-3b48d21943

Hope this helps,
Kalev


On Wed, Jun 5, 2019 at 11:48 AM Benson Muite <benson_muite@emailplus.org> wrote:

What does the testing procedure entail? For example for mediawriter

flatpak install flathub org.fedoraproject.MediaWriter

flatpak run org.fedoraproject.MediaWriter

then try to use Media Writer as normal?

On 6/5/19 12:28 PM, Kalev Lember wrote:
Hi all,

I just finished moving all of our flatpaks to F30 flatpak runtime. We
also have an up to date SDK matching the F30 runtime now, if anyone is
interested in that.

Would be awesome if people could enable the testing flatpak repo
(flatpak remote-modify --enable fedora-testing) and then go through the
flatpaks in https://bodhi.fedoraproject.org/updates/?releases=F30F&status=testing
and test/karma them in Bodhi, so we can move them to stable. Pick those
that haven't gotten +1 karma yet from other people so that we can spread
out the testing a bit.

I've also updated the flatpak builds to build from the F30 branch, which
for most GNOME flatpaks means they got updated from 3.30.x to 3.32.x.

Thanks!

Kalev
_______________________________________________
desktop mailing list -- desktop@lists.fedoraproject.org
To unsubscribe send an email to desktop-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/desktop@lists.fedoraproject.org
_______________________________________________
desktop mailing list -- desktop@lists.fedoraproject.org
To unsubscribe send an email to desktop-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/desktop@lists.fedoraproject.org