Hunor Csomortáni
Hunor Csomortáni
Anaconda [used](https://github.com/rhinstaller/anaconda/pull/4030) 'f36' as a target name for tests and builds. This could be prevented by validating targets.
This is a follow up to #1616, and it's about having the internal workings of `PackitAPI` updated, so that multiple dist-git repositories can be mapped to a single upstream monorepo....
This is a continuation of #1616 to add the 'packages' key to objects in 'jobs', in order to be able to define jobs, which build only a subset of the...
Koji builds started by `packit build` could be started in parallel and watched till completion (except when `--nowait` is provided, of course).
This is to implement this [proposal to support monorepos](https://github.com/packit/research/tree/main/source-git-monorepos) (one source-git repository maps to multiple dist-git repositories).
Design and implement a mechanism to be able to capture the path/name of the patch files produced by a `create-patches` action and use them in `fix-spec-file` to update the specfile....
Add a new `download` key to `create-archive`. From a functional point of it should be similar to `sources`: download the source-archive(s) from the URL(s) provided and save them to `path`....
In order to be able to rely on actions to customize 'source-git update-dist-git', update the API method, to use 'packit srpm' under the hood, first building, then unpacking the SRPM...
In order to be able to define actions in some other ways then providing scripts, accept actions to be dictionaries and add support for a `script` key, with a single...
Implement the configuration part to support monorepos. See the [research](https://github.com/packit/research/blob/main/monorepo-support/README.md) for details. - [x] Introduce the `packages` key to the `PackageConfigSchema`, and the `paths` key for package objects. - [x]...