Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2017-12-29 18:50:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Dec 29 18:50:42 2017 rev:35 rq:559997 version:20171226.96a3eec

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2017-12-20 10:40:03.662135066 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
       2017-12-29 18:51:04.442062391 +0100
@@ -1,0 +2,18 @@
+Tue Dec 26 12:02:14 UTC 2017 - [email protected]
+
+- Update to version 20171226.96a3eec:
+  * rebuildpacs: rebuild perf
+
+-------------------------------------------------------------------
+Wed Dec 20 08:28:09 UTC 2017 - [email protected]
+
+- Update to version 20171220.ba8a357:
+  * Be more forgiving with ttm ignore comments
+
+-------------------------------------------------------------------
+Tue Dec 19 13:06:56 UTC 2017 - [email protected]
+
+- Update to version 20171219.ce7c0d9:
+  * freeze_command: use result call to get proper multibuild package 
information for aggregatepac
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20171219.55e468e.obscpio

New:
----
  openSUSE-release-tools-20171226.96a3eec.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.UxoGCr/_old  2017-12-29 18:51:06.077592656 +0100
+++ /var/tmp/diff_new_pack.UxoGCr/_new  2017-12-29 18:51:06.077592656 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20171219.55e468e
+Version:        20171226.96a3eec
 Release:        0
 Summary:        Tools to aid in staging and release work for openSUSE/SUSE
 License:        GPL-2.0+ and MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.UxoGCr/_old  2017-12-29 18:51:06.121580022 +0100
+++ /var/tmp/diff_new_pack.UxoGCr/_new  2017-12-29 18:51:06.121580022 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/osc-plugin-factory.git</param>
-    <param 
name="changesrevision">31da422cdac0d935244a408b5066019cdc326e87</param>
+    <param 
name="changesrevision">96a3eec425d49f995a85e000da4a8799b5a6a461</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20171219.55e468e.obscpio -> 
openSUSE-release-tools-20171226.96a3eec.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171219.55e468e/osclib/freeze_command.py 
new/openSUSE-release-tools-20171226.96a3eec/osclib/freeze_command.py
--- old/openSUSE-release-tools-20171219.55e468e/osclib/freeze_command.py        
2017-12-19 13:34:30.000000000 +0100
+++ new/openSUSE-release-tools-20171226.96a3eec/osclib/freeze_command.py        
2017-12-26 12:36:26.000000000 +0100
@@ -51,12 +51,12 @@
         self.create_bootstrap_aggregate_file()
 
     def bootstrap_packages(self):
-        url = self.api.makeurl(['source', 
'{}:0-Bootstrap'.format(self.api.crings)])
+        url = self.api.makeurl(['build', 
'{}:0-Bootstrap'.format(self.api.crings), '_result'])
         f = self.api.retried_GET(url)
-        root = ET.parse(f).getroot()
+        root = ET.parse(f).getroot().find('result')
         l = list()
-        for e in root.findall('entry'):
-            name = e.get('name')
+        for e in root.findall('status'):
+            name = e.get('package')
             if name in ['rpmlint-mini-AGGR']:
                 continue
             l.append(name)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171219.55e468e/rebuildpacs.pl 
new/openSUSE-release-tools-20171226.96a3eec/rebuildpacs.pl
--- old/openSUSE-release-tools-20171219.55e468e/rebuildpacs.pl  2017-12-19 
13:34:30.000000000 +0100
+++ new/openSUSE-release-tools-20171226.96a3eec/rebuildpacs.pl  2017-12-26 
12:36:26.000000000 +0100
@@ -84,6 +84,7 @@
           openSUSE-images installation-images-openSUSE)
       ],
     "kdebase4-openSUSE" => [qw(bundle-lang-kde)],
+    "kernel-source" => [qw(perf)],
   );
 # for subsets (staging projects) we need to remember which are ignored
 my %ignored;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171219.55e468e/totest-manager.py 
new/openSUSE-release-tools-20171226.96a3eec/totest-manager.py
--- old/openSUSE-release-tools-20171219.55e468e/totest-manager.py       
2017-12-19 13:34:30.000000000 +0100
+++ new/openSUSE-release-tools-20171226.96a3eec/totest-manager.py       
2017-12-26 12:36:26.000000000 +0100
@@ -245,7 +245,7 @@
                         refs.add(str(ref))
                     if comment['userName'] == 'ttm' and comment['text'] == 
'label:unknown_failure':
                         labeled = comment['id']
-                    if comment['text'].find('@ttm ignore') >= 0:
+                    if re.search(r'@ttm:? ignore', comment['text']):
                         to_ignore = True
                 ignored = len(refs) > 0
                 for ref in refs:

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.UxoGCr/_old  2017-12-29 18:51:06.969336540 +0100
+++ /var/tmp/diff_new_pack.UxoGCr/_new  2017-12-29 18:51:06.969336540 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20171219.55e468e
-mtime: 1513686870
-commit: 55e468e553376559cc88bdd0de8ccd90c1f68c35
+version: 20171226.96a3eec
+mtime: 1514288186
+commit: 96a3eec425d49f995a85e000da4a8799b5a6a461
 


Reply via email to