#124 Remove mock init phase
Closed 2 years ago by fbo. Opened 2 years ago by fbo.
fbo/zuul-distro-jobs mock-init  into  master

@@ -13,9 +13,6 @@ 

    set_fact:

      mock_opts: "-v -r {{ mock_config }} {% if no_check %}--rpmbuild-opts='--nocheck'{% endif %} "

  

- - name: Init the mock chroot

-   command: mock {{ mock_opts }} --init

- 

  - name: Create additional repos baseurls for mock

    set_fact:

      repos_baseurls: >

@@ -23,9 +23,6 @@ 

      {{ ansible_user_dir }}/{{ zuul.project.src_dir }}/*.spec

    when: not {{ no_fetch_sources|default(false) }}

  

- - name: Init the mock chroot

-   command: mock {{ mock_opts }} --init

- 

  - name: Build the SRPM

    shell: >

      mock {{ mock_opts }} --buildsrpm

no initial comment

Build succeeded.

Pull-Request has been closed by fbo

2 years ago