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 2021-12-14 22:01:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Tue Dec 14 22:01:50 2021 rev:357 rq:940393 version:20211214.a7644165
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2021-12-10 21:53:06.614911808 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2520/openSUSE-release-tools.changes
2021-12-14 22:02:00.691141611 +0100
@@ -1,0 +2,6 @@
+Tue Dec 14 06:43:41 UTC 2021 - [email protected]
+
+- Update to version 20211214.a7644165:
+ * gocd: Remove timeouts for the pipelines
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20211210.dacaa5c5.obscpio
New:
----
openSUSE-release-tools-20211214.a7644165.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.9b9Du8/_old 2021-12-14 22:02:01.479142060 +0100
+++ /var/tmp/diff_new_pack.9b9Du8/_new 2021-12-14 22:02:01.479142060 +0100
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20211210.dacaa5c5
+Version: 20211214.a7644165
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.9b9Du8/_old 2021-12-14 22:02:01.519142083 +0100
+++ /var/tmp/diff_new_pack.9b9Du8/_new 2021-12-14 22:02:01.523142084 +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">0b5d573ff1b2b984ec15edafb2b724f34fc11a64</param>
+ <param
name="changesrevision">a76441657c05d8c682248443848d7891113051ad</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20211210.dacaa5c5.obscpio ->
openSUSE-release-tools-20211214.a7644165.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20211210.dacaa5c5/gocd/checkers.opensuse.gocd.yaml
new/openSUSE-release-tools-20211214.a7644165/gocd/checkers.opensuse.gocd.yaml
---
old/openSUSE-release-tools-20211210.dacaa5c5/gocd/checkers.opensuse.gocd.yaml
2021-12-10 10:31:27.000000000 +0100
+++
new/openSUSE-release-tools-20211214.a7644165/gocd/checkers.opensuse.gocd.yaml
2021-12-14 07:41:18.000000000 +0100
@@ -16,7 +16,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -37,7 +36,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- repo-checker
tasks:
@@ -58,7 +56,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -80,7 +77,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -101,7 +97,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -122,7 +117,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -169,3 +163,42 @@
ln -s $PWD/osclib $tempdir/.osc-plugins
HOME=$tempdir osc -A https://api.opensuse.org origin update
rm -rf $tempdir
+ openSUSE.QA.Maint:
+ group: openSUSE.Checkers
+ lock_behavior: unlockWhenFinished
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-openqa-maintenance
+ materials:
+ script:
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ timer:
+ spec: 0 */10 * ? * *
+ only_on_changes: false
+ stages:
+ - Run:
+ approval: manual
+ resources:
+ - staging-bot
+ tasks:
+ - script: |-
+ ./openqa-maintenance.py --group qam-openqa
--review-mode=accept-onpass --debug --openqa https://openqa.opensuse.org
--apiurl https://api.opensuse.org review
+ openSUSE.Devel.Reminder:
+ group: openSUSE.Checkers
+ lock_behavior: unlockWhenFinished
+ timer:
+ spec: 0 0 15 ? * *
+ environment_variables:
+ OSC_CONFIG: /home/go/config/oscrc-staging-bot
+ materials:
+ git:
+ git: https://github.com/openSUSE/openSUSE-release-tools.git
+ stages:
+ - Run:
+ approval:
+ type: manual
+ resources:
+ - staging-bot
+ tasks:
+ - script: ./devel-project.py reviews --min-age 3 --remind
+ - script: ./devel-project.py requests --min-age 3 --remind
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20211210.dacaa5c5/gocd/checkers.suse.gocd.yaml
new/openSUSE-release-tools-20211214.a7644165/gocd/checkers.suse.gocd.yaml
--- old/openSUSE-release-tools-20211210.dacaa5c5/gocd/checkers.suse.gocd.yaml
2021-12-10 10:31:27.000000000 +0100
+++ new/openSUSE-release-tools-20211214.a7644165/gocd/checkers.suse.gocd.yaml
2021-12-14 07:41:18.000000000 +0100
@@ -16,7 +16,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -37,7 +36,6 @@
approval: manual
jobs:
SLE_15_SP4:
- timeout: 30
resources:
- repo-checker
tasks:
@@ -58,7 +56,6 @@
approval: manual
jobs:
MicroOS:
- timeout: 30
resources:
- repo-checker
tasks:
@@ -121,7 +118,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -156,7 +152,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -191,7 +186,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -212,7 +206,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -233,7 +226,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -254,7 +246,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -276,7 +267,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -298,7 +288,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- repo-checker
tasks:
@@ -327,7 +316,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- repo-checker
tasks:
@@ -356,7 +344,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- repo-checker
tasks:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20211210.dacaa5c5/gocd/checkers.suse.gocd.yaml.erb
new/openSUSE-release-tools-20211214.a7644165/gocd/checkers.suse.gocd.yaml.erb
---
old/openSUSE-release-tools-20211210.dacaa5c5/gocd/checkers.suse.gocd.yaml.erb
2021-12-10 10:31:27.000000000 +0100
+++
new/openSUSE-release-tools-20211214.a7644165/gocd/checkers.suse.gocd.yaml.erb
2021-12-14 07:41:18.000000000 +0100
@@ -16,7 +16,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -37,7 +36,6 @@
approval: manual
jobs:
SLE_15_SP4:
- timeout: 30
resources:
- repo-checker
tasks:
@@ -58,7 +56,6 @@
approval: manual
jobs:
MicroOS:
- timeout: 30
resources:
- repo-checker
tasks:
@@ -121,7 +118,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -156,7 +152,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -191,7 +186,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -212,7 +206,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -233,7 +226,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -254,7 +246,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -276,7 +267,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -299,7 +289,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- repo-checker
tasks:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20211210.dacaa5c5/gocd/openqa.gocd.yaml
new/openSUSE-release-tools-20211214.a7644165/gocd/openqa.gocd.yaml
--- old/openSUSE-release-tools-20211210.dacaa5c5/gocd/openqa.gocd.yaml
2021-12-10 10:31:27.000000000 +0100
+++ new/openSUSE-release-tools-20211214.a7644165/gocd/openqa.gocd.yaml
1970-01-01 01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-format_version: 3
-pipelines:
- openSUSE.QA.Maint:
- group: openSUSE.Checkers
- lock_behavior: unlockWhenFinished
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-openqa-maintenance
- materials:
- script:
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- timer:
- spec: 0 */10 * ? * *
- only_on_changes: false
- stages:
- - Run:
- timeout: 30
- approval: manual
- resources:
- - staging-bot
- tasks:
- - script: |-
- ./openqa-maintenance.py --group qam-openqa
--review-mode=accept-onpass --debug --openqa https://openqa.opensuse.org
--apiurl https://api.opensuse.org review
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20211210.dacaa5c5/gocd/staging-bot-reminder.gocd.yaml
new/openSUSE-release-tools-20211214.a7644165/gocd/staging-bot-reminder.gocd.yaml
---
old/openSUSE-release-tools-20211210.dacaa5c5/gocd/staging-bot-reminder.gocd.yaml
2021-12-10 10:31:27.000000000 +0100
+++
new/openSUSE-release-tools-20211214.a7644165/gocd/staging-bot-reminder.gocd.yaml
1970-01-01 01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-format_version: 3
-pipelines:
- openSUSE.Devel.Reminder:
- group: openSUSE.Checkers
- lock_behavior: unlockWhenFinished
- timer:
- spec: 0 0 15 ? * *
- environment_variables:
- OSC_CONFIG: /home/go/config/oscrc-staging-bot
- materials:
- git:
- git: https://github.com/openSUSE/openSUSE-release-tools.git
- stages:
- - Run:
- approval:
- type: manual
- timeout: 30
- resources:
- - staging-bot
- tasks:
- - script: ./devel-project.py reviews --min-age 3 --remind
- - script: ./devel-project.py requests --min-age 3 --remind
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20211210.dacaa5c5/gocd/staging.bot.gocd.yaml
new/openSUSE-release-tools-20211214.a7644165/gocd/staging.bot.gocd.yaml
--- old/openSUSE-release-tools-20211210.dacaa5c5/gocd/staging.bot.gocd.yaml
2021-12-10 10:31:27.000000000 +0100
+++ new/openSUSE-release-tools-20211214.a7644165/gocd/staging.bot.gocd.yaml
2021-12-14 07:41:18.000000000 +0100
@@ -40,7 +40,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
@@ -97,7 +96,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20211210.dacaa5c5/gocd/staging.bot.gocd.yaml.erb
new/openSUSE-release-tools-20211214.a7644165/gocd/staging.bot.gocd.yaml.erb
--- old/openSUSE-release-tools-20211210.dacaa5c5/gocd/staging.bot.gocd.yaml.erb
2021-12-10 10:31:27.000000000 +0100
+++ new/openSUSE-release-tools-20211214.a7644165/gocd/staging.bot.gocd.yaml.erb
2021-12-14 07:41:18.000000000 +0100
@@ -42,7 +42,6 @@
type: manual
jobs:
Run:
- timeout: 30
resources:
- staging-bot
tasks:
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.9b9Du8/_old 2021-12-14 22:02:02.311142534 +0100
+++ /var/tmp/diff_new_pack.9b9Du8/_new 2021-12-14 22:02:02.315142536 +0100
@@ -1,6 +1,6 @@
name: openSUSE-release-tools
-version: 20211210.dacaa5c5
-mtime: 1639128687
-commit: dacaa5c5408117e32b1a49b570a55111fd906139
+version: 20211214.a7644165
+mtime: 1639464078
+commit: a76441657c05d8c682248443848d7891113051ad