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-06-04 22:44:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Fri Jun  4 22:44:20 2021 rev:308 rq:897438 version:20210528.983c167a

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2021-06-01 10:38:27.976915660 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1898/openSUSE-release-tools.changes
  2021-06-04 22:44:43.179225193 +0200
@@ -1,0 +2,18 @@
+Fri May 28 12:23:02 UTC 2021 - [email protected]
+
+- Update to version 20210528.983c167a:
+  * Add Backports to the updates being tested
+
+-------------------------------------------------------------------
+Fri May 28 12:21:36 UTC 2021 - [email protected]
+
+- Update to version 20210528.c321aed8:
+  * check_source.py: Decline if source_revision not set
+
+-------------------------------------------------------------------
+Thu May 27 09:03:44 UTC 2021 - [email protected]
+
+- Update to version 20210527.973d7cea:
+  * gocd: add SLE_BCI packagelist generation
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20210520.9bd9aeb2.obscpio

New:
----
  openSUSE-release-tools-20210528.983c167a.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.g3DpYt/_old  2021-06-04 22:44:43.803226460 +0200
+++ /var/tmp/diff_new_pack.g3DpYt/_new  2021-06-04 22:44:43.807226468 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20210520.9bd9aeb2
+Version:        20210528.983c167a
 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.g3DpYt/_old  2021-06-04 22:44:43.839226533 +0200
+++ /var/tmp/diff_new_pack.g3DpYt/_new  2021-06-04 22:44:43.839226533 +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">9bd9aeb23ef2120e469b3c1bade11e481f9ccb40</param>
+    <param 
name="changesrevision">983c167ac701b13ff5aa46eea6eb52c8e94a84ac</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20210520.9bd9aeb2.obscpio -> 
openSUSE-release-tools-20210528.983c167a.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20210520.9bd9aeb2/check_source.py 
new/openSUSE-release-tools-20210528.983c167a/check_source.py
--- old/openSUSE-release-tools-20210520.9bd9aeb2/check_source.py        
2021-05-20 09:29:45.000000000 +0200
+++ new/openSUSE-release-tools-20210528.983c167a/check_source.py        
2021-05-28 14:22:01.000000000 +0200
@@ -114,6 +114,10 @@
             self.review_messages['declined'] = 'Only one action per request 
allowed'
             return False
 
+        if source_revision is None:
+            self.review_messages['declined'] = 'Submission not from a pinned 
source revision'
+            return False
+
         kind = package_kind(self.apiurl, target_project, target_package)
         if kind == 'meta':
             self.review_messages['accepted'] = 'Skipping all checks for meta 
packages'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20210520.9bd9aeb2/data/apimap.json 
new/openSUSE-release-tools-20210528.983c167a/data/apimap.json
--- old/openSUSE-release-tools-20210520.9bd9aeb2/data/apimap.json       
2021-05-20 09:29:45.000000000 +0200
+++ new/openSUSE-release-tools-20210528.983c167a/data/apimap.json       
2021-05-28 14:22:01.000000000 +0200
@@ -8,5 +8,10 @@
     "version": "15.3",
     "flavor": "DVD-Incidents",
     "distri": "opensuse"
+  },
+  "openSUSE:Backports:SLE-15-SP3:Update" : {
+    "version": "15.3",
+    "flavor": "DVD-Backports",
+    "distri": "opensuse"
   }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20210520.9bd9aeb2/data/incidents.json 
new/openSUSE-release-tools-20210528.983c167a/data/incidents.json
--- old/openSUSE-release-tools-20210520.9bd9aeb2/data/incidents.json    
2021-05-20 09:29:45.000000000 +0200
+++ new/openSUSE-release-tools-20210528.983c167a/data/incidents.json    
2021-05-28 14:22:01.000000000 +0200
@@ -10,5 +10,11 @@
      "FLAVOR": "DVD-Incidents",
      "VERSION": "15.3",
      "ARCH": "x86_64"
+  },
+  "openSUSE:Backports:SLE-15-SP3:Update": {
+    "DISTRI": "opensuse",
+    "FLAVOR": "DVD-Backports",
+    "VERSION": "15.3",
+    "ARCH": "x86_64"
   }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20210520.9bd9aeb2/data/repos.json 
new/openSUSE-release-tools-20210528.983c167a/data/repos.json
--- old/openSUSE-release-tools-20210520.9bd9aeb2/data/repos.json        
2021-05-20 09:29:45.000000000 +0200
+++ new/openSUSE-release-tools-20210528.983c167a/data/repos.json        
2021-05-28 14:22:01.000000000 +0200
@@ -29,6 +29,20 @@
             "http://download.opensuse.org/update/leap/15.3/backports/";,
             "http://download.opensuse.org/update/leap/15.3/sle/";
          ]
-      }
+      },
+     "openSUSE:Backports:SLE-15-SP3:Update" : {
+       "settings" : {
+         "OS_TEST_ISSUES" : "",
+         "FLAVOR" : "DVD-Backports",
+         "DISTRI" : "opensuse",
+         "VERSION" : "15.3",
+         "ARCH" : "x86_64"
+       },
+       "test" : "kde",
+       "repos" : [
+         "http://download.opensuse.org/update/leap/15.3/backports/";,
+         "http://download.opensuse.org/update/leap/15.3/sle/";
+       ]
+     }
    }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20210520.9bd9aeb2/gocd/bci.gocd.yaml 
new/openSUSE-release-tools-20210528.983c167a/gocd/bci.gocd.yaml
--- old/openSUSE-release-tools-20210520.9bd9aeb2/gocd/bci.gocd.yaml     
2021-05-20 09:29:45.000000000 +0200
+++ new/openSUSE-release-tools-20210528.983c167a/gocd/bci.gocd.yaml     
2021-05-28 14:22:01.000000000 +0200
@@ -40,3 +40,44 @@
             - repo-checker
             tasks:
             - script: python3 ./pkglistgen.py -d -A https://api.opensuse.org 
update_and_solve -p devel:BCI -s target
+
+  SLE_BCI.RelPkgs:
+    group: BCI
+    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.suse.de update_and_solve -p 
SUSE:SLE-15-SP3:Update:BCI -s target --only-release-packages --force
+
+  Pkglistgen.SLE_BCI:
+    group: BCI
+    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:
+          BCI_target:
+            resources:
+            - repo-checker
+            tasks:
+            - script: python3 ./pkglistgen.py -d -A https://api.suse.de 
update_and_solve -p SUSE:SLE-15-SP3:Update:BCI -s target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20210520.9bd9aeb2/oqamaint/update.py 
new/openSUSE-release-tools-20210528.983c167a/oqamaint/update.py
--- old/openSUSE-release-tools-20210520.9bd9aeb2/oqamaint/update.py     
2021-05-20 09:29:45.000000000 +0200
+++ new/openSUSE-release-tools-20210528.983c167a/oqamaint/update.py     
2021-05-28 14:22:01.000000000 +0200
@@ -112,6 +112,7 @@
                 # but bash.openSUSE_Leap_42.3_Update doesn't leave many options
                 # without reverse engineering OBS :(
                 package = re.sub(r'\.openSUSE_Leap_.*$', '.openSUSE', package)
+                package = re.sub(r'\.openSUSE_Backports_.*$', '.openSUSE', 
package)
             if not shortest_pkg or len(package) < len(shortest_pkg):
                 shortest_pkg = package
         if not shortest_pkg:

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.g3DpYt/_old  2021-06-04 22:44:44.451227776 +0200
+++ /var/tmp/diff_new_pack.g3DpYt/_new  2021-06-04 22:44:44.451227776 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20210520.9bd9aeb2
-mtime: 1621495785
-commit: 9bd9aeb23ef2120e469b3c1bade11e481f9ccb40
+version: 20210528.983c167a
+mtime: 1622204521
+commit: 983c167ac701b13ff5aa46eea6eb52c8e94a84ac
 

Reply via email to