From 8c6822f871b349eda6b1dae70318f69d672f0b20 Mon Sep 17 00:00:00 2001 From: mprahl Date: May 15 2019 01:46:28 +0000 Subject: Add the missing modules_allow_scratch entry in config.py --- diff --git a/module_build_service/config.py b/module_build_service/config.py index ababb83..d5ded11 100644 --- a/module_build_service/config.py +++ b/module_build_service/config.py @@ -618,6 +618,11 @@ class Config(object): "type": int, "default": 60, "desc": "Greenwave response timeout" + }, + "modules_allow_scratch": { + "type": bool, + "default": False, + "desc": "Allow module scratch builds", } }