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-06-01 17:35:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Wed Jun  1 17:35:02 2022 rev:435 rq:980296 version:20220531.bd5f1a56

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2022-05-31 17:38:17.927028625 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1548/openSUSE-release-tools.changes
  2022-06-01 17:35:25.254794603 +0200
@@ -1,0 +2,7 @@
+Tue May 31 14:29:06 UTC 2022 - opensuse-releaset...@opensuse.org
+
+- Update to version 20220531.bd5f1a56:
+  * dockerhub-publisher.gocd.yaml: Use this repo for docker_publisher.py now
+  * dockerhub-publisher.yaml -> dockerhub-publisher.gocd.yaml
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20220531.7e00d7d8.obscpio

New:
----
  openSUSE-release-tools-20220531.bd5f1a56.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.pzSlQz/_old  2022-06-01 17:35:25.874795336 +0200
+++ /var/tmp/diff_new_pack.pzSlQz/_new  2022-06-01 17:35:25.878795340 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20220531.7e00d7d8
+Version:        20220531.bd5f1a56
 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.pzSlQz/_old  2022-06-01 17:35:25.942795416 +0200
+++ /var/tmp/diff_new_pack.pzSlQz/_new  2022-06-01 17:35:25.942795416 +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">7e00d7d8cbc711305dcee3e12918d148c1173fec</param>
+    <param 
name="changesrevision">acd3a304caf9330eacc2f8ef09348fb2d5361297</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20220531.7e00d7d8.obscpio -> 
openSUSE-release-tools-20220531.bd5f1a56.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20220531.7e00d7d8/gocd/dockerhub-publisher.gocd.yaml 
new/openSUSE-release-tools-20220531.bd5f1a56/gocd/dockerhub-publisher.gocd.yaml
--- 
old/openSUSE-release-tools-20220531.7e00d7d8/gocd/dockerhub-publisher.gocd.yaml 
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/openSUSE-release-tools-20220531.bd5f1a56/gocd/dockerhub-publisher.gocd.yaml 
    2022-05-31 16:28:30.000000000 +0200
@@ -0,0 +1,25 @@
+format_version: 3
+pipelines:
+  openSUSE.DockerHub.Publish:
+    group: openSUSE.Checkers
+    lock_behavior: unlockWhenFinished
+    environment_variables:
+      REGISTRY: 'https://registry-1.docker.io'
+      REGISTRY_USER: 'opensusereleasebot'
+      REGISTRY_PASSWORD: '{{SECRET:[opensuse.secrets][REGISTRY_PASSWORD]}}'
+      REGISTRY_REPO_TW: 'opensuse/tumbleweed'
+      REGISTRY_REPO_LEAP: 'opensuse/leap'
+    materials:
+      git:
+        git: https://github.com/openSUSE/openSUSE-release-tools.git
+    timer:
+      spec: 0 */15 * ? * *
+      only_on_changes: false
+    stages:
+    - Run:
+        approval: manual
+        resources:
+        - staging-bot
+        tasks:
+        - script:
+            ./docker_publisher.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20220531.7e00d7d8/gocd/dockerhub-publisher.yaml 
new/openSUSE-release-tools-20220531.bd5f1a56/gocd/dockerhub-publisher.yaml
--- old/openSUSE-release-tools-20220531.7e00d7d8/gocd/dockerhub-publisher.yaml  
2022-05-31 16:04:46.000000000 +0200
+++ new/openSUSE-release-tools-20220531.bd5f1a56/gocd/dockerhub-publisher.yaml  
1970-01-01 01:00:00.000000000 +0100
@@ -1,26 +0,0 @@
-format_version: 3
-pipelines:
-  openSUSE.DockerHub.Publish:
-    group: openSUSE.Checkers
-    lock_behavior: unlockWhenFinished
-    environment_variables:
-      REGISTRY: 'https://registry-1.docker.io'
-      REGISTRY_USER: 'opensusereleasebot'
-      REGISTRY_PASSWORD: '{{SECRET:[opensuse.secrets][REGISTRY_PASSWORD]}}'
-      REGISTRY_REPO_TW: 'opensuse/tumbleweed'
-      REGISTRY_REPO_LEAP: 'opensuse/leap'
-    materials:
-      git:
-        git: https://github.com/Vogtinator/opensuse-release-tools.git
-        branch: docker-release-gocd
-    timer:
-      spec: 0 */15 * ? * *
-      only_on_changes: false
-    stages:
-    - Run:
-        approval: manual
-        resources:
-        - staging-bot
-        tasks:
-        - script:
-            ./docker_publisher.py

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.pzSlQz/_old  2022-06-01 17:35:26.702796314 +0200
+++ /var/tmp/diff_new_pack.pzSlQz/_new  2022-06-01 17:35:26.706796319 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20220531.7e00d7d8
-mtime: 1654005886
-commit: 7e00d7d8cbc711305dcee3e12918d148c1173fec
+version: 20220531.bd5f1a56
+mtime: 1654007310
+commit: bd5f1a56feec63c14788c32c20fe6ba066d9aaa1
 

Reply via email to