Skip to content

Fedora Packages & Buildkite Image

Till Hofmann edited this page May 5, 2022 · 1 revision

Updating the refbox COPR

  1. Clone the refbox:
    git clone https://github.com/morxa/fedora-rcll-refbox.git
    
  2. Update the commit hash at the top of the file:
    %global commit e8d8b1c5f5de1af7b1c8abb373807c84735f7cf7
    
  3. Check if the refbox builds successfully:
    fedpkg --release f35 --name rcll-refbox mockbuild
    
    where f35 is the fedora release that you want to build.
  4. Fix any build failures
  5. Push your changes (or create a PR). The package will be built in the COPR automatically once the master branch is updated.

TODO: Move repo and COPR into a common namespace.

Update to new Fedora release

Clone this wiki locally