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 2026-06-27 18:07:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Sat Jun 27 18:07:36 2026 rev:556 rq:1361935 version:20260619.fab48a07
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2026-06-22 17:26:21.155294118 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.11887/openSUSE-release-tools.changes
2026-06-27 18:09:46.231430186 +0200
@@ -1,0 +2,6 @@
+Fri Jun 19 15:08:53 UTC 2026 - [email protected]
+
+- Update to version 20260619.fab48a07:
+ * Move dashboard to Leap 16.0 + 16.1
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20260612.e4dd77ac.obscpio
New:
----
openSUSE-release-tools-20260619.fab48a07.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.sgLz16/_old 2026-06-27 18:09:47.039457548 +0200
+++ /var/tmp/diff_new_pack.sgLz16/_new 2026-06-27 18:09:47.043457684 +0200
@@ -21,7 +21,7 @@
%define announcer_filename factory-package-news
%define services osrt-slsa.target [email protected]
[email protected] [email protected] [email protected]
[email protected] [email protected]
Name: openSUSE-release-tools
-Version: 20260612.e4dd77ac
+Version: 20260619.fab48a07
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.sgLz16/_old 2026-06-27 18:09:47.091459309 +0200
+++ /var/tmp/diff_new_pack.sgLz16/_new 2026-06-27 18:09:47.091459309 +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">e4dd77acfb891ccbfe04e75faab83e93917e4b02</param>
+ <param
name="changesrevision">fab48a07bb41bcbdffd2d992f4c3a9041f0b65b4</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20260612.e4dd77ac.obscpio ->
openSUSE-release-tools-20260619.fab48a07.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20260612.e4dd77ac/dashboard/generate.py
new/openSUSE-release-tools-20260619.fab48a07/dashboard/generate.py
--- old/openSUSE-release-tools-20260612.e4dd77ac/dashboard/generate.py
2026-06-12 16:56:44.000000000 +0200
+++ new/openSUSE-release-tools-20260619.fab48a07/dashboard/generate.py
2026-06-19 17:07:25.000000000 +0200
@@ -78,11 +78,28 @@
LEAP_PROJECTS = [
{
- 'name': 'openSUSE:Leap:15.6:Images',
- 'nick': 'Leap:15.6:Images',
- 'openqa_group': 'openSUSE Leap 15.6 Images',
- 'openqa_version': '15.6',
- 'openqa_groupid': 117,
+ 'name': 'openSUSE:Leap:16.0:Products',
+ 'nick': 'Leap 16.0',
+ 'download_url':
'https://download.opensuse.org/distribution/leap/16.0/',
+ 'openqa_group': 'openSUSE Leap 16.0',
+ 'openqa_version': '16.0',
+ 'openqa_groupid': 129,
+ },
+ {
+ 'name': 'openSUSE:Leap:16.0:Images',
+ 'nick': 'Leap 16.0 Images',
+ 'download_url':
'https://download.opensuse.org/distribution/leap/16.0/appliances',
+ 'openqa_group': 'openSUSE Leap 16.0 Images',
+ 'openqa_version': '16.0',
+ 'openqa_groupid': 126,
+ },
+ {
+ 'name': 'openSUSE:Leap:16.1:Products',
+ 'nick': 'Leap 16.1',
+ 'download_url':
'https://download.opensuse.org/distribution/leap/16.1/',
+ 'openqa_group': 'openSUSE Leap 16.1',
+ 'openqa_version': '16.1',
+ 'openqa_groupid': 139,
},
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20260612.e4dd77ac/dashboard/templates/dashboard.html
new/openSUSE-release-tools-20260619.fab48a07/dashboard/templates/dashboard.html
---
old/openSUSE-release-tools-20260612.e4dd77ac/dashboard/templates/dashboard.html
2026-06-12 16:56:44.000000000 +0200
+++
new/openSUSE-release-tools-20260619.fab48a07/dashboard/templates/dashboard.html
2026-06-19 17:07:25.000000000 +0200
@@ -145,15 +145,9 @@
<tr>
<th>Part</th>
<th>standard</th>
- {% if is_leap %}
- <th>ports</th>
- <th>step</th>
- {% endif %}
<th>product</th>
<th>images</th>
- {% if not is_leap %}
<th>containerfile</th>
- {% endif %}
<th>source</th>
<th>testing</th>
<th>published</th>
@@ -167,15 +161,9 @@
<a class="project-link text-decoration-none"
href="https://build.opensuse.org/project/show/{{ project.name }}">{{
project.nick }}</a>
</td>
<td data-label="Standard">{{ repository_progress(project,
'standard') }}</td>
- {% if is_leap %}
- <td data-label="Ports">{{ repository_progress(project, 'ports')
}}</td>
- <td data-label="Step">{{ repository_progress(project, 'step')
}}</td>
- {% endif %}
<td data-label="Product">{{ repository_progress(project,
'product') }}</td>
<td data-label="Images">{{ repository_progress(project, 'images')
}}</td>
- {% if not is_leap %}
<td data-label="Containerfile">{{ repository_progress(project,
'containerfile') }}</td>
- {% endif %}
<td data-label="Source">
{% if project.ttm_version %}
<a class="text-decoration-none fw-semibold text-primary"
href="https://build.opensuse.org/package/show/{{ project.name }}/000product">{{
project.ttm_version }}</a>
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.sgLz16/_old 2026-06-27 18:09:47.995489924 +0200
+++ /var/tmp/diff_new_pack.sgLz16/_new 2026-06-27 18:09:47.999490059 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20260612.e4dd77ac
-mtime: 1781276204
-commit: e4dd77acfb891ccbfe04e75faab83e93917e4b02
+version: 20260619.fab48a07
+mtime: 1781881645
+commit: fab48a07bb41bcbdffd2d992f4c3a9041f0b65b4