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 2023-06-22 23:27:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old) and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools" Thu Jun 22 23:27:08 2023 rev:474 rq:1094683 version:20230622.459489f Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes 2023-06-21 22:41:08.846836358 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.15902/openSUSE-release-tools.changes 2023-06-22 23:27:53.878403658 +0200 @@ -1,0 +2,6 @@ +Thu Jun 22 14:43:57 UTC 2023 - opensuse-releaset...@opensuse.org + +- Update to version 20230622.459489f: + * gocd: Add Leap 15.5 to the Vagrant publisher + +------------------------------------------------------------------- Old: ---- openSUSE-release-tools-20230621.d0aaa85.obscpio New: ---- openSUSE-release-tools-20230622.459489f.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-release-tools.spec ++++++ --- /var/tmp/diff_new_pack.HsdtKB/_old 2023-06-22 23:27:54.582407247 +0200 +++ /var/tmp/diff_new_pack.HsdtKB/_new 2023-06-22 23:27:54.590407288 +0200 @@ -20,7 +20,7 @@ %define source_dir openSUSE-release-tools %define announcer_filename factory-package-news Name: openSUSE-release-tools -Version: 20230621.d0aaa85 +Version: 20230622.459489f 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.HsdtKB/_old 2023-06-22 23:27:54.634407512 +0200 +++ /var/tmp/diff_new_pack.HsdtKB/_new 2023-06-22 23:27:54.638407533 +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">d0aaa855982c89f11892d856259ee5246aa39b69</param> + <param name="changesrevision">459489fa072029ea908996e2015712125a22373e</param> </service> </servicedata> ++++++ openSUSE-release-tools-20230621.d0aaa85.obscpio -> openSUSE-release-tools-20230622.459489f.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20230621.d0aaa85/gocd/vagrant-publisher.gocd.yaml new/openSUSE-release-tools-20230622.459489f/gocd/vagrant-publisher.gocd.yaml --- old/openSUSE-release-tools-20230621.d0aaa85/gocd/vagrant-publisher.gocd.yaml 2023-06-21 10:07:55.000000000 +0200 +++ new/openSUSE-release-tools-20230622.459489f/gocd/vagrant-publisher.gocd.yaml 2023-06-22 16:42:31.000000000 +0200 @@ -63,3 +63,15 @@ tasks: - script: | ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap/15.4/appliances/boxes/Leap-15.4.aarch64-libvirt_aarch64.json --organization opensuse --new-box-name Leap-15.4.aarch64 + publish_Leap-15_5_x86_64: + resources: + - staging-bot + tasks: + - script: | + ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap/15.5/appliances/boxes/Leap-15.5.x86_64.json --organization opensuse --new-box-name Leap-15.5.x86_64 + publish_Leap-15_5_aarch64: + resources: + - staging-bot + tasks: + - script: | + ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap/15.5/appliances/boxes/Leap-15.5.aarch64-libvirt_aarch64.json --organization opensuse --new-box-name Leap-15.5.aarch64 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20230621.d0aaa85/gocd/vagrant-publisher.gocd.yaml.erb new/openSUSE-release-tools-20230622.459489f/gocd/vagrant-publisher.gocd.yaml.erb --- old/openSUSE-release-tools-20230621.d0aaa85/gocd/vagrant-publisher.gocd.yaml.erb 2023-06-21 10:07:55.000000000 +0200 +++ new/openSUSE-release-tools-20230622.459489f/gocd/vagrant-publisher.gocd.yaml.erb 2023-06-22 16:42:31.000000000 +0200 @@ -23,6 +23,8 @@ ['https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/boxes/openSUSE-MicroOS.aarch64-ContainerHost-Vagrant.json', 'MicroOS-ContainerHost.aarch64'], ['https://download.opensuse.org/distribution/leap/15.4/appliances/boxes/Leap-15.4.x86_64.json', 'Leap-15.4.x86_64'], ['https://download.opensuse.org/distribution/leap/15.4/appliances/boxes/Leap-15.4.aarch64-libvirt_aarch64.json', 'Leap-15.4.aarch64'], +['https://download.opensuse.org/distribution/leap/15.5/appliances/boxes/Leap-15.5.x86_64.json', 'Leap-15.5.x86_64'], +['https://download.opensuse.org/distribution/leap/15.5/appliances/boxes/Leap-15.5.aarch64-libvirt_aarch64.json', 'Leap-15.5.aarch64'], ].each do |url, box_name| %> publish_<%= box_name.gsub('.', '_') %>: resources: ++++++ openSUSE-release-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.HsdtKB/_old 2023-06-22 23:27:55.446411653 +0200 +++ /var/tmp/diff_new_pack.HsdtKB/_new 2023-06-22 23:27:55.450411674 +0200 @@ -1,5 +1,5 @@ name: openSUSE-release-tools -version: 20230621.d0aaa85 -mtime: 1687334875 -commit: d0aaa855982c89f11892d856259ee5246aa39b69 +version: 20230622.459489f +mtime: 1687444951 +commit: 459489fa072029ea908996e2015712125a22373e