Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-release-tools for openSUSE:Factory checked in at 2022-05-12 22:58:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old) and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools" Thu May 12 22:58:21 2022 rev:428 rq:976098 version:20220510.47294604 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes 2022-04-16 00:14:48.089693343 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1538/openSUSE-release-tools.changes 2022-05-12 22:58:44.512666421 +0200 @@ -1,0 +2,6 @@ +Tue May 10 15:48:42 UTC 2022 - opensuse-releaset...@opensuse.org + +- Update to version 20220510.47294604: + * Add support to containerfile repo to SLE15 + +------------------------------------------------------------------- Old: ---- openSUSE-release-tools-20220415.b52c5a26.obscpio New: ---- openSUSE-release-tools-20220510.47294604.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-release-tools.spec ++++++ --- /var/tmp/diff_new_pack.BjYBC8/_old 2022-05-12 22:58:46.128668591 +0200 +++ /var/tmp/diff_new_pack.BjYBC8/_new 2022-05-12 22:58:46.136668602 +0200 @@ -20,7 +20,7 @@ %define source_dir openSUSE-release-tools %define announcer_filename factory-package-news Name: openSUSE-release-tools -Version: 20220415.b52c5a26 +Version: 20220510.47294604 Release: 0 Summary: Tools to aid in staging and release work for openSUSE/SUSE License: GPL-2.0-or-later AND MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.BjYBC8/_old 2022-05-12 22:58:46.192668676 +0200 +++ /var/tmp/diff_new_pack.BjYBC8/_new 2022-05-12 22:58:46.196668682 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param> - <param name="changesrevision">732640139ebe6dd0081121cb5fdb08681849e0d2</param> + <param name="changesrevision">f020a6255f20e8e92999e79415a584058ffa829a</param> </service> </servicedata> ++++++ openSUSE-release-tools-20220415.b52c5a26.obscpio -> openSUSE-release-tools-20220510.47294604.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20220415.b52c5a26/gocd/sp4.target.gocd.yaml new/openSUSE-release-tools-20220510.47294604/gocd/sp4.target.gocd.yaml --- old/openSUSE-release-tools-20220415.b52c5a26/gocd/sp4.target.gocd.yaml 2022-04-14 18:27:08.000000000 +0200 +++ new/openSUSE-release-tools-20220510.47294604/gocd/sp4.target.gocd.yaml 2022-05-10 17:46:46.000000000 +0200 @@ -69,6 +69,8 @@ tasks: - script: | export PYTHONPATH=scripts + set -e + ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:SLE-15-SP4:GA -r containerfile ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:SLE-15-SP4:GA -r images - Release.Images.To.Test: @@ -82,11 +84,18 @@ tasks: - script: |- set -e + osc -A https://api.suse.de release SUSE:SLE-15-SP4:GA -r containerfile + osc -A https://api.suse.de release --target-project=SUSE:SLE-15-SP4:GA:TEST --target-repository=containers -r images SUSE:SLE-15-SP4:GA sles15-image PRODUCTS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP4:GA | grep "^SLES15-SP4" | grep -v release) - for product in kiwi-templates-Minimal sles15-image 000product $PRODUCTS; do + for product in kiwi-templates-Minimal 000product $PRODUCTS; do osc -A https://api.suse.de release SUSE:SLE-15-SP4:GA $product done sleep 600 + while (osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP4:GA:TEST/_result?view=summary&repository=containers" | grep "result project" | grep -v 'code="published" state="published">'); do + echo PENDING + sleep 600 + done + osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP4:GA:TEST/_result?view=summary&repository=containers" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED while (osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP4:GA:TEST/_result?view=summary&repository=images" | grep "result project" | grep -v 'code="published" state="published">'); do echo PENDING sleep 600 @@ -105,6 +114,11 @@ - script: |- osc -A https://api.suse.de release SUSE:SLE-15-SP4:GA:TEST sleep 600 + while (osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP4:GA:PUBLISH/_result?view=summary&repository=containers" | grep "result project" | grep -v 'code="published" state="published">'); do + echo PENDING + sleep 600 + done + osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP4:GA:PUBLISH/_result?view=summary&repository=containers" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED while (osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP4:GA:PUBLISH/_result?view=summary&repository=images" | grep "result project" | grep -v 'code="published" state="published">'); do echo PENDING sleep 600 @@ -141,6 +155,9 @@ tasks: - script: | export PYTHONPATH=scripts + while (! ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:SLE-15-SP4:GA -r containerfile); do + sleep 300 + done while (! ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:SLE-15-SP4:GA -r images); do sleep 300 done @@ -152,8 +169,10 @@ tasks: - script: |- set -e + osc -A https://api.suse.de release SUSE:SLE-15-SP4:GA -r containerfile + osc -A https://api.suse.de release --target-project=SUSE:SLE-15-SP4:GA:TEST --target-repository=containers -r images SUSE:SLE-15-SP4:GA sles15-image PRODUCTS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP4:GA | grep "^SLES15-SP4" | grep -v release) - for product in kiwi-templates-Minimal sles15-image 000product $PRODUCTS; do + for product in kiwi-templates-Minimal 000product $PRODUCTS; do osc -A https://api.suse.de release SUSE:SLE-15-SP4:GA $product done ++++++ openSUSE-release-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.BjYBC8/_old 2022-05-12 22:58:47.004669767 +0200 +++ /var/tmp/diff_new_pack.BjYBC8/_new 2022-05-12 22:58:47.008669772 +0200 @@ -1,5 +1,5 @@ name: openSUSE-release-tools -version: 20220415.b52c5a26 -mtime: 1649953628 -commit: b52c5a2669d19795497c00a98daf3407741efea2 +version: 20220510.47294604 +mtime: 1652197606 +commit: 472946043453c308b54f602167ae8050a3ff38a3