mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-30 21:50:19 +08:00
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:
@@ -224,9 +224,8 @@ def create_dogpile_key_generator_func(skip_first_n_args=0):
|
||||
ModuleBuild.__str__() output, which contains also batch and other data
|
||||
which changes during the build of a module.
|
||||
- it is able to skip first N arguments of a cached method. This is useful
|
||||
when the db.session or PDCClient instance is part of cached method call,
|
||||
and the caching should work no matter what session instance is passed
|
||||
to cached method argument.
|
||||
when the db.session is part of cached method call, and the caching should
|
||||
work no matter what session instance is passed to cached method argument.
|
||||
"""
|
||||
def key_generator(namespace, fn):
|
||||
fname = fn.__name__
|
||||
|
||||
Reference in New Issue
Block a user