openSUSE / obs-build

OBS build script, can be used with OBS or stand alone
GNU General Public License v2.0
132 stars 183 forks source link

flatpak builds doesn't work as repo? #723

Open krab opened 2 years ago

krab commented 2 years ago

So i tried to add my home flatpak "repository" to local machine via

sudo flatpak remote-add vacuum-im-obs https://download.opensuse.org/repositories/home:/alexey-ivanov:/flatpak/OBS_Flatpak/home:alexey-ivanov:flatpak.repo

it says Warning: Could not update extra metadata for 'vacuum-im-obs': GPG verification enabled, but no summary found (check that the configured URL in remote config is correct)

After trying to install flatpak package via sudo flatpak update && sudo flatpak install org.jrudevels.vacuum-im

Im getting F: An error was encountered searching remote ‘vacuum-im-obs’ for ‘org.jrudevels.vacuum-im’: Unable to load summary from remote vacuum-im-obs: GPG verification enabled, but no summary found (check that the configured URL in remote config is correct)

Also another issue is that urls inside https://download.opensuse.org/repositories/home:/alexey-ivanov:/flatpak/OBS_Flatpak/repodata/repomd.xml file points wrong location <location href="repodata/1cb61ea996355add02b1426ed4c1780ea75ce0c04c5d1107c025c3fbd7d8bcae-primary.xml.gz"/> expands into /repodata/repodata URL, Or its how it should be?

krab commented 2 years ago

Oh this is RPM repository and not flatpak. :cry: