jkaluza / pungi

Forked from pungi 7 years ago
Clone

cfb7b71 Fix issues in OpenSSH Runroot method found by real tests.

Authored and Committed by jkaluza 5 years ago
    Fix issues in OpenSSH Runroot method found by real tests.
    
    - Pass the runroot_tag to init command in OpenSSH Runroot method.
      This is needed for the init command as a source for initial packages
      for the buildroot.
    - Rename the "runroot_ssh_init_command" to "runroot_ssh_init_template"
      to make it consistent with the rest of "runroot_ssh_*" options.
    - Add missing "runroot_ssh_*" options to checks.py.
    - Use chmod/chown to `output_dir` in OpenSSH Runroot method the same way
      as it is used in Koji runroot method to make the runroot output readable
      for Pungi user.
    
    Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
    
        
file modified
+10 -5
file modified
+9 -0
file modified
+18 -5
file modified
+18 -3