Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2018-06-08 23:15:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Fri Jun 8 23:15:32 2018 rev:102 rq:614407 version:20180604.ce0a143
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-06-05 12:53:30.816314982 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
2018-06-08 23:15:53.799129736 +0200
@@ -1,0 +2,7 @@
+Mon Jun 04 20:16:26 UTC 2018 - [email protected]
+
+- Update to version 20180604.ce0a143:
+ * oqamaint: use the proper key to add incident repo
+ * oqamaint: Make debuging of incident list in repohash easier
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20180604.fb82c46.obscpio
New:
----
openSUSE-release-tools-20180604.ce0a143.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.50Aqxt/_old 2018-06-08 23:15:55.899053892 +0200
+++ /var/tmp/diff_new_pack.50Aqxt/_new 2018-06-08 23:15:55.903053748 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20180604.fb82c46
+Version: 20180604.ce0a143
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.50Aqxt/_old 2018-06-08 23:15:55.975051147 +0200
+++ /var/tmp/diff_new_pack.50Aqxt/_new 2018-06-08 23:15:55.979051003 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">7bd42dc200fd2c8f549725525047fac1db54939c</param>
+ <param
name="changesrevision">f728cea30b605621e2103acb591f248371f23091</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20180604.fb82c46.obscpio ->
openSUSE-release-tools-20180604.ce0a143.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20180604.fb82c46/oqamaint/openqabot.py
new/openSUSE-release-tools-20180604.ce0a143/oqamaint/openqabot.py
--- old/openSUSE-release-tools-20180604.fb82c46/oqamaint/openqabot.py
2018-06-04 20:49:15.000000000 +0200
+++ new/openSUSE-release-tools-20180604.ce0a143/oqamaint/openqabot.py
2018-06-04 22:09:07.000000000 +0200
@@ -105,7 +105,11 @@
m.update(cs.text)
# now add the open incidents
m.update(json.dumps(incidents, sort_keys=True))
- return m.hexdigest()
+ digest = m.hexdigest()
+ open_incidents = sorted(incidents.keys())
+ if open_incidents:
+ digest += ':' + ','.join(open_incidents)
+ return digest
def is_incident_in_testing(self, incident):
# hard coded for now as we only run this code for SUSE Maintenance
workflow
@@ -460,7 +464,7 @@
if not job.get('openqa_build'):
self.wait_for_build.add(str(job['id']))
return []
- self.incident_repos.setdefault(product_prefix, dict())[
+ self.incident_repos.setdefault(product_key, dict())[
str(job['id'])] = job.get('openqa_build')
j['BUILD'] += '.' + str(job['openqa_build'])
j.update(settings)
@@ -498,7 +502,7 @@
# for SUSE we use mesh, for openSUSE we limit the jobs to open release
requests
def check_opensuse_incidents(self):
- requests = dict() # collecting unique requests
+ requests = dict() # collecting unique requests
self.wait_for_build = set()
for prj in self.tgt_repo[self.openqa.baseurl].keys():
for r in self.ids_project(prj, 'maintenance_release'):
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.50Aqxt/_old 2018-06-08 23:15:57.950979782 +0200
+++ /var/tmp/diff_new_pack.50Aqxt/_new 2018-06-08 23:15:57.954979637 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20180604.fb82c46
-mtime: 1528138155
-commit: fb82c462ddfe92c9784f26fcd3a3a3526089f455
+version: 20180604.ce0a143
+mtime: 1528142947
+commit: ce0a1431ef6d6a2399ab4b7596281440b242faa8