Skip to content

Commit

Permalink
infra: automate koji build and bodhi update actions with packit
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Nov 28, 2023
1 parent 149f6fd commit 1bdb38d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
9 changes: 9 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ jobs:
project: Anaconda
preserve_project: True

- job: koji_build
trigger: commit
dist_git_branches:
- fedora-development

# - job: bodhi_update
# trigger: commit
# dist_git_branches:
# # rawhide updates are created automatically
19 changes: 1 addition & 18 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,7 @@ The overall workflow can be summarized to 3 steps:

9. if all is good enough, merge the PR

10. use fedpkg to trigger the build (no, there is no button for this just yet...)

::

fedpkg clone anaconda
cd anaconda
fedpkg switch-branch rawhide
fedpkg build

if you already have a distgit checkout, you can do just:

::

fedpkg switch-branch rawhide
git pull
fedpkg build

11. this should start the package build in koji - wait for it to succeed or debug any failures
10. Packit should start the package build in koji. You can utilise Fedora Notifications to be informed about the builds.

Using the manual ``rpmbuild`` path
----------------------------------
Expand Down

0 comments on commit 1bdb38d

Please sign in to comment.