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-10 17:14:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"

Wed Aug 10 17:14:42 2022 rev:451 rq:994245 version:20220810.97f838f2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2022-08-09 15:28:28.945647482 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1521/openSUSE-release-tools.changes
  2022-08-10 17:15:49.490103401 +0200
@@ -1,0 +2,6 @@
+Wed Aug 10 06:33:40 UTC 2022 - opensuse-releaset...@opensuse.org
+
+- Update to version 20220810.97f838f2:
+  * StagingBot: call staging rebuild first (support random fails) and handle 
Factory:NonFree
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20220809.46872b13.obscpio

New:
----
  openSUSE-release-tools-20220810.97f838f2.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.8sAow4/_old  2022-08-10 17:15:50.318105562 +0200
+++ /var/tmp/diff_new_pack.8sAow4/_new  2022-08-10 17:15:50.326105583 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20220809.46872b13
+Version:        20220810.97f838f2
 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.8sAow4/_old  2022-08-10 17:15:50.374105708 +0200
+++ /var/tmp/diff_new_pack.8sAow4/_new  2022-08-10 17:15:50.378105719 +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">cb5643905e373ad46ebea6978210e2bb1d0a2921</param>
+    <param 
name="changesrevision">97f838f2c29fbea8b6dac064f934843351f19141</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20220809.46872b13.obscpio -> 
openSUSE-release-tools-20220810.97f838f2.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20220809.46872b13/gocd/staging.bot.gocd.yaml 
new/openSUSE-release-tools-20220810.97f838f2/gocd/staging.bot.gocd.yaml
--- old/openSUSE-release-tools-20220809.46872b13/gocd/staging.bot.gocd.yaml     
2022-08-09 09:27:06.000000000 +0200
+++ new/openSUSE-release-tools-20220810.97f838f2/gocd/staging.bot.gocd.yaml     
2022-08-10 08:32:48.000000000 +0200
@@ -51,11 +51,69 @@
                ln -s $PWD/osclib $tempdir/.osc-plugins
                export HOME=$tempdir
 
+               osc -A https://api.opensuse.org staging -p openSUSE:Factory 
rebuild
                osc -A https://api.opensuse.org staging -p openSUSE:Factory 
list --supersede
                osc -A https://api.opensuse.org staging -p openSUSE:Factory adi
                osc -A https://api.opensuse.org staging -p openSUSE:Factory 
unselect --cleanup
                osc -A https://api.opensuse.org staging -p openSUSE:Factory 
repair --cleanup
                rm -rf $tempdir
+  AdiChecker.Factory.NonFree:
+    group: openSUSE.Checkers
+    lock_behavior: unlockWhenFinished
+    environment_variables:
+      OSC_CONFIG: /home/go/config/oscrc-repo-checker
+    materials:
+      script:
+        git: https://github.com/openSUSE/openSUSE-release-tools.git
+        destination: scripts
+      repos:
+        git: git://botmaster.suse.de/opensuse-repos.git
+        auto_update: true
+        whitelist:
+          - openSUSE:Factory:NonFree:Staging:adi*.yaml
+        destination: repos
+    stages:
+    - Run:
+        jobs:
+          Run:
+            resources:
+            - repo-checker
+            tasks:
+            - script: |-
+                ./scripts/staging-installcheck.py -A https://api.opensuse.org 
-p openSUSE:Factory:NonFree
+  SBot.Regular.Factory.NonFree:
+    group: openSUSE.Checkers
+    lock_behavior: unlockWhenFinished
+    timer:
+      spec: 0 0 * ? * *
+    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
+        jobs:
+          Run:
+            resources:
+            - staging-bot
+            tasks:
+            - script: |-
+               set -e
+               tempdir=$(mktemp -d)
+               mkdir -p $tempdir/.osc-plugins
+               ln -s $PWD/osc-staging.py $tempdir/.osc-plugins
+               ln -s $PWD/osclib $tempdir/.osc-plugins
+               export HOME=$tempdir
+
+               osc -A https://api.opensuse.org staging -p 
openSUSE:Factory:NonFree rebuild
+               osc -A https://api.opensuse.org staging -p 
openSUSE:Factory:NonFree list --supersede
+               osc -A https://api.opensuse.org staging -p 
openSUSE:Factory:NonFree adi
+               osc -A https://api.opensuse.org staging -p 
openSUSE:Factory:NonFree unselect --cleanup
+               osc -A https://api.opensuse.org staging -p 
openSUSE:Factory:NonFree repair --cleanup
+               rm -rf $tempdir
   AdiChecker.Backports.SLE-15-SP5:
     group: openSUSE.Checkers
     lock_behavior: unlockWhenFinished
@@ -107,6 +165,7 @@
                ln -s $PWD/osclib $tempdir/.osc-plugins
                export HOME=$tempdir
 
+               osc -A https://api.opensuse.org staging -p 
openSUSE:Backports:SLE-15-SP5 rebuild
                osc -A https://api.opensuse.org staging -p 
openSUSE:Backports:SLE-15-SP5 list --supersede
                osc -A https://api.opensuse.org staging -p 
openSUSE:Backports:SLE-15-SP5 adi
                osc -A https://api.opensuse.org staging -p 
openSUSE:Backports:SLE-15-SP5 unselect --cleanup
@@ -163,6 +222,7 @@
                ln -s $PWD/osclib $tempdir/.osc-plugins
                export HOME=$tempdir
 
+               osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.5 
rebuild
                osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.5 
list --supersede
                osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.5 
adi
                osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.5 
unselect --cleanup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20220809.46872b13/gocd/staging.bot.gocd.yaml.erb 
new/openSUSE-release-tools-20220810.97f838f2/gocd/staging.bot.gocd.yaml.erb
--- old/openSUSE-release-tools-20220809.46872b13/gocd/staging.bot.gocd.yaml.erb 
2022-08-09 09:27:06.000000000 +0200
+++ new/openSUSE-release-tools-20220810.97f838f2/gocd/staging.bot.gocd.yaml.erb 
2022-08-10 08:32:48.000000000 +0200
@@ -1,6 +1,6 @@
 format_version: 3
 pipelines:
-<% %w(Factory Backports:SLE-15-SP5 Leap:15.5).each do |project| -%>
+<% %w(Factory Factory:NonFree Backports:SLE-15-SP5 Leap:15.5).each do 
|project| -%>
 <% nickname =  project.gsub(':', '.') -%>
   AdiChecker.<%= nickname %>:
     group: openSUSE.Checkers
@@ -53,6 +53,7 @@
                ln -s $PWD/osclib $tempdir/.osc-plugins
                export HOME=$tempdir
 
+               osc -A https://api.opensuse.org staging -p openSUSE:<%= project 
%> rebuild
                osc -A https://api.opensuse.org staging -p openSUSE:<%= project 
%> list --supersede
                osc -A https://api.opensuse.org staging -p openSUSE:<%= project 
%> adi
                osc -A https://api.opensuse.org staging -p openSUSE:<%= project 
%> unselect --cleanup

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.8sAow4/_old  2022-08-10 17:15:51.238107963 +0200
+++ /var/tmp/diff_new_pack.8sAow4/_new  2022-08-10 17:15:51.242107974 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20220809.46872b13
-mtime: 1660030026
-commit: 46872b136e80d16d006e2f9e8851906859597677
+version: 20220810.97f838f2
+mtime: 1660113168
+commit: 97f838f2c29fbea8b6dac064f934843351f19141
 

Reply via email to