You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently during refine or creation, the plugin unconditionally sets the origin of apps to alpine. This generates trouble with apps whose origin is set by appstream. We get multiple errors of the shape: automatically prevented from changing origin on .... from alpinelinux-edge-community to alpine. This probably requires some changes in the apk-polkit-rs project. Ideally, we would be able to identify the distro, release and channel.
The text was updated successfully, but these errors were encountered:
Solved one part of the problem by only setting the origin if it hasn't been set yet in #35. Still, during creation of apps for updates, we set to "alpine" unconditionally. Which we should really get from apk-polkit-rs
pabloyoyoista
added a commit
to pabloyoyoista/gnome-software-plugin-apk
that referenced
this issue
Mar 18, 2022
Avoid recurrent error in logs like the following:
automatically prevented from changing origin on
system/package/alpinelinux-edge-community/evince-djvudocument/*
from alpinelinux-edge-community to alpine!
Helps Cogitri#19
Avoid recurrent error in logs like the following:
automatically prevented from changing origin on
system/package/alpinelinux-edge-community/evince-djvudocument/*
from alpinelinux-edge-community to alpine!
Helps Cogitri#19
Avoid recurrent error in logs like the following:
automatically prevented from changing origin on
system/package/alpinelinux-edge-community/evince-djvudocument/*
from alpinelinux-edge-community to alpine!
Helps #19
Currently during refine or creation, the plugin unconditionally sets the origin of apps to
alpine
. This generates trouble with apps whose origin is set by appstream. We get multiple errors of the shape:automatically prevented from changing origin on .... from alpinelinux-edge-community to alpine
. This probably requires some changes in the apk-polkit-rs project. Ideally, we would be able to identify the distro, release and channel.The text was updated successfully, but these errors were encountered: