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 2023-09-28 00:25:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.23327 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Thu Sep 28 00:25:41 2023 rev:505 rq:1113796 version:20230925.6075c72
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2023-09-26 22:04:39.314871798 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.23327/openSUSE-release-tools.changes
2023-09-28 00:40:18.244838474 +0200
@@ -1,0 +2,7 @@
+Mon Sep 25 14:32:56 UTC 2023 - [email protected]
+
+- Update to version 20230925.6075c72:
+ * ttm: Check for build success of containerfile_products before releasing
+ * ttm: Print the full list of missing products before exiting
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20230925.04febcb.obscpio
New:
----
openSUSE-release-tools-20230925.6075c72.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.LKwGaR/_old 2023-09-28 00:40:19.680890711 +0200
+++ /var/tmp/diff_new_pack.LKwGaR/_new 2023-09-28 00:40:19.680890711 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20230925.04febcb
+Version: 20230925.6075c72
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.LKwGaR/_old 2023-09-28 00:40:19.728892457 +0200
+++ /var/tmp/diff_new_pack.LKwGaR/_new 2023-09-28 00:40:19.732892603 +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">04febcbb1dd0ea841d33023596708c7984a0a1f3</param>
+ <param
name="changesrevision">6075c72ca857cdcabb28d2a76280a4b29f7e20e2</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20230925.04febcb.obscpio ->
openSUSE-release-tools-20230925.6075c72.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20230925.04febcb/ttm/releaser.py
new/openSUSE-release-tools-20230925.6075c72/ttm/releaser.py
--- old/openSUSE-release-tools-20230925.04febcb/ttm/releaser.py 2023-09-25
16:10:13.000000000 +0200
+++ new/openSUSE-release-tools-20230925.6075c72/ttm/releaser.py 2023-09-25
16:31:17.000000000 +0200
@@ -158,7 +158,7 @@
for image_product in self.project.containerfile_products:
products[image_product.package] = image_product.archs
- all_found = all_found and
self.verify_package_list_complete('containerfile', products)
+ all_found = self.verify_package_list_complete('containerfile',
products) and all_found
return all_found
@@ -220,6 +220,11 @@
if not self.package_ok(self.project.name, product.package,
self.project.product_repo, arch):
return False
+ for product in self.project.containerfile_products:
+ for arch in product.archs:
+ if not self.package_ok(self.project.name, product.package,
'containerfile', arch):
+ return False
+
if len(self.project.livecd_products):
if not self.all_repos_done('%s:Live' % self.project.name):
return False
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.LKwGaR/_old 2023-09-28 00:40:20.608924469 +0200
+++ /var/tmp/diff_new_pack.LKwGaR/_new 2023-09-28 00:40:20.612924614 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20230925.04febcb
-mtime: 1695651013
-commit: 04febcbb1dd0ea841d33023596708c7984a0a1f3
+version: 20230925.6075c72
+mtime: 1695652277
+commit: 6075c72ca857cdcabb28d2a76280a4b29f7e20e2