Cristian Le

Results 735 comments of Cristian Le
trafficstars

When you run `rpminspect-fedora` on a `srpm` generated by packit you get: ``` disttag: -------- 1) The Release: tag value is missing the dist tag in the proper form. The...

[Here](https://github.com/LecrisUT/python-click-option-group/commit/c616a04d93212f692fc043e569fc18a0330ad63b) it is, with the specific commit where I changed it to `update_release: false`

Iirc, in #1978 it failed even with `-E metadata`. This one is related to why we need `-E metadata` in the first place. But yeah, fixing the Release handling should...

Maybe should also note that these aliases are only for `copr_build` and `test`? I don't know how thrilled centos people would be to have a packit `propose_doenstream` workflow on all...

I think monorepo approach might be a good approach. Can you remind me how `paths` field works? Maybe it needs an `exclude_paths`. The project has a weird structure where `/docs`...

> Could you change base so it is clear which commits belong to this PR? Tricky because I want to use the `%pyproject_buildrequires` to catch missing testing packages. But basically...

Indeed, I just didn't push the newest rebase, because I was still rebasing. Here is the latest, with the only relevant commit: 646155c2e0cdd186795d4011be9b53f3d11645f4

> > `python3dist(setuptools-scm-git-archive)` is required by `test_local_build.py/test_rpm_command` because it is a build dependency of `ogr`. > > Hopefully we can get rid of this after we switch ogr to hatchling....

stale bot is nudging to create more markers. Haven't gone through what's already defined and what needs to have at least a `network` marker to be buildable in the spec...

Some ways of approaching this, particularly about Stage 1. The initial approach could be to simply wrap around the CLI `tmt run ...` adding: - `context` for `initiator: packit` -...