Skip to content

Commit a68cb52

Browse files
committed
TEMPORARY: Redirect dbus-python-client-gen repos to master
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent bc89637 commit a68cb52

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
pip
6363
python-unversioned-command
6464
${{ matrix.dependencies }}
65+
- name: Add Copr repo
66+
run: |
67+
dnf install -y 'dnf*-command(copr)'
68+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-master-copr_commit
6569
- name: Display Python version
6670
run: python --version
6771
- name: Install pyright
@@ -73,6 +77,10 @@ jobs:
7377
runs-on: ubuntu-latest
7478
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
7579
steps:
80+
- name: Add Copr repo
81+
run: |
82+
dnf install -y 'dnf*-command(copr)'
83+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-master-copr_commit
7684
- name: Install dependencies
7785
run: >
7886
dnf install -y
@@ -125,6 +133,10 @@ jobs:
125133
with:
126134
path: stratis-cli
127135
persist-credentials: false
136+
- name: Add Copr repo
137+
run: |
138+
dnf install -y 'dnf*-command(copr)'
139+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-master-copr_commit
128140
- name: Install dependencies
129141
run: >
130142
dnf install -y
@@ -183,6 +195,10 @@ jobs:
183195
with:
184196
path: stratis-cli
185197
persist-credentials: false
198+
- name: Add Copr repo
199+
run: |
200+
dnf install -y 'dnf*-command(copr)'
201+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-master-copr_commit
186202
- name: Install dependencies
187203
run: >
188204
dnf install -y

.packit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- job: copr_build
2828
trigger: pull_request
2929
identifier: copr_pull
30+
additional_repos:
31+
- copr://packit/stratis-storage-dbus-python-client-gen-master-copr_commit
3032
targets:
3133
- fedora-all
3234

0 commit comments

Comments
 (0)