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-08-12 15:06:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Sat Aug 12 15:06:45 2023 rev:495 rq:1103530 version:20230811.65a86bd
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2023-08-10 15:35:05.196607633 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.11712/openSUSE-release-tools.changes
2023-08-12 15:07:03.278837926 +0200
@@ -1,0 +2,6 @@
+Fri Aug 11 17:33:02 UTC 2023 - [email protected]
+
+- Update to version 20230811.65a86bd:
+ * publish_distro config for Leap Micro 5.5
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20230810.166affb.obscpio
New:
----
openSUSE-release-tools-20230811.65a86bd.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.SdYU0y/_old 2023-08-12 15:07:04.022842732 +0200
+++ /var/tmp/diff_new_pack.SdYU0y/_new 2023-08-12 15:07:04.030842784 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20230810.166affb
+Version: 20230811.65a86bd
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.SdYU0y/_old 2023-08-12 15:07:04.066843016 +0200
+++ /var/tmp/diff_new_pack.SdYU0y/_new 2023-08-12 15:07:04.070843043 +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">166affbfa0b9d0509c4ce0adf1a1dda1be6eeef5</param>
+ <param
name="changesrevision">65a86bdd7c731e31e74e6c2b0f501795f4260731</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20230810.166affb.obscpio ->
openSUSE-release-tools-20230811.65a86bd.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20230810.166affb/publish_distro_conf/publish_leap-micro55.config
new/openSUSE-release-tools-20230811.65a86bd/publish_distro_conf/publish_leap-micro55.config
---
old/openSUSE-release-tools-20230810.166affb/publish_distro_conf/publish_leap-micro55.config
1970-01-01 01:00:00.000000000 +0100
+++
new/openSUSE-release-tools-20230811.65a86bd/publish_distro_conf/publish_leap-micro55.config
2023-08-11 19:31:59.000000000 +0200
@@ -0,0 +1,50 @@
+# vim:syntax=sh
+
+micro_version=5.5
+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-20230810.166affb/publish_distro_conf/publish_leap-micro55_appliances.config
new/openSUSE-release-tools-20230811.65a86bd/publish_distro_conf/publish_leap-micro55_appliances.config
---
old/openSUSE-release-tools-20230810.166affb/publish_distro_conf/publish_leap-micro55_appliances.config
1970-01-01 01:00:00.000000000 +0100
+++
new/openSUSE-release-tools-20230811.65a86bd/publish_distro_conf/publish_leap-micro55_appliances.config
2023-08-11 19:31:59.000000000 +0200
@@ -0,0 +1,58 @@
+# vim:syntax=sh
+
+micro_version=5.5
+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.SdYU0y/_old 2023-08-12 15:07:04.938848650 +0200
+++ /var/tmp/diff_new_pack.SdYU0y/_new 2023-08-12 15:07:04.942848676 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20230810.166affb
-mtime: 1691663516
-commit: 166affbfa0b9d0509c4ce0adf1a1dda1be6eeef5
+version: 20230811.65a86bd
+mtime: 1691775119
+commit: 65a86bdd7c731e31e74e6c2b0f501795f4260731