Kiril Nesenko has posted comments on this change. Change subject: Collect metadata for packaging jobs. ......................................................................
Patch Set 7: (1 comment) http://gerrit.ovirt.org/#/c/23985/7/jobs/packaging/gather_jobs_info.sh File jobs/packaging/gather_jobs_info.sh: Line 43: } Line 44: Line 45: get_meta_data() { Line 46: local artifacts_dir="${ARTIFACTS_DIR}" Line 47: local job_name="$(echo "${JOB_NAME}" | sed -e 's/\//_/g' -e 's/\=/_/g')" > that's ok... look at my expression... had one mistake... ok ... I didin;t noticed we have @ signs in names there ... so we should be ok Line 48: local build_number="${BUILD_NUMBER}" Line 49: echo -e "JOB_NAME=${job_name}\nDATE=${DATE}" >> "${artifacts_dir}/${job_name}-${build_number}.job-metadata" Line 50: Line 51: find "${artifacts_dir}" -type f -regex ".*\(\.gz\|\.bz2\|\.lzma\|\.rpm\)$" | cut -d'/' -f2 >> "${artifacts_dir}/${job_name}-${build_number}.job-flist" -- To view, visit http://gerrit.ovirt.org/23985 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ica3339549f0afe284ccdfad3cd083f4efccc880b Gerrit-PatchSet: 7 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: Kiril Nesenko <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Kiril Nesenko <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
