Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2019-09-09 12:35:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Mon Sep 9 12:35:17 2019 rev:215 rq:729185 version:20190905.783a0674
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2019-09-07 11:50:08.394302094 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.7948/openSUSE-release-tools.changes
2019-09-09 12:35:31.585470932 +0200
@@ -1,0 +2,12 @@
+Thu Sep 05 19:15:22 UTC 2019 - [email protected]
+
+- Update to version 20190905.783a0674:
+ * osclib/comments: command_find(): allow seperators after user.
+
+-------------------------------------------------------------------
+Thu Sep 05 11:07:51 UTC 2019 - [email protected]
+
+- Update to version 20190905.b269bf48:
+ * announce.gocd.yaml: escape the : in pipeline names
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20190905.a24bcf0f.obscpio
New:
----
openSUSE-release-tools-20190905.783a0674.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.idbo9V/_old 2019-09-09 12:35:37.569469954 +0200
+++ /var/tmp/diff_new_pack.idbo9V/_new 2019-09-09 12:35:37.573469953 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20190905.a24bcf0f
+Version: 20190905.783a0674
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.idbo9V/_old 2019-09-09 12:35:37.609469947 +0200
+++ /var/tmp/diff_new_pack.idbo9V/_new 2019-09-09 12:35:37.609469947 +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">3d7b3fbb03d78d8f9eb9fe36cf24e3b5eec7bd13</param>
+ <param
name="changesrevision">783a06742387cf95a9765eebb8754c4924125146</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20190905.a24bcf0f.obscpio ->
openSUSE-release-tools-20190905.783a0674.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20190905.a24bcf0f/gocd/announcer.gocd.yaml
new/openSUSE-release-tools-20190905.783a0674/gocd/announcer.gocd.yaml
--- old/openSUSE-release-tools-20190905.a24bcf0f/gocd/announcer.gocd.yaml
2019-09-05 12:59:37.000000000 +0200
+++ new/openSUSE-release-tools-20190905.783a0674/gocd/announcer.gocd.yaml
2019-09-05 21:14:31.000000000 +0200
@@ -54,7 +54,7 @@
- staging-bot
tasks:
- script: ./factory-package-news/announcer.py --config
config/announcer/openSUSE:MicroOS.yml --verbose --state-file
/home/go/config/announcer.yaml
- Announcer.Leap:15.2:
+ Announcer.Leap_15.2:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20190905.a24bcf0f/gocd/announcer.gocd.yaml.erb
new/openSUSE-release-tools-20190905.783a0674/gocd/announcer.gocd.yaml.erb
--- old/openSUSE-release-tools-20190905.a24bcf0f/gocd/announcer.gocd.yaml.erb
2019-09-05 12:59:37.000000000 +0200
+++ new/openSUSE-release-tools-20190905.783a0674/gocd/announcer.gocd.yaml.erb
2019-09-05 21:14:31.000000000 +0200
@@ -1,7 +1,8 @@
format_version: 3
pipelines:
<% ['Factory', 'Kubic', 'MicroOS', 'Leap:15.2'].each_with_index do |project,
index| -%>
- Announcer.<%= project %>:
+<% name = project.gsub(':', '_') -%>
+ Announcer.<%= name %>:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20190905.a24bcf0f/osclib/comments.py
new/openSUSE-release-tools-20190905.783a0674/osclib/comments.py
--- old/openSUSE-release-tools-20190905.a24bcf0f/osclib/comments.py
2019-09-05 12:59:37.000000000 +0200
+++ new/openSUSE-release-tools-20190905.783a0674/osclib/comments.py
2019-09-05 21:14:31.000000000 +0200
@@ -103,7 +103,7 @@
Usage (in comment):
@<user> <command> [args...]
"""
- command_re = re.compile(r'^@(?P<user>[^ ]+) (?P<args>.*)$',
re.MULTILINE)
+ command_re = re.compile(r'^@(?P<user>[^ ,:]+)[,:]? (?P<args>.*)$',
re.MULTILINE)
# Search for commands in the order the comment was created.
for comment in sorted(comments.values(), key=lambda c: c['when']):
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.idbo9V/_old 2019-09-09 12:35:38.173469854 +0200
+++ /var/tmp/diff_new_pack.idbo9V/_new 2019-09-09 12:35:38.177469854 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20190905.a24bcf0f
-mtime: 1567681177
-commit: a24bcf0f20a3dc2346f928c110854904a546a526
+version: 20190905.783a0674
+mtime: 1567710871
+commit: 783a06742387cf95a9765eebb8754c4924125146