Removed PDC dependency from MBS and replaced it with MBS prod instance.

Signed-off-by: Martin Curlej <mcurlej@redhat.com>

Removed pdc from comments.

Signed-off-by: Martin Curlej <mcurlej@redhat.com>

Adding missing files.

Signed-off-by: Martin Curlej <mcurlej@redhat.com>

Updated PR according to review.

Signed-off-by: Martin Curlej <mcurlej@redhat.com>

Local modules builds now

Signed-off-by: Martin Curlej <mcurlej@redhat.com>

Removed copr from config

Signed-off-by: Martin Curlej <mcurlej@redhat.com>

Fixed bugs

Signed-off-by: Martin Curlej <mcurlej@redhat.com>
This commit is contained in:
Martin Curlej
2018-06-22 08:39:12 +02:00
parent e45863e8f4
commit dfe7660519
26 changed files with 433 additions and 570 deletions

View File

@@ -47,7 +47,7 @@ class GenericResolver(six.with_metaclass(ABCMeta)):
@classmethod
def create(cls, config, backend=None, **extra):
"""
:param backend: a string representing resolver e.g. 'pdc'
:param backend: a string representing resolver e.g. 'db'
Any additional arguments are optional extras which can be passed along
and are implementation-dependent.