Skip to content

Commit

Permalink
Merge pull request #62 from konflux-ci/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
lubomir authored Dec 2, 2024
2 parents 5c1965e + 46f33d6 commit e4809e5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# What is this?

This repo contains a proof-of-concept tool that implements most of the
requirements for KONFLUX-2110.
This repo contains a proof-of-concept tool that implements lockfile generation
as expected by [cachi2]. The whole point is to make it possible to run a build
process without network connection. This tool will first resolve an RPM
transaction. [cachi2] can download all of those packages and provide a local
repository, which can be consumed in the build process.

**There are no stability guarantees.**

The output should generally be compatible with what is being implemented in
cachi2, but there are some differences, like adding additional `sourcerpm` key
[cachi2], but there are some differences, like adding additional `sourcerpm` key
for binary packages to make it easier to map the package to corresponding
source.

[cachi2]: https://github.com/containerbuildsystem/cachi2

## Installation

Install with pip directly from Git:
Expand Down

0 comments on commit e4809e5

Please sign in to comment.