DEPRECATION NOTICE

THIS PROJECT IS DEPRECATED BECAUSE WE NO LONGER NEED A WRAPPER AROUND COPR. WE RUN THE COPR CLI MANUALLY FROM A FEDORA CONTAINER NOW (https://github.com/kwk/llvm-daily-fedora-rpms):

jobs:
  build-on-copr:
    runs-on: ubuntu-latest
    container: fedora:37
    steps:
      - name: Install Copr CLI
        run: |
          dnf install -y copr-cli

A good use of this project is to see how the poetry setup was arranged and how the pypi releases work there. Also the Python Multiple Inheritance stuff been done here is really nice to write and compose but it is hard to maintain.


llvm_snapshot_builder

Builds LLVM snapshots on Copr

Status

Documentation Status CodeQL ci-cd codecov release

Installation

$ pip install llvm_snapshot_builder

Usage

For a more in-depth example, take a look at the example in the documentation.

After installing you can explore the CLI program with:

$ python -m llvm_snapshot_builder.cli --help

or with:

$ llvm_sb --help

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

Commit message conventions and semantic versioniong (semver)

We use semantic versioning and these commit message conventions can be used to automatically bump the version number and generate the changelog.

License

llvm_snapshot_builder was created by Konrad Kleine kkleine@redhat.com. It is licensed under the terms of the MIT license.

Credits

llvm_snapshot_builder was created with cookiecutter and the py-pkgs-cookiecutter template.