-
Notifications
You must be signed in to change notification settings - Fork 120
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
plugins: pmOS: allow passing in codename #2839
Conversation
Codecov ReportBase: 83.61% // Head: 83.61% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #2839 +/- ##
=======================================
Coverage 83.61% 83.61%
=======================================
Files 31 31
Lines 1050 1050
=======================================
Hits 878 878
Misses 172 172
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Actually this way user gets a box presented with the codename in it and can modify it. |
I'd do it like this (if it works) - name: "postmarketOS"
codename: "fairphone-fp4"
compatible_installer: ">=0.9.7-beta" And this might be available in |
yes, i think that would be better. To document my initial thoughts for the future, in case i forget. Which allows you to add additional settings for plugins very easily, like:
values would be obtainable like you see in this PR offers more flexibility for plugins but also makes it harder to validate. but this is also way more verbose and not validated by the schema. |
Fallback to default config name, if not set. This is for example needed for Fairphone 4 (FP4 vs fairphone-fp4). Change-Id: I81b96ad3a33e531e08c2409dff0807f7fe234408 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
a9f92f8
to
5c8f959
Compare
This should now work, i have specified above within the |
Seems to work great with ubports/installer-configs#203, thank you! |
Fallback to default config name, if not set.
This is for example needed for Fairphone 4 (FP4 vs fp4).
/cc @z3ntu