Metadata-Version: 2.1
Name: bld2repo
Version: 0.1
Summary: Tool to download modular build dependencies of a modular build from koji.
Home-page: https://github.com/rpm-software-management/modulemd-tools
Author: Martin Čurlej
Author-email: mcurlej@redhat.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown

# bld2repo

Simple tool which will download modular build dependencies from a 
modular build in a koji instance and create a RPM repository out of it.

## usage

Provide a build id of modular build in koji and the cli tool will
download all the rpms tagged in a build tag of a modular rpm build.

```
$ bld2repo --build-id 1234
```

After the download is finished the tool will call createrepo_c on the
working directory, creating a rpm repository.

The defaults are set to the current fedora koji instance.
If you are using a different koji instance please adjust those
values through script arguments. For more information about script
arguments please run:

```
$ bld2repo -h
```

