Nikola Forró
Nikola Forró
See: https://github.com/sphinx-doc/sphinx/issues/10474
`argparse` in Python 3.10 now prints `options:` instead of `optional arguments:`, see: https://bugs.python.org/issue9694
Has it been considered? It's pretty simple to record the incoming stream by creating another, file-based muxer and writing the incoming packets to both. But some sort of timing metadata...
RELEASE NOTES BEGIN Packit now uses (py)rpkg instead of rebasehelper to parse "sources" files in dist-git repos and to interact with lookaside cache. RELEASE NOTES END
Thanks to @Zlopez we identified the differences between using API v1 versus v2: * The URLs of API endpoints [didn't end with slashes](https://github.com/packit/packit/blob/8cdfcb2b5239f30ee190377a23e97c720ff38225/packit/utils/upstream_version.py#L21), which caused redirects and thus doubled the...
``` Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/packit/api.py", line 1314, in prepare_sources self.up.prepare_upstream_for_srpm_creation( File "/usr/lib/python3.11/site-packages/packit/upstream.py", line 592, in prepare_upstream_for_srpm_creation SRPMBuilder(upstream=self, ref=upstream_ref).prepare( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/packit/upstream.py", line 918, in __init__ self.rpmbuild_dir =...
Related to https://github.com/packit/packit-service/issues/2377.
`upstream_tag_template` serves as a template for conversion of upstream tag name to RPM-acceptable version and vice-versa. However, it is quite limited, for example a tag `7.1.1-30` needs to be converted...
- [ ] Determine how many projects are using (and actually want to use) the `sync_changelog` option - [ ] Based on the results, discuss with the team whether to:...
TODO: - [ ] start listening to `org.fedoraproject.prod.buildsys.tag` events - [ ] implement `koji_build` trigger: - check if the event's tag matches a sidetag in the `sidetags` table - if...