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-06-23 10:23:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Thu Jun 23 10:23:59 2022 rev:439 rq:984376 version:20220620.4d3c1856

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2022-06-21 16:32:14.363795983 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1548/openSUSE-release-tools.changes
  2022-06-23 10:24:42.375768407 +0200
@@ -1,0 +2,6 @@
+Mon Jun 20 15:29:08 UTC 2022 - opensuse-releaset...@opensuse.org
+
+- Update to version 20220620.4d3c1856:
+  * freeze: always disable images repository after freeze
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20220620.11235ac0.obscpio

New:
----
  openSUSE-release-tools-20220620.4d3c1856.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.W7Tl4p/_old  2022-06-23 10:24:43.075769168 +0200
+++ /var/tmp/diff_new_pack.W7Tl4p/_new  2022-06-23 10:24:43.079769172 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20220620.11235ac0
+Version:        20220620.4d3c1856
 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.W7Tl4p/_old  2022-06-23 10:24:43.119769215 +0200
+++ /var/tmp/diff_new_pack.W7Tl4p/_new  2022-06-23 10:24:43.123769220 +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">cf9bad31d02a49e2d1ed9f4ce190de37805c37b8</param>
+    <param 
name="changesrevision">4d3c18566b81eb2143e190bf199e8a0972f2657f</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20220620.11235ac0.obscpio -> 
openSUSE-release-tools-20220620.4d3c1856.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20220620.11235ac0/osclib/freeze_command.py 
new/openSUSE-release-tools-20220620.4d3c1856/osclib/freeze_command.py
--- old/openSUSE-release-tools-20220620.11235ac0/osclib/freeze_command.py       
2022-06-20 15:56:18.000000000 +0200
+++ new/openSUSE-release-tools-20220620.4d3c1856/osclib/freeze_command.py       
2022-06-20 17:28:22.000000000 +0200
@@ -37,14 +37,6 @@
 
         self.api.retried_PUT(url, ET.tostring(meta))
 
-    def is_images_disabled(self):
-        flag = self.api.get_flag_in_prj(self.prj, flag='build', 
repository='images')
-        if flag == 'disable':
-            return True
-        if flag == 'enable':
-            return False
-        return self.api.get_flag_in_prj(self.prj, flag='build') == 'disable'
-
     def create_bootstrap_aggregate(self):
         self.create_bootstrap_aggregate_meta()
         self.create_bootstrap_aggregate_file()
@@ -131,7 +123,6 @@
         self.copy_weakremovers()
 
         build_status = self.api.get_flag_in_prj(prj, flag='build')
-        images_status = self.api.get_flag_in_prj(prj, flag='build', 
repository='images')
 
         # If there is not a bootstrap repository, there is not
         # anything more to do.
@@ -152,9 +143,8 @@
 
         # Set the original build status for the project
         self.api.build_switch_prj(prj, build_status)
-        # if we build we *might* want to enable images as well (but only if 
preexistant)
-        if build_status == 'enable':
-            self.api.build_switch_prj(prj, images_status, repository='images')
+        # disable image build; after freeze, /standard needs to build.
+        self.api.build_switch_prj(prj, 'disable', repository='images')
 
     def prj_meta_for_bootstrap_copy(self):
         root = ET.Element('project', {'name': self.prj})

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.W7Tl4p/_old  2022-06-23 10:24:43.803769959 +0200
+++ /var/tmp/diff_new_pack.W7Tl4p/_new  2022-06-23 10:24:43.807769963 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20220620.11235ac0
-mtime: 1655733378
-commit: 11235ac02e00c556b5f0cea11191d52804ba5ccf
+version: 20220620.4d3c1856
+mtime: 1655738902
+commit: 4d3c18566b81eb2143e190bf199e8a0972f2657f
 

Reply via email to