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-07-22 19:21:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.21925 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Fri Jul 22 19:21:21 2022 rev:445 rq:990638 version:20220722.0fe292df
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-07-19 17:20:23.652449209 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.21925/openSUSE-release-tools.changes
2022-07-22 19:21:37.516697941 +0200
@@ -1,0 +2,6 @@
+Fri Jul 22 06:17:53 UTC 2022 - [email protected]
+
+- Update to version 20220722.0fe292df:
+ * Update for SLE15.Target
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20220718.1fe31ebf.obscpio
New:
----
openSUSE-release-tools-20220722.0fe292df.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.gpdoSl/_old 2022-07-22 19:21:38.076698806 +0200
+++ /var/tmp/diff_new_pack.gpdoSl/_new 2022-07-22 19:21:38.080698812 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20220718.1fe31ebf
+Version: 20220722.0fe292df
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.gpdoSl/_old 2022-07-22 19:21:38.116698867 +0200
+++ /var/tmp/diff_new_pack.gpdoSl/_new 2022-07-22 19:21:38.120698873 +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">1fe31ebf9dac65c19d635416febd343c0cf70478</param>
+ <param
name="changesrevision">1ea0140f7086e37c3aaa07a7d6163ba44833cb84</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20220718.1fe31ebf.obscpio ->
openSUSE-release-tools-20220722.0fe292df.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220718.1fe31ebf/gocd/sp.target.gocd.yaml
new/openSUSE-release-tools-20220722.0fe292df/gocd/sp.target.gocd.yaml
--- old/openSUSE-release-tools-20220718.1fe31ebf/gocd/sp.target.gocd.yaml
1970-01-01 01:00:00.000000000 +0100
+++ new/openSUSE-release-tools-20220722.0fe292df/gocd/sp.target.gocd.yaml
2022-07-22 08:16:19.000000000 +0200
@@ -0,0 +1,150 @@
+format_version: 3
+pipelines:
+ SLE15.SP5.Images:
+ group: SLE15.Target
+ lock_behavior: unlockWhenFinished
+ materials:
+ repos:
+ git: git://botmaster.suse.de/suse-repos.git
+ auto_update: true
+ whitelist:
+ - SUSE:SLE-15-SP5:GA_-_images.yaml
+ destination: repos
+ scripts:
+ auto_update: true
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ whitelist:
+ - DO_NOT_TRIGGER
+ destination: scripts
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-staging-bot
+ stages:
+ - Expect.Images.To.Finish:
+ resources:
+ - staging-bot
+ tasks:
+ - script: |
+ export PYTHONPATH=scripts
+ set -e
+ ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:SLE-15-SP5:GA -r containerfile
+ ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:SLE-15-SP5:GA -r images
+
+ - Release.Images.To.Test:
+ approval: manual
+ roles:
+ - SLE
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ set -e
+ CONTAINERS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP5:GA |
grep "^\(cdi\|virt\)-.*-container")
+ for container in $CONTAINERS; do
+ osc -A https://api.suse.de release
--target-project=SUSE:SLE-15-SP5:GA:TEST --target-repository=containers -r
containerfile SUSE:SLE-15-SP5:GA $container
+ done
+ osc -A https://api.suse.de release
--target-project=SUSE:SLE-15-SP5:GA:TEST --target-repository=containers -r
images SUSE:SLE-15-SP5:GA sles15-image
+ PRODUCTS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP5:GA | grep
"^SLES15-SP5" | grep -v release)
+ for product in kiwi-templates-Minimal 000product $PRODUCTS; do
+ osc -A https://api.suse.de release SUSE:SLE-15-SP5:GA $product
+ done
+ sleep 600
+ while (osc -A https://api.suse.de/ api
"/build/SUSE:SLE-15-SP5: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-SP5: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-SP5:GA:TEST/_result?view=summary&repository=images" | 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-SP5:GA:TEST/_result?view=summary&repository=images" | grep
"result project" | grep 'code="published" state="published">' && echo PUBLISHED
+
+ - Release.Images.To.Publish:
+ approval: manual
+ roles:
+ - SLE
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ osc -A https://api.suse.de release SUSE:SLE-15-SP5:GA:TEST
+ sleep 600
+ while (osc -A https://api.suse.de/ api
"/build/SUSE:SLE-15-SP5: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-SP5: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-SP5:GA:PUBLISH/_result?view=summary&repository=images" |
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-SP5:GA:PUBLISH/_result?view=summary&repository=images" |
grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
+
+ SLE15.SP5.ImagesManual:
+ group: SLE15.Target
+ lock_behavior: unlockWhenFinished
+ materials:
+ repos:
+ git: git://botmaster.suse.de/suse-repos.git
+ auto_update: true
+ whitelist:
+ - SUSE:SLE-15-SP5:GA_-_images.yaml
+ destination: repos
+ scripts:
+ auto_update: true
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ whitelist:
+ - DO_NOT_TRIGGER
+ destination: scripts
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-staging-bot
+ stages:
+ - Relase.Images.To.Test:
+ approval: manual
+ roles:
+ - SLE
+ jobs:
+ Check.Images.Finish:
+ resources:
+ - staging-bot
+ tasks:
+ - script: |
+ export PYTHONPATH=scripts
+ while (! ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:SLE-15-SP5:GA -r containerfile); do
+ sleep 300
+ done
+ while (! ./scripts/gocd/verify-repo-built-successful.py -A
https://api.suse.de -p SUSE:SLE-15-SP5:GA -r images); do
+ sleep 300
+ done
+ Release.To.Test:
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ set -e
+ CONTAINERS=$(osc -A https://api.suse.de ls
SUSE:SLE-15-SP5:GA | grep "^\(cdi\|virt\)-.*-container")
+ for container in $CONTAINERS; do
+ osc -A https://api.suse.de release
--target-project=SUSE:SLE-15-SP5:GA:TEST --target-repository=containers -r
containerfile SUSE:SLE-15-SP5:GA $container
+ done
+ osc -A https://api.suse.de release
--target-project=SUSE:SLE-15-SP5:GA:TEST --target-repository=containers -r
images SUSE:SLE-15-SP5:GA sles15-image
+ PRODUCTS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP5:GA
| grep "^SLES15-SP5" | grep -v release)
+ for product in kiwi-templates-Minimal 000product $PRODUCTS;
do
+ osc -A https://api.suse.de release SUSE:SLE-15-SP5:GA
$product
+ done
+
+ - Release.Images.To.Publish:
+ approval: manual
+ roles:
+ - SLE
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ resources:
+ - staging-bot
+ tasks:
+ - script: osc -A https://api.suse.de release SUSE:SLE-15-SP5:GA:TEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220718.1fe31ebf/gocd/sp4.target.gocd.yaml
new/openSUSE-release-tools-20220722.0fe292df/gocd/sp4.target.gocd.yaml
--- old/openSUSE-release-tools-20220718.1fe31ebf/gocd/sp4.target.gocd.yaml
2022-07-18 15:28:06.000000000 +0200
+++ new/openSUSE-release-tools-20220722.0fe292df/gocd/sp4.target.gocd.yaml
1970-01-01 01:00:00.000000000 +0100
@@ -1,194 +0,0 @@
-format_version: 3
-pipelines:
- SLE15.SP4.RelPkgs:
- group: SLE15.Target
- lock_behavior: unlockWhenFinished
- timer:
- spec: 0 10 * ? * *
- only_on_changes: false
- materials:
- git:
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-staging-bot
- stages:
- - Create.Release.Packages:
- approval: manual
- resources:
- - repo-checker
- tasks:
- - script: ./pkglistgen.py -A https://api.suse.de update_and_solve -p
SUSE:SLE-15-SP4:GA -s target --only-release-packages --force
-
- SLE15.SP4.Package.Lists:
- group: SLE15.Target
- lock_behavior: unlockWhenFinished
- materials:
- repos:
- git: git://botmaster.suse.de/suse-repos.git
- auto_update: true
- destination: repos
- whitelist:
- - SUSE:SLE-15-SP4:GA_-_standard.yaml
- scripts:
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- auto_update: true
- destination: scripts
- whitelist:
- - DO_NOT_TRIGGER
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-staging-bot
- stages:
- - Update.000product:
- resources:
- - repo-checker
- tasks:
- - script: ./scripts/pkglistgen.py -A https://api.suse.de --debug
update_and_solve -p SUSE:SLE-15-SP4:GA -s target --force
-
- SLE15.SP4.Images:
- group: SLE15.Target
- lock_behavior: unlockWhenFinished
- materials:
- repos:
- git: git://botmaster.suse.de/suse-repos.git
- auto_update: true
- whitelist:
- - SUSE:SLE-15-SP4:GA_-_images.yaml
- destination: repos
- scripts:
- auto_update: true
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- whitelist:
- - DO_NOT_TRIGGER
- destination: scripts
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-staging-bot
- stages:
- - Expect.Images.To.Finish:
- resources:
- - staging-bot
- 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:
- approval: manual
- roles:
- - SLE
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-totest-manager
- resources:
- - staging-bot
- tasks:
- - script: |-
- set -e
- CONTAINERS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP4:GA |
grep "^\(cdi\|virt\)-.*-container")
- for container in $CONTAINERS; do
- osc -A https://api.suse.de release
--target-project=SUSE:SLE-15-SP4:GA:TEST --target-repository=containers -r
containerfile SUSE:SLE-15-SP4:GA $container
- done
- 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 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
- done
- osc -A https://api.suse.de/ api
"/build/SUSE:SLE-15-SP4:GA:TEST/_result?view=summary&repository=images" | grep
"result project" | grep 'code="published" state="published">' && echo PUBLISHED
-
- - Release.Images.To.Publish:
- approval: manual
- roles:
- - SLE
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-totest-manager
- resources:
- - staging-bot
- tasks:
- - 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
- done
- osc -A https://api.suse.de/ api
"/build/SUSE:SLE-15-SP4:GA:PUBLISH/_result?view=summary&repository=images" |
grep "result project" | grep 'code="published" state="published">' && echo
PUBLISHED
-
- SLE15.SP4.ImagesManual:
- group: SLE15.Target
- lock_behavior: unlockWhenFinished
- materials:
- repos:
- git: git://botmaster.suse.de/suse-repos.git
- auto_update: true
- whitelist:
- - SUSE:SLE-15-SP4:GA_-_images.yaml
- destination: repos
- scripts:
- auto_update: true
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- whitelist:
- - DO_NOT_TRIGGER
- destination: scripts
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-staging-bot
- stages:
- - Relase.Images.To.Test:
- approval: manual
- roles:
- - SLE
- jobs:
- Check.Images.Finish:
- resources:
- - staging-bot
- 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
- Release.To.Test:
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-totest-manager
- resources:
- - staging-bot
- tasks:
- - script: |-
- set -e
- CONTAINERS=$(osc -A https://api.suse.de ls
SUSE:SLE-15-SP4:GA | grep "^\(cdi\|virt\)-.*-container")
- for container in $CONTAINERS; do
- osc -A https://api.suse.de release
--target-project=SUSE:SLE-15-SP4:GA:TEST --target-repository=containers -r
containerfile SUSE:SLE-15-SP4:GA $container
- done
- 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 000product $PRODUCTS;
do
- osc -A https://api.suse.de release SUSE:SLE-15-SP4:GA
$product
- done
-
- - Release.Images.To.Publish:
- approval: manual
- roles:
- - SLE
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-totest-manager
- resources:
- - staging-bot
- tasks:
- - script: osc -A https://api.suse.de release SUSE:SLE-15-SP4:GA:TEST
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.gpdoSl/_old 2022-07-22 19:21:38.704699775 +0200
+++ /var/tmp/diff_new_pack.gpdoSl/_new 2022-07-22 19:21:38.708699781 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20220718.1fe31ebf
-mtime: 1658150886
-commit: 1fe31ebf9dac65c19d635416febd343c0cf70478
+version: 20220722.0fe292df
+mtime: 1658470579
+commit: 0fe292df774b42489c414ab4872a399f4861ca70