-
Notifications
You must be signed in to change notification settings - Fork 26
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
Elemental package RMT support without SCC Reg Code #586
Comments
This shouldn't have anything to do with Elemental per se. Excuse my ignorance, however, if you supply an additional repository hosting said packages, the resolution should still find them from there? |
Oh, nevermind. You're referring to the latest validation changes which prevents it:
|
This is a bit of an edge case because Elemental has special handling in EIB. The easiest solution to this issue is to manually download the elemental RPMs and include them in the EIB RPM configuration directory and then EIB won’t try to pull the elemental packages from any repositories but will still work with the elemental handling. |
That sounds like a solution. I'm still wondering, why does it support the |
Well the support for putting the elemental RPMs in the RPM directory is an intentionally provided alternative to the main flow. When the elemental RPMs were provided in the internal SL Micro 6.0 repos, we needed to change the way we handled them to support this as opposed to linking to external repositories (what we used to do). Because of this, the validation and need for the registration key was added. But in the scenario where users did not have a key or did not want to use the internal repo, support was added so that the elemental flow in EIB would work if the packages are manually provided as well. Additionally, the reason that it seems to not work out of the box with the RMT server is specifically because the elemental packages have very specific handling, e.g. we automatically download them when the |
Would it be possible to have EIB pull
elemental-register
andelemental-system-agent
from an RMT server if stated byadditionalRepos
? This way SL Micro packages could be installed without an SCC reg code.The text was updated successfully, but these errors were encountered: