#402 python-doit: Add 'verbosity': 2 to all mock commands
Merged 6 years ago by frantisekz. Opened 6 years ago by frantisekz.
taskotron/ frantisekz/libtaskotron develop  into  develop

file modified
+4 -2
@@ -157,7 +157,8 @@ 

  

      return {'actions': [mockchain_command, cp_command],

              'task_dep': ['buildsrpm'],

-             'targets': ['{}.rpm'.format(NVR)]

+             'targets': ['{}.rpm'.format(NVR)],

+             'verbosity': 2

              }

  

  
@@ -170,7 +171,8 @@ 

  

      return {'actions': [mocksrpm_command, cp_command],

              'task_dep': ['snapshot'],

-             'targets': ['{}.src.rpm'.format(NVR)]

+             'targets': ['{}.src.rpm'.format(NVR)],

+             'verbosity': 2

              }

  

  

This fixes "doit buildsrpm" and "doit chainbuild" not asking for root password (and appearing as stuck) if user is not in mock group.

Pull-Request has been merged by frantisekz

6 years ago
Metadata