[opensuse-packaging] Manually run repo-checker
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. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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 -- Jimmy -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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 -- if you truly believe a newbie can handle a console-only installation, but needs to have a firewall automatically enabled by default because it's too hard..then you must have a very different definition of newbie than I do.. [Richard Brown in opensuse-factory] -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
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 -- Jimmy -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
Christian Boltz
-
Jimmy Berry
-
Todd Rme