-
Notifications
You must be signed in to change notification settings - Fork 45
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
OpenSUSE Leap Ruby2.6 Package broken #114
Comments
We have news on this, see SUSE/Portus#2279 (comment) Thanks to @JosuaSR |
what i finally got to with @Josua-SR , After writing my sum up and questions above, I am almost sure that it is the Portus OpenSUSE package that has a bad design :
BUNDLER_VERSION="1.16.0" And in my fix https://github.com/pokusio/opensuzie-oci-library/releases/tag/0.0.2 , I had to reset bundle version to BUNDLER_VERSION=${BUNDLER_VERSION:-"1.16.0"}
#
# Instead of
# BUNDLER_VERSION="1.16.0" Or it's not worth sharing a file, with an accurate version, if we have to edit it, to use it properly. |
UpdateYet, as of today, we don't have a final explanation for why and how it can happen that running portus requires a specific version of bundler :
|
OpenSUSE package repository
obs://devel:languages:ruby/openSUSE_Leap_15.1 ruby
(notobs://devel:languages:ruby/openSUSE_Leap_15.0 ruby
)Details
Hello OpenSUSE Team, I have recently worked a bit on Portus, and :
opensuse/protus:2.5
: see Garbage Collector removes all tags SUSE/Portus#2241 (comment)OpenSUSE
distribution model, and anyway, not satisfying, it is more a temporary work around.Ctrl + F
the stringDEBIAN_
)I'll read with care any anwser / remarks / question, and would appreciate being informed of OpenSUSE Team opinion on that. (I understand there's recently been significant repository migrations going on last months).
Thank you for opening source code of Portus Source Code,
Regards
The text was updated successfully, but these errors were encountered: