Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Leap:15.2 checked in at 2020-02-13 14:41:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 13 14:41:14 2020 rev:298 rq:774110 version:20200212.07272268
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/openSUSE-release-tools/openSUSE-release-tools.changes
2020-02-06 21:36:54.592117301 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.openSUSE-release-tools.new.26092/openSUSE-release-tools.changes
2020-02-13 14:41:17.533671629 +0100
@@ -1,0 +2,6 @@
+Wed Feb 12 09:17:41 UTC 2020 - [email protected]
+
+- Update to version 20200212.07272268:
+ * ttm: add appx support for WSL images
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20200203.fe919b2b.obscpio
New:
----
openSUSE-release-tools-20200212.07272268.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.18rwGL/_old 2020-02-13 14:41:18.557672191 +0100
+++ /var/tmp/diff_new_pack.18rwGL/_new 2020-02-13 14:41:18.561672192 +0100
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20200203.fe919b2b
+Version: 20200212.07272268
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.18rwGL/_old 2020-02-13 14:41:18.601672214 +0100
+++ /var/tmp/diff_new_pack.18rwGL/_new 2020-02-13 14:41:18.601672214 +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">fe919b2bfd8bc430f05f5fbc83f061763d6f5d85</param>
+ <param
name="changesrevision">07272268771c468e0f418c9faed028e2afa9c0d7</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20200203.fe919b2b.obscpio ->
openSUSE-release-tools-20200212.07272268.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20200203.fe919b2b/gocd/totestmanager.gocd.yaml
new/openSUSE-release-tools-20200212.07272268/gocd/totestmanager.gocd.yaml
--- old/openSUSE-release-tools-20200203.fe919b2b/gocd/totestmanager.gocd.yaml
2020-02-03 18:07:32.000000000 +0100
+++ new/openSUSE-release-tools-20200212.07272268/gocd/totestmanager.gocd.yaml
2020-02-12 10:15:01.000000000 +0100
@@ -63,6 +63,27 @@
- script: |-
install -D /home/go/config/openqa-client.conf
/home/go/.config/openqa/client.conf
scripts/totest-manager.py -A https://api.opensuse.org --debug run
openSUSE:Factory:PowerPC
+ TTM.Factory_WSL:
+ group: openSUSE.Checkers
+ lock_behavior: unlockWhenFinished
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-totest-manager
+ materials:
+ script:
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ destination: scripts
+ timer:
+ spec: 0 */15 * ? * *
+ only_on_changes: false
+ stages:
+ - Run:
+ approval: manual
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ install -D /home/go/config/openqa-client.conf
/home/go/.config/openqa/client.conf
+ scripts/totest-manager.py -A https://api.opensuse.org --debug run
openSUSE:Factory:WSL
TTM.Factory_zSystems:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20200203.fe919b2b/gocd/totestmanager.gocd.yaml.erb
new/openSUSE-release-tools-20200212.07272268/gocd/totestmanager.gocd.yaml.erb
---
old/openSUSE-release-tools-20200203.fe919b2b/gocd/totestmanager.gocd.yaml.erb
2020-02-03 18:07:32.000000000 +0100
+++
new/openSUSE-release-tools-20200212.07272268/gocd/totestmanager.gocd.yaml.erb
2020-02-12 10:15:01.000000000 +0100
@@ -1,6 +1,6 @@
format_version: 3
pipelines:
-<% for project in %w(openSUSE:Factory openSUSE:Factory:ARM
openSUSE:Factory:PowerPC
+<% for project in %w(openSUSE:Factory openSUSE:Factory:ARM
openSUSE:Factory:PowerPC openSUSE:Factory:WSL
openSUSE:Factory:zSystems openSUSE:Leap:15.1:Images
openSUSE:Leap:15.2:Images
openSUSE:Leap:15.1:ARM:Images
openSUSE:Leap:15.2:ARM:Images openSUSE:Leap:15.2 openSUSE:Leap:15.2:ARM
openSUSE:Leap:15.2:PowerPC) -%>
TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20200203.fe919b2b/ttm/manager.py
new/openSUSE-release-tools-20200212.07272268/ttm/manager.py
--- old/openSUSE-release-tools-20200203.fe919b2b/ttm/manager.py 2020-02-03
18:07:32.000000000 +0100
+++ new/openSUSE-release-tools-20200212.07272268/ttm/manager.py 2020-02-12
10:15:01.000000000 +0100
@@ -63,7 +63,7 @@
def iso_build_version(self, project, tree, repo=None, arch=None):
for binary in self.binaries_of_product(project, tree, repo=repo,
arch=arch):
- result =
re.match(r'.*-(?:Build|Snapshot)([0-9.]+)(?:-Media.*\.iso|\.docker\.tar\.xz|\.raw\.xz)',
binary)
+ result =
re.match(r'.*-(?:Build|Snapshot)([0-9.]+)(?:-Media.*\.iso|\.docker\.tar\.xz|\.raw\.xz|\.appx)',
binary)
if result:
return result.group(1)
raise NotFoundException("can't find %s iso version" % project)
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.18rwGL/_old 2020-02-13 14:41:19.133672506 +0100
+++ /var/tmp/diff_new_pack.18rwGL/_new 2020-02-13 14:41:19.133672506 +0100
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20200203.fe919b2b
-mtime: 1580749652
-commit: fe919b2bfd8bc430f05f5fbc83f061763d6f5d85
+version: 20200212.07272268
+mtime: 1581498901
+commit: 07272268771c468e0f418c9faed028e2afa9c0d7