From ce08ad9e528294da62f6becb10ec609a7b3d1b60 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Dec 07 2017 12:55:13 +0000 Subject: Add 'verbosity': 2 to all mock commands --- diff --git a/dodo.py b/dodo.py index a6e9b6e..e7eed4e 100644 --- a/dodo.py +++ b/dodo.py @@ -157,7 +157,8 @@ def task_chainbuild(): return {'actions': [mockchain_command, cp_command], 'task_dep': ['buildsrpm'], - 'targets': ['{}.rpm'.format(NVR)] + 'targets': ['{}.rpm'.format(NVR)], + 'verbosity': 2 } @@ -170,7 +171,8 @@ def task_buildsrpm(): return {'actions': [mocksrpm_command, cp_command], 'task_dep': ['snapshot'], - 'targets': ['{}.src.rpm'.format(NVR)] + 'targets': ['{}.src.rpm'.format(NVR)], + 'verbosity': 2 }