Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2018-06-28 15:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Thu Jun 28 15:14:03 2018 rev:108 rq:619402 version:20180627.d5144d3
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-06-27 10:22:06.634529681 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
2018-06-28 15:14:06.855516439 +0200
@@ -1,0 +2,13 @@
+Wed Jun 27 13:17:25 UTC 2018 - [email protected]
+
+- Update to version 20180627.d5144d3:
+ * Fix JeOS snapshotable detection for Factory:ARM
+
+-------------------------------------------------------------------
+Tue Jun 26 14:03:08 UTC 2018 - [email protected]
+
+- Update to version 20180626.ca7fec3:
+ * TTM for Leap 15.1
+ * Fix norelease
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20180626.15618eb.obscpio
New:
----
openSUSE-release-tools-20180627.d5144d3.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.LkMfe1/_old 2018-06-28 15:14:08.247513890 +0200
+++ /var/tmp/diff_new_pack.LkMfe1/_new 2018-06-28 15:14:08.247513890 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20180626.15618eb
+Version: 20180627.d5144d3
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.LkMfe1/_old 2018-06-28 15:14:08.291513809 +0200
+++ /var/tmp/diff_new_pack.LkMfe1/_new 2018-06-28 15:14:08.291513809 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">140057cad4cdad5b58e66a60cb3ecd697b99a449</param>
+ <param
name="changesrevision">b5fdeccc55c64f3d6838caf85abee5c6d50ed888</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20180626.15618eb.obscpio ->
openSUSE-release-tools-20180627.d5144d3.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20180626.15618eb/totest-manager.py
new/openSUSE-release-tools-20180627.d5144d3/totest-manager.py
--- old/openSUSE-release-tools-20180626.15618eb/totest-manager.py
2018-06-26 06:59:07.000000000 +0200
+++ new/openSUSE-release-tools-20180627.d5144d3/totest-manager.py
2018-06-27 15:07:14.000000000 +0200
@@ -57,6 +57,7 @@
def __init__(self, project, dryrun=False, norelease=False, api_url=None,
openqa_server='https://openqa.opensuse.org', test_subproject=None):
self.project = project
self.dryrun = dryrun
+ self.norelease = norelease
if not api_url:
api_url = osc.conf.config['apiurl']
self.api = StagingAPI(api_url, project=project)
@@ -776,6 +777,7 @@
'000product:openSUSE-ftp-ftp-armv6hl']
livecd_products = ['JeOS']
+ livecd_archs = ['armv7l']
def __init__(self, *args, **kwargs):
ToTestFactory.__init__(self, *args, **kwargs)
@@ -790,7 +792,7 @@
return 2
-class ToTest150(ToTestBaseNew):
+class ToTest151(ToTestBaseNew):
main_products = [
'000product:openSUSE-cd-mini-x86_64',
'000product:openSUSE-dvd5-dvd-x86_64',
@@ -803,7 +805,7 @@
livecd_products = []
def openqa_group(self):
- return 'openSUSE Leap 15.0'
+ return 'openSUSE Leap 15.1'
def get_current_snapshot(self):
return self.iso_build_version(self.project + ':ToTest',
self.main_products[0])
@@ -874,6 +876,11 @@
def jobs_num(self):
return 13
+class ToTest151Images(ToTest150Images):
+
+ def openqa_group(self):
+ return 'openSUSE Leap 15.1 Images'
+
class ToTestSLE150(ToTestBaseNew):
main_products = [
@@ -918,9 +925,10 @@
'openSUSE:Factory:PowerPC': ToTestFactoryPowerPC,
'openSUSE:Factory:ARM': ToTestFactoryARM,
'openSUSE:Factory:zSystems': ToTestFactoryzSystems,
- 'openSUSE:Leap:15.0': ToTest150,
+ 'openSUSE:Leap:15.1': ToTest151,
'openSUSE:Leap:15.0:Ports': ToTest150Ports,
'openSUSE:Leap:15.0:Images': ToTest150Images,
+ 'openSUSE:Leap:15.1:Images': ToTest151Images,
'SUSE:SLE-15:GA': ToTestSLE150,
}
self.openqa_server = {
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.LkMfe1/_old 2018-06-28 15:14:08.779512915 +0200
+++ /var/tmp/diff_new_pack.LkMfe1/_new 2018-06-28 15:14:08.779512915 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20180626.15618eb
-mtime: 1529989147
-commit: 15618eb05cbf389b0d9614e8952f4a19f35a9566
+version: 20180627.d5144d3
+mtime: 1530104834
+commit: d5144d37fe5915be4cb0a4c8f2548f24199f86d7