Cristian Le

Results 893 comments of Cristian Le
trafficstars

Yeah, I've managed to make a helper script in #2007 as you can see. So far works ok, just missing tests and [this test](https://artifacts.dev.testing-farm.io/a005ffca-4f45-464f-b1ea-30bd1f20b3af/) if failing. Might be something deeply...

This is about how to expand `tmt init`? PS: with [beakerlib+homebrew](https://github.com/Homebrew/homebrew-core/pull/164352), we might want to rethink how to source `beakerlib.sh`

> > PS: with [beakerlib+homebrew](https://github.com/Homebrew/homebrew-core/pull/164352), we might want to rethink how to source `beakerlib.sh` > > Could you explain a bit? The issue is about: ```bash source /usr/share/beakerlib/beakerlib.sh ``` This...

I'm also interested in changelog managers. Any experience with [`towncrier`](https://towncrier.readthedocs.io/en/stable/)?

> No experience, sorry. Note that tmt does not want to use any sort of commit prefixes, incl. conventional commits, so tools that rely on those can be scratched from...

Btw, how important do you consider the specfile changelog vs bodhi release notes? The latter is not accessible via packit, but there is [an issue](https://github.com/packit/packit/issues/2282) about it. What's nice about...

> Should we add 'changelog.rst' file to this repo? Common design is to have `.. include:: ../Changelog.rst` with appropriate `start-after`/`end-before` to synchronize the changelog. But I would recommend having it...

> Other thing to solve is how to deal with release commit, as packit is changing the version in specfile (note the 0.0.0), If there are no actions to overwrite...

I mean w.r.t. changing to `%autochangelog`. That step must be done once manually

> `rpmautospec convert`? Yes I believe that's the command. I'm out of city this week, I can't double check. It's the command that moves all of the `%changelog` to the...