Pavel Raiskup

Results 860 comments of Pavel Raiskup

Could we do this with all states that are `not finished()`? @FrostyX canceling builds is not wise - we want to cancel just particular buildroot. Could we maybe fail the...

See this; LFS is a drop-in replacement for distgit which probably doesn't bring real benefits https://github.com/release-engineering/dist-git/issues/13 That said, if some distributions prefer LFS over DistGit, it's a good idea to...

Here I typoed the dist-git instance, rpmbuild tried 10x to clone from a non-existing url, and failed: https://copr.stg.fedoraproject.org/coprs/praiskup/test-procenv/build/2914711/ This should be re-triggerable too :-)

FWIW, not only printing is inefficient. There are floating point number miscalculations, combinded with a very short moving average window. Combined with NIH syndrome upstream, we keep this downstream [patch](https://src.fedoraproject.org/rpms/python-progress/blob/master/f/0001-fixup-moving-average-window.patch)...

Thank you for the report! This is just a test-case warning, so re-reporting against the Copr project: https://github.com/fedora-copr/copr/issues/2674 When fixed, I'll sync the test-case files with the actual Copr files.

Thank you very much reporting this. This seems worth fixing, but I don't see where the problem is. Seems to me that this could be failing. Can you advice what...

There likely is a way to fix `argparse-manpage` so it tweaks list of distributed files (i.e. some hook that is callable by `dist` command). But ATM there's no logic like...

I think I would prefer something like this: ```python class ManpageMetadata: description = None section = None def __init__(self, parser): parser._some_private_pointer = self ``` The `ManpageMetadata` could have any continuously...

This RFE still seems appealing to me, even if we have `--include`. My plan was to migrate the https://github.com/fedora-copr/copr utilities to argparse-manpage generator, and see if this is or isn't...

Thank you for the report! And sorry for the late reply. > Did you have any thoughts or preferences about making your project work with [Hatch](https://github.com/pypa/hatch)? This is almost the...