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-08-06 22:08:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Sat Aug 6 22:08:14 2022 rev:449 rq:993434 version:20220805.0414dd16
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-08-05 19:51:38.869555877 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1521/openSUSE-release-tools.changes
2022-08-06 22:08:28.218711005 +0200
@@ -1,0 +2,14 @@
+Fri Aug 05 13:17:14 UTC 2022 - [email protected]
+
+- Update to version 20220805.0414dd16:
+ * gocd: keep LEO group name in botmaster
+ * gocd: more rename from LEO to ALP
+ * gocd: LEO is replaced with ALP
+
+-------------------------------------------------------------------
+Thu Aug 04 15:07:32 UTC 2022 - [email protected]
+
+- Update to version 20220804.2601ff93:
+ * Dont use garbled patches for test fixture
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20220804.db4d05c0.obscpio
New:
----
openSUSE-release-tools-20220805.0414dd16.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.vRjPZr/_old 2022-08-06 22:08:28.890712959 +0200
+++ /var/tmp/diff_new_pack.vRjPZr/_new 2022-08-06 22:08:28.898712982 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20220804.db4d05c0
+Version: 20220805.0414dd16
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.vRjPZr/_old 2022-08-06 22:08:28.938713098 +0200
+++ /var/tmp/diff_new_pack.vRjPZr/_new 2022-08-06 22:08:28.942713110 +0200
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">db4d05c0bb3e26beab656753631f96774f832ee6</param>
+ <param
name="changesrevision">16546c4710487c584b0e29461183af9aed48b3b1</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20220804.db4d05c0.obscpio ->
openSUSE-release-tools-20220805.0414dd16.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/gocd/alp.gocd.yaml
new/openSUSE-release-tools-20220805.0414dd16/gocd/alp.gocd.yaml
--- old/openSUSE-release-tools-20220804.db4d05c0/gocd/alp.gocd.yaml
1970-01-01 01:00:00.000000000 +0100
+++ new/openSUSE-release-tools-20220805.0414dd16/gocd/alp.gocd.yaml
2022-08-05 15:16:10.000000000 +0200
@@ -0,0 +1,42 @@
+format_version: 3
+pipelines:
+ ALP.RelPkgs:
+ group: LEO
+ lock_behavior: unlockWhenFinished
+ timer:
+ spec: 0 10 * ? * *
+ only_on_changes: false
+ materials:
+ git:
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-staging-bot
+ stages:
+ - Create.Release.Packages:
+ approval: manual
+ resources:
+ - repo-checker
+ tasks:
+ - script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
-p SUSE:ALP -s target --only-release-packages --force
+
+ Pkglistgen.ALP:
+ group: LEO
+ lock_behavior: unlockWhenFinished
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-staging-bot
+ timer:
+ spec: 0 10 * ? * *
+ only_on_changes: false
+ materials:
+ git:
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ stages:
+ - pkglistgen:
+ approval:
+ type: manual
+ jobs:
+ LEO_target:
+ resources:
+ - repo-checker
+ tasks:
+ - script: python3 ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p SUSE:ALP -s target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/gocd/leo.gocd.yaml
new/openSUSE-release-tools-20220805.0414dd16/gocd/leo.gocd.yaml
--- old/openSUSE-release-tools-20220804.db4d05c0/gocd/leo.gocd.yaml
2022-08-04 13:20:20.000000000 +0200
+++ new/openSUSE-release-tools-20220805.0414dd16/gocd/leo.gocd.yaml
1970-01-01 01:00:00.000000000 +0100
@@ -1,42 +0,0 @@
-format_version: 3
-pipelines:
- LEO.RelPkgs:
- group: LEO
- lock_behavior: unlockWhenFinished
- timer:
- spec: 0 10 * ? * *
- only_on_changes: false
- materials:
- git:
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-staging-bot
- stages:
- - Create.Release.Packages:
- approval: manual
- resources:
- - repo-checker
- tasks:
- - script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
-p devel:LEO -s target --only-release-packages --force
-
- Pkglistgen.LEO:
- group: LEO
- lock_behavior: unlockWhenFinished
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-staging-bot
- timer:
- spec: 0 10 * ? * *
- only_on_changes: false
- materials:
- git:
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- stages:
- - pkglistgen:
- approval:
- type: manual
- jobs:
- LEO_target:
- resources:
- - repo-checker
- tasks:
- - script: python3 ./pkglistgen.py -d -A https://api.opensuse.org
update_and_solve -p devel:LEO -s target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/gocd/monitors.gocd.yaml
new/openSUSE-release-tools-20220805.0414dd16/gocd/monitors.gocd.yaml
--- old/openSUSE-release-tools-20220804.db4d05c0/gocd/monitors.gocd.yaml
2022-08-04 13:20:20.000000000 +0200
+++ new/openSUSE-release-tools-20220805.0414dd16/gocd/monitors.gocd.yaml
2022-08-05 15:16:10.000000000 +0200
@@ -121,7 +121,7 @@
git config --global user.email "[email protected]"
git config --global user.name "GoCD Repo Monitor"
cd repos
- ../scripts/gocd/rabbit-repoid.py -A https://api.opensuse.org
openSUSE:Factory openSUSE:Leap openSUSE:Backports Virtualization:WSL KDE:Medias
YaST:Head:D-Installer devel:LEO
+ ../scripts/gocd/rabbit-repoid.py -A https://api.opensuse.org
openSUSE:Factory openSUSE:Leap openSUSE:Backports Virtualization:WSL KDE:Medias
YaST:Head:D-Installer SUSE:ALP
openSUSE.ObsRsync:
group: Monitors
lock_behavior: unlockWhenFinished
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-patch-as-source/test.patch
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-patch-as-source/test.patch
---
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-patch-as-source/test.patch
2022-08-04 13:20:20.000000000 +0200
+++
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-patch-as-source/test.patch
2022-08-05 15:16:10.000000000 +0200
@@ -1 +1,4 @@
-Not really a patch
+--- README.txt
++++ README.txt
+@@ -0,0 +1 @@
++This works
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-patch/blowfish.spec
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-patch/blowfish.spec
---
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-patch/blowfish.spec
2022-08-04 13:20:20.000000000 +0200
+++
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-patch/blowfish.spec
2022-08-05 15:16:10.000000000 +0200
@@ -11,7 +11,7 @@
License: GPL-2.0-only
URL: https://github.com/openSUSE/cockpit-wicked
Source: blowfish-1.tar.gz
-Patch1: test.patch
+Patch1: test.patch
BuildArch: noarch
%prep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-patch/test.patch
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-patch/test.patch
---
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-patch/test.patch
2022-08-04 13:20:20.000000000 +0200
+++
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-patch/test.patch
2022-08-05 15:16:10.000000000 +0200
@@ -1 +1,4 @@
-+-
+--- README.txt
++++ README.txt
+@@ -0,0 +1 @@
++This works
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-patch-changes/blowfish.spec
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-patch-changes/blowfish.spec
---
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-patch-changes/blowfish.spec
2022-08-04 13:20:20.000000000 +0200
+++
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-patch-changes/blowfish.spec
2022-08-05 15:16:10.000000000 +0200
@@ -11,7 +11,7 @@
License: GPL-2.0-only
URL: https://github.com/openSUSE/cockpit-wicked
Source: blowfish-1.tar.gz
-Patch1: test.patch
+Patch1: test.patch
BuildArch: noarch
%prep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-patch-changes/test.patch
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-patch-changes/test.patch
---
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-patch-changes/test.patch
2022-08-04 13:20:20.000000000 +0200
+++
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-patch-changes/test.patch
2022-08-05 15:16:10.000000000 +0200
@@ -1 +1,4 @@
-+-
+--- README.txt
++++ README.txt
+@@ -0,0 +1 @@
++This works
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-remote-service/blowfish.spec
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-remote-service/blowfish.spec
---
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-remote-service/blowfish.spec
2022-08-04 13:20:20.000000000 +0200
+++
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-remote-service/blowfish.spec
2022-08-05 15:16:10.000000000 +0200
@@ -11,7 +11,7 @@
License: GPL-2.0-only
URL: https://github.com/openSUSE/cockpit-wicked
Source: blowfish-1.tar.gz
-Patch1: test.patch
+Patch1: test.patch
BuildArch: noarch
%prep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-remote-service/test.patch
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-remote-service/test.patch
---
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-remote-service/test.patch
2022-08-04 13:20:20.000000000 +0200
+++
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-remote-service/test.patch
2022-08-05 15:16:10.000000000 +0200
@@ -1 +1,4 @@
-+-
+--- README.txt
++++ README.txt
+@@ -0,0 +1 @@
++This works
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish.spec
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish.spec
---
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish.spec
2022-08-04 13:20:20.000000000 +0200
+++
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-rpmlintrc/blowfish.spec
2022-08-05 15:16:10.000000000 +0200
@@ -11,7 +11,7 @@
License: GPL-2.0-only
URL: https://github.com/openSUSE/cockpit-wicked
Source: blowfish-1.tar.gz
-Patch1: test.patch
+Patch1: test.patch
BuildArch: noarch
%prep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-rpmlintrc/test.patch
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-rpmlintrc/test.patch
---
old/openSUSE-release-tools-20220804.db4d05c0/tests/fixtures/packages/blowfish-with-rpmlintrc/test.patch
2022-08-04 13:20:20.000000000 +0200
+++
new/openSUSE-release-tools-20220805.0414dd16/tests/fixtures/packages/blowfish-with-rpmlintrc/test.patch
2022-08-05 15:16:10.000000000 +0200
@@ -1 +1,4 @@
-+-
+--- README.txt
++++ README.txt
+@@ -0,0 +1 @@
++This works
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.vRjPZr/_old 2022-08-06 22:08:29.786715564 +0200
+++ /var/tmp/diff_new_pack.vRjPZr/_new 2022-08-06 22:08:29.790715575 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20220804.db4d05c0
-mtime: 1659612020
-commit: db4d05c0bb3e26beab656753631f96774f832ee6
+version: 20220805.0414dd16
+mtime: 1659705370
+commit: 0414dd16167abcf6e79ce7ee988e2ee3ad6f5848