Add print statements for build packages

Change-Id: I110a59dd82c3eb50c19de89c227f3b6e788376ce
This commit is contained in:
Sagi Shnaidman 2021-11-25 11:52:21 +02:00
parent e893b25d9d
commit a53f6cf7ee
2 changed files with 8 additions and 0 deletions

View File

@ -133,6 +133,10 @@
dest: "{{ build_repo_dir }}/run_dlrn.sh"
mode: 0744
- name: Print info about building
debug:
msg: "Building change for {{ project_name_mapped.stdout|default('unknown') }}"
- name: Run DLRN
shell: >
set -o pipefail &&

View File

@ -235,6 +235,10 @@
- name: Build package using DLRN
when: not artg_build_one|bool
block:
- name: Print info about building
debug:
msg: "Building all changes in the patch together"
- name: Generate DLRN Script
template:
src: run_dlrn.sh.j2