Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Leap:15.2 checked in at 2020-02-06 21:36:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.openSUSE-release-tools.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Thu Feb  6 21:36:45 2020 rev:297 rq:770188 version:20200203.fe919b2b

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/openSUSE-release-tools/openSUSE-release-tools.changes
  2020-02-04 17:59:44.708942190 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.openSUSE-release-tools.new.26092/openSUSE-release-tools.changes
       2020-02-06 21:36:54.592117301 +0100
@@ -1,0 +2,8 @@
+Mon Feb 03 17:08:04 UTC 2020 - opensuse-releaset...@opensuse.org
+
+- Update to version 20200203.fe919b2b:
+  * Added new images in 15-SP2 release tool config
+  * dashboard: add groupid to have proper link for aarch64, powerpc, s390x
+  * dashboard: fix openQA link
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20200131.e3c26df9.obscpio

New:
----
  openSUSE-release-tools-20200203.fe919b2b.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.Xrdfbe/_old  2020-02-06 21:36:56.104117942 +0100
+++ /var/tmp/diff_new_pack.Xrdfbe/_new  2020-02-06 21:36:56.128117952 +0100
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20200131.e3c26df9
+Version:        20200203.fe919b2b
 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.Xrdfbe/_old  2020-02-06 21:36:56.480118102 +0100
+++ /var/tmp/diff_new_pack.Xrdfbe/_new  2020-02-06 21:36:56.492118107 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">e3c26df939e6990621c69b1fd42bd9c4254437fa</param>
+    <param 
name="changesrevision">fe919b2bfd8bc430f05f5fbc83f061763d6f5d85</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20200131.e3c26df9.obscpio -> 
openSUSE-release-tools-20200203.fe919b2b.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20200131.e3c26df9/dashboard/generate.py 
new/openSUSE-release-tools-20200203.fe919b2b/dashboard/generate.py
--- old/openSUSE-release-tools-20200131.e3c26df9/dashboard/generate.py  
2020-01-31 19:20:49.000000000 +0100
+++ new/openSUSE-release-tools-20200203.fe919b2b/dashboard/generate.py  
2020-02-03 18:07:32.000000000 +0100
@@ -161,10 +161,10 @@
     fetcher.add('openSUSE:Factory:Live', nick='Live')
     fetcher.add('openSUSE:Factory:Rings:0-Bootstrap', nick='Ring 0')
     fetcher.add('openSUSE:Factory:Rings:1-MinimalX', nick='Ring 1')
-    fetcher.add('openSUSE:Factory:ARM', nick='ARM', 
download_url='http://download.opensuse.org/ports/aarch64/tumbleweed/iso/', 
openqa_groupid=3)
+    fetcher.add('openSUSE:Factory:ARM', nick='ARM', 
download_url='http://download.opensuse.org/ports/aarch64/tumbleweed/iso/', 
openqa_group='openSUSE Tumbleweed AArch64', openqa_version='Tumbleweed', 
openqa_groupid=3)
     fetcher.add('openSUSE:Factory:ARM:Live', nick='ARM Live')
-    fetcher.add('openSUSE:Factory:PowerPC', nick='Power', 
download_url='http://download.opensuse.org/ports/ppc/tumbleweed/iso/', 
openqa_groupid=4)
-    fetcher.add('openSUSE:Factory:zSystems', nick='System Z', 
download_url='http://download.opensuse.org/ports/zsystems/tumbleweed/iso/', 
openqa_groupid=34)
+    fetcher.add('openSUSE:Factory:PowerPC', nick='Power', 
download_url='http://download.opensuse.org/ports/ppc/tumbleweed/iso/', 
openqa_group='openSUSE Tumbleweed PowerPC', openqa_version='Tumbleweed', 
openqa_groupid=4)
+    fetcher.add('openSUSE:Factory:zSystems', nick='System Z', 
download_url='http://download.opensuse.org/ports/zsystems/tumbleweed/iso/', 
openqa_group='openSUSE Tumbleweed s390x', openqa_version='Tumbleweed', 
openqa_groupid=34)
     fetcher.add('openSUSE:Factory:RISCV', nick='Risc V', 
download_url='http://download.opensuse.org/ports/riscv/tumbleweed/iso/')
 
     with app.app_context():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20200131.e3c26df9/dashboard/templates/dashboard.html 
new/openSUSE-release-tools-20200203.fe919b2b/dashboard/templates/dashboard.html
--- 
old/openSUSE-release-tools-20200131.e3c26df9/dashboard/templates/dashboard.html 
    2020-01-31 19:20:49.000000000 +0100
+++ 
new/openSUSE-release-tools-20200203.fe919b2b/dashboard/templates/dashboard.html 
    2020-02-03 18:07:32.000000000 +0100
@@ -53,7 +53,7 @@
           {% set ttm_testing = project.ttm_status.get('testing') %}
           {% if ttm_testing %}
            {% if project.openqa_version %}
-             <a 
href='https://openqa.opensuse.org/tests/overview?distri=opensuse&version={{ 
project.openqa_version }}'>{{ ttm_testing }}</a>
+             <a href='https://openqa.opensuse.org/tests/overview?version={{ 
project.openqa_version }}&groupid={{ project.openqa_id }}'>{{ ttm_testing }}</a>
            {% else %}
              {{ ttm_testing }}
            {% endif %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20200131.e3c26df9/gocd/sp2.target.gocd.yaml 
new/openSUSE-release-tools-20200203.fe919b2b/gocd/sp2.target.gocd.yaml
--- old/openSUSE-release-tools-20200131.e3c26df9/gocd/sp2.target.gocd.yaml      
2020-01-31 19:20:49.000000000 +0100
+++ new/openSUSE-release-tools-20200203.fe919b2b/gocd/sp2.target.gocd.yaml      
2020-02-03 18:07:32.000000000 +0100
@@ -82,14 +82,18 @@
         tasks:
         - script: |-
             for product in kiwi-templates-JeOS \
+                SLES15-SP2-BYOS SLES15-SP2-HPC-BYOS \
+                SLES15-SP2-SAP SLES15-SP2-SAP-BYOS \
                 SLED-15-SP2-Vagrant SLES-15-SP2-Vagrant \
                 SLES15-SP2-CHOST-BYOS SLES15-SP2-on-demand \
                 SLES15-SP2-Azure SLES15-SP2-Azure-BYOS \
                 SLES15-SP2-Azure-Priority SLES15-SP2-Azure-Standard \
+                SLES15-SP2-Azure-HPC \
                 SLES15-SP2-EC2-ECS-HVM SLES15-SP2-EC2-HVM \
                 SLES15-SP2-EC2-HVM-BYOS SLES15-SP2-GCE SLES15-SP2-GCE-BYOS \
                 SLES15-SP2-SAP-Azure SLES15-SP2-SAP-Azure-BYOS \
                 SLES15-SP2-SAP-Azure-LI-BYOS \
+                SLES15-SP2-SAP-Azure-VLI-BYOS \
                 SLES15-SP2-SAP-EC2-HVM SLES15-SP2-SAP-EC2-HVM-BYOS \
                 SLES15-SP2-OCI-BYOS SLES15-SP2-SAP-OCI-BYOS \
                 SLES15-SP2-SAP-GCE SLES15-SP2-SAP-GCE-BYOS 000product; do

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.Xrdfbe/_old  2020-02-06 21:36:58.460118942 +0100
+++ /var/tmp/diff_new_pack.Xrdfbe/_new  2020-02-06 21:36:58.464118944 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20200131.e3c26df9
-mtime: 1580494849
-commit: e3c26df939e6990621c69b1fd42bd9c4254437fa
+version: 20200203.fe919b2b
+mtime: 1580749652
+commit: fe919b2bfd8bc430f05f5fbc83f061763d6f5d85
 


Reply via email to