Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2019-10-18 14:36:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Fri Oct 18 14:36:28 2019 rev:232 rq:739126 version:20191017.16ae84df
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2019-10-17 12:22:37.375122070 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2352/openSUSE-release-tools.changes
2019-10-18 14:36:32.363754055 +0200
@@ -1,0 +2,18 @@
+Thu Oct 17 11:07:50 UTC 2019 - [email protected]
+
+- Update to version 20191017.16ae84df:
+ * suppkg_rebuild: decode bytes before comparing
+
+-------------------------------------------------------------------
+Thu Oct 17 07:52:03 UTC 2019 - [email protected]
+
+- Update to version 20191017.23d4c737:
+ * build-fail-notification: Fix how we address the user
+
+-------------------------------------------------------------------
+Wed Oct 16 17:43:25 UTC 2019 - [email protected]
+
+- Update to version 20191016.ad934285:
+ * Added Vagrant box in 15-SP2 release tool
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20191016.455c1428.obscpio
New:
----
openSUSE-release-tools-20191017.16ae84df.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.2muTJT/_old 2019-10-18 14:36:33.971749868 +0200
+++ /var/tmp/diff_new_pack.2muTJT/_new 2019-10-18 14:36:33.987749826 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20191016.455c1428
+Version: 20191017.16ae84df
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.2muTJT/_old 2019-10-18 14:36:34.043749680 +0200
+++ /var/tmp/diff_new_pack.2muTJT/_new 2019-10-18 14:36:34.043749680 +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">8bae3694e8a3cdbad2847a01dbfd69b73a165fc1</param>
+ <param
name="changesrevision">b894e97359a37674b88cbad8f5d7b9a760525ca1</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20191016.455c1428.obscpio ->
openSUSE-release-tools-20191017.16ae84df.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20191016.455c1428/build-fail-reminder.py
new/openSUSE-release-tools-20191017.16ae84df/build-fail-reminder.py
--- old/openSUSE-release-tools-20191016.455c1428/build-fail-reminder.py
2019-10-16 17:30:40.000000000 +0200
+++ new/openSUSE-release-tools-20191017.16ae84df/build-fail-reminder.py
2019-10-17 13:03:22.000000000 +0200
@@ -30,7 +30,7 @@
def jdefault(o):
return o.__dict__
-MAIL_TEMPLATES = ( u"""Dear %(recepient)s,
+MAIL_TEMPLATES = ( u"""Dear %(recipient)s,
Please be informed that '%(package)s' in %(project)s has
not had a successful build since %(date)s. See
@@ -52,7 +52,7 @@
Kind regards,
%(sender)s
""",
-u"""Dear %(recepient)s,
+u"""Dear %(recipient)s,
Following-up the reminder of one week ago, we have to inform you that
'%(package)s' is still failing in %(project)s. See
@@ -174,7 +174,7 @@
fullname = Person[userid][1]
subject = '%s - %s - Build fail notification' % (project,
package)
text = MAIL_TEMPLATES[Reminded[package].remindCount-1] % {
- 'recepient': to,
+ 'recipient': fullname,
'sender': sender,
'project' : project,
'package' : package,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20191016.455c1428/gocd/sp2.target.gocd.yaml
new/openSUSE-release-tools-20191017.16ae84df/gocd/sp2.target.gocd.yaml
--- old/openSUSE-release-tools-20191016.455c1428/gocd/sp2.target.gocd.yaml
2019-10-16 17:30:40.000000000 +0200
+++ new/openSUSE-release-tools-20191017.16ae84df/gocd/sp2.target.gocd.yaml
2019-10-17 13:03:22.000000000 +0200
@@ -82,6 +82,7 @@
tasks:
- script: |-
for product in kiwi-templates-JeOS \
+ SLED-15-SP2-Vagrant SLES-15-SP2-Vagrant \
SLES15-SP2-Azure SLES15-SP2-Azure-BYOS \
SLES15-SP2-Azure-Priority SLES15-SP2-Azure-Standard \
SLES15-SP2-EC2-ECS-HVM SLES15-SP2-EC2-HVM \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20191016.455c1428/suppkg_rebuild.py
new/openSUSE-release-tools-20191017.16ae84df/suppkg_rebuild.py
--- old/openSUSE-release-tools-20191016.455c1428/suppkg_rebuild.py
2019-10-16 17:30:40.000000000 +0200
+++ new/openSUSE-release-tools-20191017.16ae84df/suppkg_rebuild.py
2019-10-17 13:03:22.000000000 +0200
@@ -151,7 +151,7 @@
osc.core.rebuild(self.apiurl, stgname, None, None, None)
stg.find('rebuild').text = 'unneeded'
- rebuild_data_updated = ET.tostring(root)
+ rebuild_data_updated = ET.tostring(root).decode()
logging.debug(rebuild_data_updated)
if rebuild_data_updated != rebuild_data:
logging.info('Updating support pkg list...')
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.2muTJT/_old 2019-10-18 14:36:35.051747055 +0200
+++ /var/tmp/diff_new_pack.2muTJT/_new 2019-10-18 14:36:35.051747055 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20191016.455c1428
-mtime: 1571239840
-commit: 455c14289dd5534f888f5dbf796644cf7c0e79e2
+version: 20191017.16ae84df
+mtime: 1571310202
+commit: 16ae84dfac00b09939e8b58d63f7ff67001b7234