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-03-20 20:55:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Sun Mar 20 20:55:32 2022 rev:405 rq:963176 version:20220319.4424623d
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-03-19 22:22:56.764953655 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.25692/openSUSE-release-tools.changes
2022-03-20 20:55:44.722543450 +0100
@@ -1,0 +2,7 @@
+Sat Mar 19 13:06:43 UTC 2022 - [email protected]
+
+- Update to version 20220319.4424623d:
+ * pkglistgen: pass the test if the comment was replied to with 'ignore'
+ * installcheck: Annotate the duplicated binaries yaml
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20220319.0f0a5ab6.obscpio
New:
----
openSUSE-release-tools-20220319.4424623d.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.RvqzRl/_old 2022-03-20 20:55:45.486544549 +0100
+++ /var/tmp/diff_new_pack.RvqzRl/_new 2022-03-20 20:55:45.490544554 +0100
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20220319.0f0a5ab6
+Version: 20220319.4424623d
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.RvqzRl/_old 2022-03-20 20:55:45.554544647 +0100
+++ /var/tmp/diff_new_pack.RvqzRl/_new 2022-03-20 20:55:45.558544653 +0100
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">5380bfce7d9e3ae7981beaf9ef5b0db4b94754ba</param>
+ <param
name="changesrevision">4424623d83969b41ab8ffe9af395bb3bbefd1615</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20220319.0f0a5ab6.obscpio ->
openSUSE-release-tools-20220319.4424623d.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220319.0f0a5ab6/pkglistgen/tool.py
new/openSUSE-release-tools-20220319.4424623d/pkglistgen/tool.py
--- old/openSUSE-release-tools-20220319.0f0a5ab6/pkglistgen/tool.py
2022-03-19 07:33:59.000000000 +0100
+++ new/openSUSE-release-tools-20220319.4424623d/pkglistgen/tool.py
2022-03-19 14:06:06.000000000 +0100
@@ -601,7 +601,10 @@
else:
for c in comments.values():
if c['parent'] == comment['id']:
- print(c)
+ ct = c['comment']
+ if ct.startswith('ignore ') or ct == 'ignore':
+ print(c)
+ return 0
return 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220319.0f0a5ab6/staging-installcheck.py
new/openSUSE-release-tools-20220319.4424623d/staging-installcheck.py
--- old/openSUSE-release-tools-20220319.0f0a5ab6/staging-installcheck.py
2022-03-19 07:33:59.000000000 +0100
+++ new/openSUSE-release-tools-20220319.4424623d/staging-installcheck.py
2022-03-19 14:06:06.000000000 +0100
@@ -225,6 +225,7 @@
del duplicates[arch]
if len(duplicates):
self.logger.warning('Found duplicated binaries')
+ result.comment.append('Found duplicated binaries')
result_comment.append(yaml.dump(duplicates,
default_flow_style=False))
result = False
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.RvqzRl/_old 2022-03-20 20:55:46.106545441 +0100
+++ /var/tmp/diff_new_pack.RvqzRl/_new 2022-03-20 20:55:46.106545441 +0100
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20220319.0f0a5ab6
-mtime: 1647671639
-commit: 0f0a5ab6c466e8987acafe61aa533ea78a6ef2dc
+version: 20220319.4424623d
+mtime: 1647695166
+commit: 4424623d83969b41ab8ffe9af395bb3bbefd1615