Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 930abc3

Browse files
committed
Drop the Copr repo, use Fedora proper
Update the list of taskotron packages we need
1 parent 4aad12c commit 930abc3

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

mock.cfg

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,3 @@ config_opts['rpmbuild_networking'] = True
66
config_opts['use_nspawn'] = False
77
config_opts['root'] = 'taskotron-python-versions-master'
88
config_opts['plugin_conf']['root_cache_opts']['dir'] = "%(cache_topdir)s/taskotron-python-versions/root_cache/"
9-
config_opts['yum.conf'] += """
10-
[kparal-taskotron-dev]
11-
name=kparal-taskotron-dev
12-
baseurl=https://copr-be.cloud.fedoraproject.org/results/kparal/taskotron-dev/fedora-$releasever-$basearch/
13-
type=rpm-md
14-
skip_if_unavailable=False
15-
gpgcheck=1
16-
gpgkey=https://copr-be.cloud.fedoraproject.org/results/kparal/taskotron-dev/pubkey.gpg
17-
repo_gpgcheck=0
18-
enabled=1
19-
"""

tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
- python3-dnf
2121
- python3-libarchive-c
2222
- python3-bugzilla
23-
- libtaskotron-core
24-
- libtaskotron-fedora
23+
- python3-libtaskotron
24+
- taskotron-runner
2525
register: dnf_output
2626
# retry for network failures
2727
retries: 3

0 commit comments

Comments
 (0)