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-06-30 19:59:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Fri Jun 30 19:59:52 2023 rev:478 rq:1096076 version:20230629.009689f

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2023-06-29 17:29:25.346643858 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.13546/openSUSE-release-tools.changes
 2023-06-30 20:00:19.406161357 +0200
@@ -1,0 +2,6 @@
+Thu Jun 29 09:50:23 UTC 2023 - opensuse-releaset...@opensuse.org
+
+- Update to version 20230629.009689f:
+  * gocd/rabbit-openqa.py: Ignore projects without a staging setup
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20230629.3b612be.obscpio

New:
----
  openSUSE-release-tools-20230629.009689f.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.6jAU6P/_old  2023-06-30 20:00:20.374167115 +0200
+++ /var/tmp/diff_new_pack.6jAU6P/_new  2023-06-30 20:00:20.378167139 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20230629.3b612be
+Version:        20230629.009689f
 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.6jAU6P/_old  2023-06-30 20:00:20.430167448 +0200
+++ /var/tmp/diff_new_pack.6jAU6P/_new  2023-06-30 20:00:20.434167472 +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">3b612be2daa7ecd1569bc7713dd15f3594e34d2f</param>
+    <param 
name="changesrevision">009689f12460c9dc09c4f11f36510e1a4f644157</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20230629.3b612be.obscpio -> 
openSUSE-release-tools-20230629.009689f.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20230629.3b612be/gocd/rabbit-openqa.py 
new/openSUSE-release-tools-20230629.009689f/gocd/rabbit-openqa.py
--- old/openSUSE-release-tools-20230629.3b612be/gocd/rabbit-openqa.py   
2023-06-29 09:28:04.000000000 +0200
+++ new/openSUSE-release-tools-20230629.009689f/gocd/rabbit-openqa.py   
2023-06-29 11:48:53.000000000 +0200
@@ -256,9 +256,18 @@
         # initial state
         self.projects_to_check = set()
         for project in self.projects:
-            self.logger.info('Fetching ISOs of %s', project.name)
-            for sproj in project.init():
-                self.projects_to_check.add((project, sproj))
+            try:
+                self.logger.info('Fetching ISOs of %s', project.name)
+                for sproj in project.init():
+                    self.projects_to_check.add((project, sproj))
+            except HTTPError as e:
+                if e.code == 404:
+                    # No staging workflow? Have to protect against "rogue" 
projects
+                    self.logger.error('Failed to load staging projects')
+                    continue
+                else:
+                    raise
+
         self.logger.info('Finished fetching initial ISOs, listening')
         super(Listener, self).start_consuming()
 

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.6jAU6P/_old  2023-06-30 20:00:21.542174062 +0200
+++ /var/tmp/diff_new_pack.6jAU6P/_new  2023-06-30 20:00:21.546174086 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20230629.3b612be
-mtime: 1688023684
-commit: 3b612be2daa7ecd1569bc7713dd15f3594e34d2f
+version: 20230629.009689f
+mtime: 1688032133
+commit: 009689f12460c9dc09c4f11f36510e1a4f644157
 

Reply via email to