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-12-24 14:51:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Sat Dec 24 14:51:55 2022 rev:457 rq:1045004 version:20221216.84941bd
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-12-08 16:52:14.555807901 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1563/openSUSE-release-tools.changes
2022-12-24 14:52:57.631865801 +0100
@@ -1,0 +2,26 @@
+Fri Dec 16 11:21:11 UTC 2022 - [email protected]
+
+- Update to version 20221216.84941bd:
+ * gocd: ensure timeout is set for packagelist generation
+
+-------------------------------------------------------------------
+Tue Dec 13 18:58:35 UTC 2022 - [email protected]
+
+- Update to version 20221213.82ee694:
+ * dashboard: add openQA information to Legacy x86
+
+-------------------------------------------------------------------
+Mon Dec 12 16:47:23 UTC 2022 - [email protected]
+
+- Update to version 20221212.41dbcc8:
+ * dashboard: Add LegacyX86 port and sort the list
+ * staging_accept: update Factory version in LegacyX86 port on accept
+
+-------------------------------------------------------------------
+Mon Dec 12 13:27:47 UTC 2022 - [email protected]
+
+- Update to version 20221212.5effc63:
+ * retab the line use spaces instead
+ * publish_distro add --now to set PUBLISH_DELAY=0
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20221130.db5d69f.obscpio
New:
----
openSUSE-release-tools-20221216.84941bd.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.urUHdA/_old 2022-12-24 14:52:58.335869909 +0100
+++ /var/tmp/diff_new_pack.urUHdA/_new 2022-12-24 14:52:58.343869955 +0100
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20221130.db5d69f
+Version: 20221216.84941bd
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.urUHdA/_old 2022-12-24 14:52:58.391870235 +0100
+++ /var/tmp/diff_new_pack.urUHdA/_new 2022-12-24 14:52:58.395870259 +0100
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">db5d69ffc61df5a51df915a0330bb5ce8c9e658f</param>
+ <param
name="changesrevision">84941bd2b4093fe19ebcb727d15f3ddbebe9eed2</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20221130.db5d69f.obscpio ->
openSUSE-release-tools-20221216.84941bd.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20221130.db5d69f/dashboard/generate.py
new/openSUSE-release-tools-20221216.84941bd/dashboard/generate.py
--- old/openSUSE-release-tools-20221130.db5d69f/dashboard/generate.py
2022-11-30 10:50:01.000000000 +0100
+++ new/openSUSE-release-tools-20221216.84941bd/dashboard/generate.py
2022-12-16 12:20:09.000000000 +0100
@@ -161,14 +161,17 @@
fetcher.add('openSUSE:Factory:ARM:Live', nick='ARM Live')
fetcher.add('openSUSE:Factory:ARM:Rings:0-Bootstrap', nick='ARM Ring
0')
fetcher.add('openSUSE:Factory:ARM:Rings:1-MinimalX', nick='ARM Ring 1')
+ fetcher.add('openSUSE:Factory:LegacyX86', nick='Legacy X86',
+
download_url='http://download.opensuse.org/ports/i586/tumbleweed/iso/',
+ openqa_group='openSUSE Tumbleweed Legacy x86',
openqa_version='Tumbleweed', openqa_groupid=75)
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:RISCV', nick='Risc V',
+
download_url='http://download.opensuse.org/ports/riscv/tumbleweed/iso/')
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/')
else:
fetcher.add('openSUSE:Leap:Micro:5.3', nick='Leap:Micro:5.3',
download_url='https://download.opensuse.org/distribution/leap-micro/5.3/product/iso',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20221130.db5d69f/gocd/alp.gocd.yaml
new/openSUSE-release-tools-20221216.84941bd/gocd/alp.gocd.yaml
--- old/openSUSE-release-tools-20221130.db5d69f/gocd/alp.gocd.yaml
2022-11-30 10:50:01.000000000 +0100
+++ new/openSUSE-release-tools-20221216.84941bd/gocd/alp.gocd.yaml
2022-12-16 12:20:09.000000000 +0100
@@ -17,24 +17,28 @@
type: manual
jobs:
SUSE_ALP_target:
+ timeout: 60
resources:
- repo-checker
tasks:
- script: python3 -u ./pkglistgen.py -d -A
https://api.opensuse.org update_and_solve -p SUSE:ALP -s target
--only-release-packages --force
- script: python3 -u ./pkglistgen.py -d -A
https://api.opensuse.org update_and_solve -p SUSE:ALP -s target
SUSE_ALP_PowerPC:
+ timeout: 60
resources:
- repo-checker
tasks:
- script: python3 -u ./pkglistgen.py -d -A
https://api.opensuse.org update_and_solve -p SUSE:ALP:PowerPC -s target
--only-release-packages --force
- script: python3 -u ./pkglistgen.py -d -A
https://api.opensuse.org update_and_solve -p SUSE:ALP:PowerPC -s target
SUSE_ALP_zSystems:
+ timeout: 60
resources:
- repo-checker
tasks:
- script: python3 -u ./pkglistgen.py -d -A
https://api.opensuse.org update_and_solve -p SUSE:ALP:zSystems -s target
--only-release-packages --force
- script: python3 -u ./pkglistgen.py -d -A
https://api.opensuse.org update_and_solve -p SUSE:ALP:zSystems -s target
SUSE_ALP_RISCV:
+ timeout: 60
resources:
- repo-checker
tasks:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20221130.db5d69f/gocd/alp.gocd.yaml.erb
new/openSUSE-release-tools-20221216.84941bd/gocd/alp.gocd.yaml.erb
--- old/openSUSE-release-tools-20221130.db5d69f/gocd/alp.gocd.yaml.erb
2022-11-30 10:50:01.000000000 +0100
+++ new/openSUSE-release-tools-20221216.84941bd/gocd/alp.gocd.yaml.erb
2022-12-16 12:20:09.000000000 +0100
@@ -27,6 +27,7 @@
end
-%>
<%= name %>:
+ timeout: 60
resources:
- repo-checker
tasks:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20221130.db5d69f/osclib/accept_command.py
new/openSUSE-release-tools-20221216.84941bd/osclib/accept_command.py
--- old/openSUSE-release-tools-20221130.db5d69f/osclib/accept_command.py
2022-11-30 10:50:01.000000000 +0100
+++ new/openSUSE-release-tools-20221216.84941bd/osclib/accept_command.py
2022-12-16 12:20:09.000000000 +0100
@@ -276,6 +276,7 @@
self.update_version_attribute(project, curr_version)
ports_prjs = ['PowerPC', 'ARM', 'zSystems', 'RISCV']
+ ports_prjs = ['ARM', 'LegacyX86', 'PowerPC', 'RISCV', 'zSystems']
for ports in ports_prjs:
project = self.api.project + ':' + ports
if self.api.item_exists(project):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20221130.db5d69f/publish_distro
new/openSUSE-release-tools-20221216.84941bd/publish_distro
--- old/openSUSE-release-tools-20221130.db5d69f/publish_distro 2022-11-30
10:50:01.000000000 +0100
+++ new/openSUSE-release-tools-20221216.84941bd/publish_distro 2022-12-16
12:20:09.000000000 +0100
@@ -70,6 +70,10 @@
do_cleanup=1
date="90 days ago"
continue
+ elif [ "$arg" == '--now' ]; then
+ PUBLISH_DELAY=0
+ shift
+ continue
else
newargs+=("$arg")
fi
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.urUHdA/_old 2022-12-24 14:52:59.243875207 +0100
+++ /var/tmp/diff_new_pack.urUHdA/_new 2022-12-24 14:52:59.247875230 +0100
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20221130.db5d69f
-mtime: 1669801801
-commit: db5d69ffc61df5a51df915a0330bb5ce8c9e658f
+version: 20221216.84941bd
+mtime: 1671189609
+commit: 84941bd2b4093fe19ebcb727d15f3ddbebe9eed2