Installcheck helper script for your OBS projects
Hi all, I have written a small script using dnf's repoclosure that checks your repository on OBS whether all packages can be installed or whether they lack some dependent packages. In case you want to give it a shot, please find the source code and usage instructions here: https://github.com/dcermak/obs-helpers Hope you'll find this useful, Dan -- Dan Čermák <dcermak@suse.com> Software Engineer Development tools SUSE Software Solutions Germany GmbH Maxfeldstr. 5 90409 Nuremberg Germany (HRB 36809, AG Nürnberg) Managing Director: Felix Imendörffer
Am 04.01.21 um 16:04 schrieb Dan Čermák:
Hi all,
I have written a small script using dnf's repoclosure that checks your repository on OBS whether all packages can be installed or whether they lack some dependent packages.
In case you want to give it a shot, please find the source code and usage instructions here: https://github.com/dcermak/obs-helpers
Hi Dan, How does it differ from the installcheck in libsolv-tools? Greetings, Stephan -- Lighten up, just enjoy life, smile more, laugh more, and don't get so worked up about things. Kenneth Branagh
Hi Stephan, Stephan Kulow <coolo@suse.de> writes:
Am 04.01.21 um 16:04 schrieb Dan Čermák:
Hi all,
I have written a small script using dnf's repoclosure that checks your repository on OBS whether all packages can be installed or whether they lack some dependent packages.
In case you want to give it a shot, please find the source code and usage instructions here: https://github.com/dcermak/obs-helpers
Hi Dan,
How does it differ from the installcheck in libsolv-tools?
To be honest, I am not sure. I expect the actual results to be rather small, as dnf uses libsolv under the hood[1]. However, I hope that my tool is simpler to use for the user, as you just have to provide it with a OBS project and a repository name and don't have to do anything else (for installcheck you'd have to manually fetch the repodata which is all done for you by dnf in the background). Cheers, Dan Footnotes: [1] Also, I must admit that I was not aware of installcheck. -- Dan Čermák <dcermak@suse.com> Software Engineer Development tools SUSE Software Solutions Germany GmbH Maxfeldstr. 5 90409 Nuremberg Germany (HRB 36809, AG Nürnberg) Managing Director: Felix Imendörffer
participants (3)
-
Dan Čermák
-
Dan Čermák
-
Stephan Kulow