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 2024-02-14 23:19:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Wed Feb 14 23:19:53 2024 rev:521 rq:1146591 version:20240207.602b3d2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2024-01-29 22:32:36.961263858 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1815/openSUSE-release-tools.changes
  2024-02-14 23:20:05.199168562 +0100
@@ -1,0 +2,13 @@
+Wed Feb 07 14:44:13 UTC 2024 - opensuse-releaset...@opensuse.org
+
+- Update to version 20240207.602b3d2:
+  * gocd: fix name of task
+  * gocd: add rebuild pipeline for ALP
+
+-------------------------------------------------------------------
+Fri Feb 02 10:41:18 UTC 2024 - opensuse-releaset...@opensuse.org
+
+- Update to version 20240202.2e3b614:
+  * Initial pipeline setup for Leap Micro 6.0
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20240122.105eea5.obscpio

New:
----
  openSUSE-release-tools-20240207.602b3d2.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.5lb7tC/_old  2024-02-14 23:20:06.099201010 +0100
+++ /var/tmp/diff_new_pack.5lb7tC/_new  2024-02-14 23:20:06.099201010 +0100
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20240122.105eea5
+Version:        20240207.602b3d2
 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.5lb7tC/_old  2024-02-14 23:20:06.143202596 +0100
+++ /var/tmp/diff_new_pack.5lb7tC/_new  2024-02-14 23:20:06.147202741 +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">105eea5f93a558ff42e3f226d1c0370f58335539</param>
+    <param 
name="changesrevision">602b3d2b1e47b7ba9397524ebd94446982f88c03</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20240122.105eea5.obscpio -> 
openSUSE-release-tools-20240207.602b3d2.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20240122.105eea5/gocd/leapmicro.target.gocd.yaml 
new/openSUSE-release-tools-20240207.602b3d2/gocd/leapmicro.target.gocd.yaml
--- old/openSUSE-release-tools-20240122.105eea5/gocd/leapmicro.target.gocd.yaml 
2024-01-22 10:48:34.000000000 +0100
+++ new/openSUSE-release-tools-20240207.602b3d2/gocd/leapmicro.target.gocd.yaml 
2024-02-07 15:42:32.000000000 +0100
@@ -17,7 +17,7 @@
         resources:
         - repo-checker
         tasks:
-          - script: ./pkglistgen.py -A https://api.opensuse.org 
update_and_solve -p openSUSE:Leap:Micro:5.5 -s target --only-release-packages
+          - script: ./pkglistgen.py -A https://api.opensuse.org 
update_and_solve -p openSUSE:Leap:Micro:6.0 -s target --only-release-packages
 
   LeapMicro.Package.Lists:
     group: Leap
@@ -35,4 +35,4 @@
         resources:
         - repo-checker
         tasks:
-          - script: ./pkglistgen.py -A https://api.opensuse.org --debug 
update_and_solve -p openSUSE:Leap:Micro:5.5 -s target
+          - script: ./pkglistgen.py -A https://api.opensuse.org --debug 
update_and_solve -p openSUSE:Leap:Micro:6.0 -s target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20240122.105eea5/gocd/rebuild-trigger-alp.gocd.yaml 
new/openSUSE-release-tools-20240207.602b3d2/gocd/rebuild-trigger-alp.gocd.yaml
--- 
old/openSUSE-release-tools-20240122.105eea5/gocd/rebuild-trigger-alp.gocd.yaml  
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/openSUSE-release-tools-20240207.602b3d2/gocd/rebuild-trigger-alp.gocd.yaml  
    2024-02-07 15:42:32.000000000 +0100
@@ -0,0 +1,22 @@
+format_version: 3
+pipelines:
+  Trigger.Rebuild.ALP_Standard:
+    group: ALP.Checkers
+    lock_behavior: unlockWhenFinished
+    environment_variables:
+      OSC_CONFIG: /home/go/config/oscrc-staging-bot
+    materials:
+      script:
+        git: https://github.com/openSUSE/openSUSE-release-tools.git
+    timer:
+      spec: 0 0 * ? * *
+      only_on_changes: false
+    stages:
+    - Run:
+        approval: manual
+        resources:
+          - repo-checker
+        tasks:
+          - script: |-
+              echo "ALP Standard"
+              ./project-installcheck.py -A https://api.suse.de --debug check 
--add-comments --store SUSE:ALP:Source:Standard:1.0:Staging/dashboard 
SUSE:ALP:Source:Standard:1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20240122.105eea5/gocd/totestmanager.gocd.yaml 
new/openSUSE-release-tools-20240207.602b3d2/gocd/totestmanager.gocd.yaml
--- old/openSUSE-release-tools-20240122.105eea5/gocd/totestmanager.gocd.yaml    
2024-01-22 10:48:34.000000000 +0100
+++ new/openSUSE-release-tools-20240207.602b3d2/gocd/totestmanager.gocd.yaml    
2024-02-07 15:42:32.000000000 +0100
@@ -315,7 +315,7 @@
         - script: |-
             install -D /home/go/config/openqa-client.conf 
/home/go/.config/openqa/client.conf
             scripts/totest-manager.py -A https://api.opensuse.org --debug run 
openSUSE:Leap:15.6:ARM:Images
-  TTM.Leap_Micro_5.5:
+  TTM.Leap_Micro_6.0:
     group: openSUSE.Checkers
     lock_behavior: unlockWhenFinished
     environment_variables:
@@ -335,8 +335,8 @@
         tasks:
         - script: |-
             install -D /home/go/config/openqa-client.conf 
/home/go/.config/openqa/client.conf
-            scripts/totest-manager.py -A https://api.opensuse.org --debug run 
openSUSE:Leap:Micro:5.5
-  TTM.Leap_Micro_5.5_Images:
+            scripts/totest-manager.py -A https://api.opensuse.org --debug run 
openSUSE:Leap:Micro:6.0
+  TTM.Leap_Micro_6.0_Images:
     group: openSUSE.Checkers
     lock_behavior: unlockWhenFinished
     environment_variables:
@@ -356,4 +356,4 @@
         tasks:
         - script: |-
             install -D /home/go/config/openqa-client.conf 
/home/go/.config/openqa/client.conf
-            scripts/totest-manager.py -A https://api.opensuse.org --debug run 
openSUSE:Leap:Micro:5.5:Images
+            scripts/totest-manager.py -A https://api.opensuse.org --debug run 
openSUSE:Leap:Micro:6.0:Images
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20240122.105eea5/gocd/totestmanager.gocd.yaml.erb 
new/openSUSE-release-tools-20240207.602b3d2/gocd/totestmanager.gocd.yaml.erb
--- 
old/openSUSE-release-tools-20240122.105eea5/gocd/totestmanager.gocd.yaml.erb    
    2024-01-22 10:48:34.000000000 +0100
+++ 
new/openSUSE-release-tools-20240207.602b3d2/gocd/totestmanager.gocd.yaml.erb    
    2024-02-07 15:42:32.000000000 +0100
@@ -16,8 +16,8 @@
       openSUSE:Leap:15.6:Images
       openSUSE:Leap:15.6:ARM
       openSUSE:Leap:15.6:ARM:Images
-      openSUSE:Leap:Micro:5.5
-      openSUSE:Leap:Micro:5.5:Images
+      openSUSE:Leap:Micro:6.0
+      openSUSE:Leap:Micro:6.0:Images
   ) -%>
   TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
     group: openSUSE.Checkers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20240122.105eea5/publish_distro_conf/publish_leap-micro60.config
 
new/openSUSE-release-tools-20240207.602b3d2/publish_distro_conf/publish_leap-micro60.config
--- 
old/openSUSE-release-tools-20240122.105eea5/publish_distro_conf/publish_leap-micro60.config
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/openSUSE-release-tools-20240207.602b3d2/publish_distro_conf/publish_leap-micro60.config
 2024-02-07 15:42:32.000000000 +0100
@@ -0,0 +1,50 @@
+# vim:syntax=sh
+
+micro_version=6.0
+qu="" # empty string for GA, QuarterlyUpdate repins have -N in version
+logfile_base=~/publish_logs/$micro_version/$(date -d "$date" '+%Y/%m/%d/%H%M')
+synclog="${logfile_base}.log"
+deletelog="${logfile_base}-deletes.log"
+path="/distribution/leap-micro/$micro_version/product"
+flavors=(DVD-x86_64 DVD-aarch64)
+
+get_version() {
+       # get expected version from first flavor
+       if [ -z "$version" ]; then
+               version=`echo 
$stage/iso/openSUSE-Leap-Micro-$micro_version$qu-$flavor-Build[0123456789]*.[0123456789]*-Media.iso`
+               version=${version##*Build}
+               version=${version%-*}
+               if [ -z "$version" ]; then
+                       echo "no version found, exit." | tee -a $synclog
+                       exit 1
+               fi
+       fi
+}
+
+get_iso()
+{
+       
iso="openSUSE-Leap-Micro-$micro_version$qu-$flavor-Build$version-Media.iso"
+}
+
+get_iso_link()
+{
+       link="$stage/iso/openSUSE-Leap-$micro_version$qu-$flavor-Current.iso"
+}
+
+get_diff_url()
+{
+       url="$diff_url_base/$micro_version/diff/$version"
+}
+
+get_mark_published_url()
+{
+       url="$diff_url_base/$micro_version/current"
+}
+
+get_changes_filename()
+{
+       # ChangeLog files from obsgendiff are used instead
+       #changes="$changes_dir_base/jump/$jump_version/Changes.$version.txt"
+       :
+#      changes="$changes_dir_base/leap/$micro_version/Changes.$version.txt"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20240122.105eea5/publish_distro_conf/publish_leap-micro60_appliances.config
 
new/openSUSE-release-tools-20240207.602b3d2/publish_distro_conf/publish_leap-micro60_appliances.config
--- 
old/openSUSE-release-tools-20240122.105eea5/publish_distro_conf/publish_leap-micro60_appliances.config
      1970-01-01 01:00:00.000000000 +0100
+++ 
new/openSUSE-release-tools-20240207.602b3d2/publish_distro_conf/publish_leap-micro60_appliances.config
      2024-02-07 15:42:32.000000000 +0100
@@ -0,0 +1,58 @@
+# vim:syntax=sh
+
+micro_version=6.0
+release=0
+logfile_base=~/publish_logs/$micro_version-appliances/$(date -d "$date" 
'+%Y/%m/%d/%H%M')
+synclog="${logfile_base}.log"
+deletelog="${logfile_base}-deletes.log"
+path="/distribution/leap-micro/$micro_version/appliances"
+flavors=(Default Default-RT Default-SelfInstall)
+repos=()
+extra_repos=()
+isodir=""
+
+get_version() {
+       # get expected version from first flavor
+       if [ -z "$version" ]; then
+               version=`echo 
$stage/openSUSE-Leap-Micro.x86_64-$micro_version.$release-$flavor-Build*.raw.xz`
+               version=${version##*Build}
+               version=${version%.*}
+               if [ -z "$version" ]; then
+                       echo "no version found, exit." | tee -a $synclog
+                       exit 1
+               fi
+       fi
+}
+
+_get_iso()
+{
+       local snapshot="$1"
+       local suffix=xz
+#      echo 
"openSUSE-Leap-Micro-$micro_version-JeOS.x86_64-$micro_version.0-$flavor-$snapshot.$suffix"
+       echo 
"openSUSE-Leap-Micro.x86_64-$micro_version.$release-$flavor-$snapshot.$suffix"
+}
+
+get_iso()
+{
+       iso=`_get_iso "Build$version"`
+}
+
+get_iso_link()
+{
+       link="$stage/`_get_iso Current`"
+}
+
+get_diff_url()
+{
+       url=""
+}
+
+get_mark_published_url()
+{
+       url=""
+}
+
+get_changes_filename()
+{
+       changes=""
+}

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.5lb7tC/_old  2024-02-14 23:20:06.891229563 +0100
+++ /var/tmp/diff_new_pack.5lb7tC/_new  2024-02-14 23:20:06.895229708 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20240122.105eea5
-mtime: 1705916914
-commit: 105eea5f93a558ff42e3f226d1c0370f58335539
+version: 20240207.602b3d2
+mtime: 1707316952
+commit: 602b3d2b1e47b7ba9397524ebd94446982f88c03
 

Reply via email to