Skip to content

Commit b635291

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

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Add Copr repo
6666
run: |
6767
dnf install -y 'dnf*-command(copr)'
68-
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-119-copr_pull
68+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-master-copr_commit
6969
- name: Display Python version
7070
run: python --version
7171
- name: Install pyright
@@ -80,7 +80,7 @@ jobs:
8080
- name: Add Copr repo
8181
run: |
8282
dnf install -y 'dnf*-command(copr)'
83-
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-119-copr_pull
83+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-master-copr_commit
8484
- name: Install dependencies
8585
run: >
8686
dnf install -y
@@ -136,7 +136,7 @@ jobs:
136136
- name: Add Copr repo
137137
run: |
138138
dnf install -y 'dnf*-command(copr)'
139-
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-119-copr_pull
139+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-master-copr_commit
140140
- name: Install dependencies
141141
run: >
142142
dnf install -y
@@ -198,7 +198,7 @@ jobs:
198198
- name: Add Copr repo
199199
run: |
200200
dnf install -y 'dnf*-command(copr)'
201-
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-119-copr_pull
201+
dnf copr enable -y packit/stratis-storage-dbus-python-client-gen-master-copr_commit
202202
- name: Install dependencies
203203
run: >
204204
dnf install -y

.packit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
trigger: pull_request
2929
identifier: copr_pull
3030
additional_repos:
31-
- copr://packit/stratis-storage-dbus-python-client-gen-119-copr_pull
31+
- copr://packit/stratis-storage-dbus-python-client-gen-master-copr_commit
3232
targets:
3333
- fedora-all
3434

0 commit comments

Comments
 (0)