From e8c4b62349cc929a93d3e01fd8631fdb8c6bdadd Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Aug 17 2018 12:27:13 +0000 Subject: dodo: update build env to use Fedora 28 --- diff --git a/dodo.py b/dodo.py index ef37f3e..714eb82 100644 --- a/dodo.py +++ b/dodo.py @@ -19,10 +19,10 @@ from doit import get_var ################################################################################ NAME = 'libtaskotron' -MOCKENV = 'fedora-27-x86_64' -TARGETDIST = '.fc27' +MOCKENV = 'fedora-28-x86_64' +TARGETDIST = '.fc28' BUILDARCH = 'noarch' -COPRREPOS = ['https://copr-be.cloud.fedoraproject.org/results/kparal/taskotron-dev/fedora-27-x86_64/'] +COPRREPOS = ['https://copr-be.cloud.fedoraproject.org/results/kparal/taskotron-dev/fedora-28-x86_64/'] # virtualenv name to use for operations which require it VENVNAME = 'env_doit'