Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2019-08-14 11:37:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Wed Aug 14 11:37:45 2019 rev:202 rq:723159 version:20190813.1e238223
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2019-08-13 13:16:38.713486532 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.9556/openSUSE-release-tools.changes
2019-08-14 11:37:46.668692502 +0200
@@ -1,0 +2,8 @@
+Tue Aug 13 22:28:00 UTC 2019 - [email protected]
+
+- Update to version 20190813.1e238223:
+ * gocd: duplicate Duplicated.Binaries check for Leap.
+ * osclib/request_splitter: quick strategy: s/leaper/origin-manager/.
+ * osclib/request_splitter: quick strategy: remove repo-checker from
whitelist.
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20190809.d73531de.obscpio
New:
----
openSUSE-release-tools-20190813.1e238223.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.NrFodX/_old 2019-08-14 11:37:47.136692418 +0200
+++ /var/tmp/diff_new_pack.NrFodX/_new 2019-08-14 11:37:47.136692418 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20190809.d73531de
+Version: 20190813.1e238223
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.NrFodX/_old 2019-08-14 11:37:47.160692414 +0200
+++ /var/tmp/diff_new_pack.NrFodX/_new 2019-08-14 11:37:47.160692414 +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">d73531de78d0accc3a149e1280be4b3210179eed</param>
+ <param
name="changesrevision">1e238223ec417773606cf0a0f8c4a12c95eb4045</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20190809.d73531de.obscpio ->
openSUSE-release-tools-20190813.1e238223.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20190809.d73531de/gocd/check-duplicated-binaries.gocd.yaml
new/openSUSE-release-tools-20190813.1e238223/gocd/check-duplicated-binaries.gocd.yaml
---
old/openSUSE-release-tools-20190809.d73531de/gocd/check-duplicated-binaries.gocd.yaml
2019-08-09 17:29:01.000000000 +0200
+++
new/openSUSE-release-tools-20190813.1e238223/gocd/check-duplicated-binaries.gocd.yaml
2019-08-14 00:25:09.000000000 +0200
@@ -24,3 +24,27 @@
ln -s $PWD/osclib $tempdir/.osc-plugins
HOME=$tempdir osc staging -p openSUSE:Factory
check_duplicate_binaries --save
rm -rf $tempdir
+ Leap.Duplicated.Binaries:
+ group: openSUSE.Checkers
+ lock_behavior: unlockWhenFinished
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-staging-bot
+ materials:
+ scripts:
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ timer:
+ spec: 0 0 0 ? * *
+ only_on_changes: false
+ stages:
+ - Run:
+ approval: manual
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ tempdir=$(mktemp -d)
+ mkdir -p $tempdir/.osc-plugins
+ ln -s $PWD/osc-staging.py $tempdir/.osc-plugins
+ ln -s $PWD/osclib $tempdir/.osc-plugins
+ HOME=$tempdir osc staging -p openSUSE:Leap:15.2
check_duplicate_binaries --save
+ rm -rf $tempdir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20190809.d73531de/osclib/request_splitter.py
new/openSUSE-release-tools-20190813.1e238223/osclib/request_splitter.py
--- old/openSUSE-release-tools-20190809.d73531de/osclib/request_splitter.py
2019-08-09 17:29:01.000000000 +0200
+++ new/openSUSE-release-tools-20190813.1e238223/osclib/request_splitter.py
2019-08-14 00:25:09.000000000 +0200
@@ -476,8 +476,8 @@
def apply(self, splitter):
super(StrategyQuick, self).apply(splitter)
- # Leaper accepted which means any extra reviews have been added.
- splitter.filter_add('./review[@by_user="leaper" and
@state="accepted"]')
+ # Origin manager accepted which means any extra reviews have been
added.
+ splitter.filter_add('./review[@by_user="origin-manager" and
@state="accepted"]')
# No @by_project reviews that are not accepted. If not first round
stage
# this should also ignore previous staging project reviews or already
@@ -489,12 +489,7 @@
# groups are only those configured as reviewers on the target project.
meta = ET.fromstringlist(show_project_meta(splitter.api.apiurl,
splitter.api.project))
allowed_groups = meta.xpath('group[@role="reviewer"]/@groupid')
- allowed_users = []
- if 'repo-checker' in splitter.config:
- allowed_users.append(splitter.config['repo-checker'])
-
self.filter_review_whitelist(splitter, 'by_group', allowed_groups)
- self.filter_review_whitelist(splitter, 'by_user', allowed_users)
def filter_review_whitelist(self, splitter, attribute, allowed):
# Rather than generate a bunch of @attribute="allowed[0]" pairs
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.NrFodX/_old 2019-08-14 11:37:47.488692355 +0200
+++ /var/tmp/diff_new_pack.NrFodX/_new 2019-08-14 11:37:47.488692355 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20190809.d73531de
-mtime: 1565364541
-commit: d73531de78d0accc3a149e1280be4b3210179eed
+version: 20190813.1e238223
+mtime: 1565735109
+commit: 1e238223ec417773606cf0a0f8c4a12c95eb4045