Is there a way to manually run repo-checker on a package or repository? Specifically, I want to run the check to see if the built packages are installable. I think I fixed such an issue but I want to check it before I submit it.
On Tuesday, June 12, 2018 9:30:51 AM CDT Todd Rme wrote:
Is there a way to manually run repo-checker on a package or repository?
No, although you can do the same things it does manually, but not terribly easy or fun. There is an issue to track this [1].
[1] https://github.com/openSUSE/openSUSE-release-tools/issues/1210
Hello,
Am Mittwoch, 13. Juni 2018, 07:22:00 CEST schrieb Jimmy Berry:
On Tuesday, June 12, 2018 9:30:51 AM CDT Todd Rme wrote:
Is there a way to manually run repo-checker on a package or repository?
No, although you can do the same things it does manually, but not terribly easy or fun.
There is a simple workaround - create a dummy package that has BuildRequires: the-package-to-check (and maybe "echo foo > README" and %doc README to make sure the package doesn't always fail)
The relevant part is: if the-package-to-check is not installable, the dummy package will end up in "unresolvable" state. If it builds, you know that the dependencies are available.
For a real-world example of such a dummy package, see https://build.opensuse.org/package/show/home:cboltz/postfixadmin-QA
Regards,
Christian Boltz
On Tuesday, June 12, 2018 9:30:51 AM CDT Todd Rme wrote:
Is there a way to manually run repo-checker on a package or repository? Specifically, I want to run the check to see if the built packages are installable. I think I fixed such an issue but I want to check it before I submit it.
It is now possible to run locally against any repository [1].
[1] http://release-tools.opensuse.org/2018/08/24/repo-checker-for-all.html