Skip to content
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

Origin and url for apps unconditionally set to alpine #19

Open
pabloyoyoista opened this issue Dec 13, 2021 · 1 comment
Open

Origin and url for apps unconditionally set to alpine #19

pabloyoyoista opened this issue Dec 13, 2021 · 1 comment
Labels
apk-polkit-rs Need work in apk-polkit-rs project bug Something isn't working

Comments

@pabloyoyoista
Copy link
Collaborator

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.

@pabloyoyoista
Copy link
Collaborator Author

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
pabloyoyoista added a commit to pabloyoyoista/gnome-software-plugin-apk that referenced this issue May 4, 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
@pabloyoyoista pabloyoyoista added bug Something isn't working apk-polkit-rs Need work in apk-polkit-rs project labels May 5, 2022
Cogitri pushed a commit that referenced this issue May 5, 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 #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apk-polkit-rs Need work in apk-polkit-rs project bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant