Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2022-03-07 17:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Mon Mar 7 17:46:55 2022 rev:391 rq:959795 version:20220306.b5436de6
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-03-06 18:16:02.587828179 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1958/openSUSE-release-tools.changes
2022-03-07 17:47:08.555116352 +0100
@@ -1,0 +2,18 @@
+Sun Mar 06 10:10:56 UTC 2022 - [email protected]
+
+- Update to version 20220306.b5436de6:
+ * gocd: Create release packages as early as possible
+
+-------------------------------------------------------------------
+Sat Mar 05 15:02:55 UTC 2022 - [email protected]
+
+- Update to version 20220305.b93adbd9:
+ * pkglistgen: Fix exit values - True is actually bad
+
+-------------------------------------------------------------------
+Sat Mar 05 14:28:55 UTC 2022 - [email protected]
+
+- Update to version 20220305.040e91a1:
+ * gocd: Fix subprocess.run usage
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20220305.b51fd11b.obscpio
New:
----
openSUSE-release-tools-20220306.b5436de6.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.lFmtgF/_old 2022-03-07 17:47:09.355116120 +0100
+++ /var/tmp/diff_new_pack.lFmtgF/_new 2022-03-07 17:47:09.363116118 +0100
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20220305.b51fd11b
+Version: 20220306.b5436de6
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.lFmtgF/_old 2022-03-07 17:47:09.439116096 +0100
+++ /var/tmp/diff_new_pack.lFmtgF/_new 2022-03-07 17:47:09.443116095 +0100
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">b51fd11be1a2f0dfc9dbaaa55bbb52e26b59835a</param>
+ <param
name="changesrevision">762f129b4dbe3bee27ff0c6281aecb92a41e4f47</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20220305.b51fd11b.obscpio ->
openSUSE-release-tools-20220306.b5436de6.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220305.b51fd11b/gocd/notify-obs_rsync.py
new/openSUSE-release-tools-20220306.b5436de6/gocd/notify-obs_rsync.py
--- old/openSUSE-release-tools-20220305.b51fd11b/gocd/notify-obs_rsync.py
2022-03-05 15:21:03.000000000 +0100
+++ new/openSUSE-release-tools-20220306.b5436de6/gocd/notify-obs_rsync.py
2022-03-06 11:10:03.000000000 +0100
@@ -61,7 +61,7 @@
# make sure we avoid a race between gocd polling the notifications repo and
# scheduling a notify job because of other changes. In that case gocd
schedules
# a new job on outdated notifications repo and we can't push
- subprocess.run(f'cd {args.to} && git pull')
+ subprocess.run(f'cd {args.to} && git pull', shell=True, check=True)
interesting_repos = dict()
list = openqa.openqa_request('GET', 'obs_rsync')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220305.b51fd11b/gocd/pkglistgen.opensuse.gocd.yaml
new/openSUSE-release-tools-20220306.b5436de6/gocd/pkglistgen.opensuse.gocd.yaml
---
old/openSUSE-release-tools-20220305.b51fd11b/gocd/pkglistgen.opensuse.gocd.yaml
2022-03-05 15:21:03.000000000 +0100
+++
new/openSUSE-release-tools-20220306.b5436de6/gocd/pkglistgen.opensuse.gocd.yaml
2022-03-06 11:10:03.000000000 +0100
@@ -21,49 +21,49 @@
- repo-checker
tasks:
- script: |
- python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory -s target --only-release-packages
+ python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory -s target --only-release-packages --force
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory -s target
openSUSE_Factory_ring1:
resources:
- repo-checker
tasks:
- script: |
- python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory -s ring1 --only-release-packages
+ python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory -s ring1 --only-release-packages --force
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory -s ring1
openSUSE_Factory_ARM_target:
resources:
- repo-checker
tasks:
- script: |
- python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:ARM -s target --only-release-packages
+ python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:ARM -s target --only-release-packages
--force
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:ARM -s target
openSUSE_Factory_ARM_ring1:
resources:
- repo-checker
tasks:
- script: |
- python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:ARM -s ring1 --only-release-packages
+ python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:ARM -s ring1 --only-release-packages
--force
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:ARM -s ring1
openSUSE_Factory_PowerPC:
resources:
- repo-checker
tasks:
- script: |
- python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:PowerPC -s target --only-release-packages
+ python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:PowerPC -s target --only-release-packages
--force
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:PowerPC -s target
openSUSE_Factory_zSystems:
resources:
- repo-checker
tasks:
- script: |
- python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:zSystems -s target --only-release-packages
+ python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:zSystems -s target --only-release-packages
--force
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:zSystems -s target
openSUSE_Factory_RISCV:
resources:
- repo-checker
tasks:
- script: |
- python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:RISCV -s target --only-release-packages
+ python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:RISCV -s target --only-release-packages
--force
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p openSUSE:Factory:RISCV -s target
Update.Repos.Factory:
group: Factory.pkglistgen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220305.b51fd11b/gocd/pkglistgen.opensuse.gocd.yaml.erb
new/openSUSE-release-tools-20220306.b5436de6/gocd/pkglistgen.opensuse.gocd.yaml.erb
---
old/openSUSE-release-tools-20220305.b51fd11b/gocd/pkglistgen.opensuse.gocd.yaml.erb
2022-03-05 15:21:03.000000000 +0100
+++
new/openSUSE-release-tools-20220306.b5436de6/gocd/pkglistgen.opensuse.gocd.yaml.erb
2022-03-06 11:10:03.000000000 +0100
@@ -31,7 +31,7 @@
- repo-checker
tasks:
- script: |
- python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p <%= project[0] %><%= options %> --only-release-packages
+ python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p <%= project[0] %><%= options %> --only-release-packages
--force
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p <%= project[0] %><%= options %>
<% end -%>
Update.Repos.Factory:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220305.b51fd11b/pkglistgen/cli.py
new/openSUSE-release-tools-20220306.b5436de6/pkglistgen/cli.py
--- old/openSUSE-release-tools-20220305.b51fd11b/pkglistgen/cli.py
2022-03-05 15:21:03.000000000 +0100
+++ new/openSUSE-release-tools-20220306.b5436de6/pkglistgen/cli.py
2022-03-06 11:10:03.000000000 +0100
@@ -56,7 +56,6 @@
${cmd_option_list}
"""
- print(opts.scope)
if opts.staging:
match = re.match('(.*):Staging:(.*)', opts.staging)
opts.scope = 'staging:' + match.group(2)
@@ -87,8 +86,6 @@
if apiurl.find('opensuse.org') > 0:
os.environ['OBS_NAME'] = 'build.opensuse.org'
- self.error_occured = False
-
def solve_project(project, scope):
try:
self.tool.reset()
@@ -100,7 +97,7 @@
stop_after_solve=opts.stop_after_solve)
except MismatchedRepoException:
logging.error("Failed to create weakremovers.inc due to
mismatch in repos - project most likey started building again.")
- return True
+ return 0
scope = opts.scope
if scope.startswith('staging:'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220305.b51fd11b/pkglistgen/tool.py
new/openSUSE-release-tools-20220306.b5436de6/pkglistgen/tool.py
--- old/openSUSE-release-tools-20220305.b51fd11b/pkglistgen/tool.py
2022-03-05 15:21:03.000000000 +0100
+++ new/openSUSE-release-tools-20220306.b5436de6/pkglistgen/tool.py
2022-03-06 11:10:03.000000000 +0100
@@ -770,4 +770,4 @@
if len(error_output) > 0:
self.logger.error('Difference in yml:\n' +
error_output.decode('utf-8'))
- return True
+ return 1
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.lFmtgF/_old 2022-03-07 17:47:10.159115888 +0100
+++ /var/tmp/diff_new_pack.lFmtgF/_new 2022-03-07 17:47:10.163115887 +0100
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20220305.b51fd11b
-mtime: 1646490063
-commit: b51fd11be1a2f0dfc9dbaaa55bbb52e26b59835a
+version: 20220306.b5436de6
+mtime: 1646561403
+commit: b5436de667683efd6c78fef71fcd3da40006cc3d