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-08-09 15:27:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Tue Aug 9 15:27:57 2022 rev:450 rq:993918 version:20220809.46872b13
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-08-06 22:08:28.218711005 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1521/openSUSE-release-tools.changes
2022-08-09 15:28:28.945647482 +0200
@@ -1,0 +2,6 @@
+Tue Aug 09 07:29:12 UTC 2022 - [email protected]
+
+- Update to version 20220809.46872b13:
+ * Do not fail when there is no cloud image to be released to TEST
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20220805.0414dd16.obscpio
New:
----
openSUSE-release-tools-20220809.46872b13.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.qT9uwb/_old 2022-08-09 15:28:29.661649527 +0200
+++ /var/tmp/diff_new_pack.qT9uwb/_new 2022-08-09 15:28:29.669649550 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20220805.0414dd16
+Version: 20220809.46872b13
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.qT9uwb/_old 2022-08-09 15:28:29.725649710 +0200
+++ /var/tmp/diff_new_pack.qT9uwb/_new 2022-08-09 15:28:29.729649721 +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">16546c4710487c584b0e29461183af9aed48b3b1</param>
+ <param
name="changesrevision">cb5643905e373ad46ebea6978210e2bb1d0a2921</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20220805.0414dd16.obscpio ->
openSUSE-release-tools-20220809.46872b13.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220805.0414dd16/gocd/sp.target.gocd.yaml
new/openSUSE-release-tools-20220809.46872b13/gocd/sp.target.gocd.yaml
--- old/openSUSE-release-tools-20220805.0414dd16/gocd/sp.target.gocd.yaml
2022-08-05 15:16:10.000000000 +0200
+++ new/openSUSE-release-tools-20220809.46872b13/gocd/sp.target.gocd.yaml
2022-08-09 09:27:06.000000000 +0200
@@ -45,7 +45,10 @@
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)
+ PRODUCTS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP5:GA | grep
"^SLES15-SP5" | grep -v release ||:)
+ if [ -z "${PRODUCTS}" ]; then
+ echo "[WARNNING] There is no cloud image to be released"
+ fi
for product in kiwi-templates-Minimal 000product $PRODUCTS; do
osc -A https://api.suse.de release SUSE:SLE-15-SP5:GA $product
done
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.qT9uwb/_old 2022-08-09 15:28:30.857652944 +0200
+++ /var/tmp/diff_new_pack.qT9uwb/_new 2022-08-09 15:28:30.861652955 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20220805.0414dd16
-mtime: 1659705370
-commit: 0414dd16167abcf6e79ce7ee988e2ee3ad6f5848
+version: 20220809.46872b13
+mtime: 1660030026
+commit: 46872b136e80d16d006e2f9e8851906859597677