Skip to content

Commit

Permalink
Use packit from remove-deprecated-code branch
Browse files Browse the repository at this point in the history
To be sure nothing is broken in the CI.
Remove this commit when PR is ready.
  • Loading branch information
majamassarini committed Sep 17, 2024
1 parent dcc8540 commit 40c0c39
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion files/install-deps-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
- epel-rpm-macros
# for the `pkg_tool` switch to allow centpkg
- centpkg
- libcurl-devel
- python3-cccolutils
- python3-copr
- python3-GitPython
- python3-marshmallow
- python3-marshmallow-enum
- python3-fedora
- python3-gnupg
- python3-rpkg
- python3-tabulate
state: present
install_weak_deps: False
- name: Install pip deps
Expand All @@ -65,12 +75,18 @@
name:
- python3-ogr
- python3-specfile
- packit
#- packit
state: latest
- name: Install OpenScanHub client from Copr
ansible.builtin.dnf:
name: osh-client
state: latest
- name: Install packit from dev branch
pip:
name:
- git+https://github.com/majamassarini/packit@remove-deprecated-code
executable: pip3
extra_args: --no-deps
- name: Install OKD CLI (oc) # sandcastle
ansible.builtin.unarchive:
src: https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz
Expand Down

0 comments on commit 40c0c39

Please sign in to comment.