-
Notifications
You must be signed in to change notification settings - Fork 144
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
Unable to skip prepare
step - "Unrecognized package manager."
#3405
Comments
tmt uses a couple of commands under the hood, namely rsync, and may try to install them if they are not available. We have not try tmt with Arch Linux yet, AFAIK, and the "unrecognized package manager" may very well be correct. Adding necessary primitives to bootstrap it shouldn't be hard though, feel free to contribute, see the supported ones in https://github.com/teemtee/tmt/tree/main/tmt/package_managers |
Why exactly it needs them? Is it documented anywhere?
It would be nice if the project could reuse existing state of art, such as https://github.com/beyondmeh/piu |
E.g.
It is not, yet, working on it.
It can, and it often does. On the other hand, the set of necessary primitives isn't large, we had to tweak the implementation several times in the past because of development of these tools, and we have the needed flexibility. We can use an existing tool - piu looks interesting, but it seems to be unmaintained for two years, which is a very long time - but we would loose this flexibility and ability to address changes. |
The following test/plan script fails with "Unrecognized package manager." error, but according to the script, the package manager should not run.
The output of
tmt run
.The text was updated successfully, but these errors were encountered: