openSUSE / libsolv

Library for solving packages and reading repositories
http://en.opensuse.org/openSUSE:Libzypp_satsolver
Other
517 stars 152 forks source link

Use bash for installing rpms from plain directory #569

Closed dirkmueller closed 3 months ago

dirkmueller commented 3 months ago

Also give an exit code in case globbing failed.

ignatenkobrain commented 3 months ago

but this is not equal to the previous code?

dirkmueller commented 3 months ago

but this is not equal to the previous code?

I have tested it for my usecases, and it behaves similarly. what issue do you see ?

Conan-Kudo commented 3 months ago

Doesn't this mean that openSUSE has to guarantee bash in minimal environments now?

dirkmueller commented 3 months ago

Doesn't this mean that openSUSE has to guarantee bash in minimal environments now?

we already do have this guarantee. any how, as discussed with mls the code will be rewritten in C to avoid any other external dependencies.