Add link to building workflow

This commit is contained in:
Jakub Kadlčík
2016-09-07 12:25:04 +02:00
parent 397d445f83
commit 24ce215f4e

View File

@@ -719,6 +719,11 @@ chmod 644 %buildroot/%_rpmconfigdir/macros.d/macros.modules
class CoprModuleBuilder(GenericBuilder):
"""
See http://blog.samalik.com/copr-in-the-modularity-world/
especially section "Building a stack"
"""
backend = "copr"
def __init__(self, module, config, tag_name):