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-23 14:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Wed Aug 23 14:58:08 2023 rev:497 rq:1105283 version:20230822.4be49e9
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2023-08-15 16:40:39.355252895 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1766/openSUSE-release-tools.changes
2023-08-23 14:59:25.266183962 +0200
@@ -1,0 +2,6 @@
+Tue Aug 22 13:53:22 UTC 2023 - [email protected]
+
+- Update to version 20230822.4be49e9:
+ * add Leap 15.6 publish_distro config
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20230815.03a7aaa.obscpio
New:
----
openSUSE-release-tools-20230822.4be49e9.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.fVqpYv/_old 2023-08-23 14:59:26.174185585 +0200
+++ /var/tmp/diff_new_pack.fVqpYv/_new 2023-08-23 14:59:26.182185600 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20230815.03a7aaa
+Version: 20230822.4be49e9
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.fVqpYv/_old 2023-08-23 14:59:26.238185700 +0200
+++ /var/tmp/diff_new_pack.fVqpYv/_new 2023-08-23 14:59:26.246185714 +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">03a7aaa815dbefc97887e3ef808551921ae6d18c</param>
+ <param
name="changesrevision">4be49e9b8025bea30125daef96ad476d66e79226</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20230815.03a7aaa.obscpio ->
openSUSE-release-tools-20230822.4be49e9.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20230815.03a7aaa/publish_distro_conf/publish_leap156.config
new/openSUSE-release-tools-20230822.4be49e9/publish_distro_conf/publish_leap156.config
---
old/openSUSE-release-tools-20230815.03a7aaa/publish_distro_conf/publish_leap156.config
1970-01-01 01:00:00.000000000 +0100
+++
new/openSUSE-release-tools-20230822.4be49e9/publish_distro_conf/publish_leap156.config
2023-08-22 15:51:41.000000000 +0200
@@ -0,0 +1,51 @@
+# vim:syntax=sh
+
+leap_version=15.6
+qu="" # empty string for GA, QuarterlyUpdate repins have -N in version
+logfile_base=~/publish_logs/$leap_version/$(date -d "$date" '+%Y/%m/%d/%H%M')
+synclog="${logfile_base}.log"
+deletelog="${logfile_base}-deletes.log"
+path="/distribution/leap/$leap_version"
+flavors=(DVD-x86_64 NET-x86_64 DVD-aarch64 NET-aarch64 DVD-ppc64le NET-ppc64le
DVD-s390x NET-s390x)
+
+get_version() {
+ # get expected version from first flavor
+ if [ -z "$version" ]; then
+ version=`echo
$stage/iso/openSUSE-Leap-$leap_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-$leap_version$qu-$flavor-Build$version-Media.iso"
+}
+
+get_iso_link()
+{
+ link="$stage/iso/openSUSE-Leap-$leap_version$qu-$flavor-Current.iso"
+}
+
+get_diff_url()
+{
+ url="$diff_url_base/$leap_version/diff/$version"
+}
+
+get_mark_published_url()
+{
+ url="$diff_url_base/$leap_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/$leap_version/Changes.$version.txt"
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20230815.03a7aaa/publish_distro_conf/publish_leap156_appliances.config
new/openSUSE-release-tools-20230822.4be49e9/publish_distro_conf/publish_leap156_appliances.config
---
old/openSUSE-release-tools-20230815.03a7aaa/publish_distro_conf/publish_leap156_appliances.config
1970-01-01 01:00:00.000000000 +0100
+++
new/openSUSE-release-tools-20230822.4be49e9/publish_distro_conf/publish_leap156_appliances.config
2023-08-22 15:51:41.000000000 +0200
@@ -0,0 +1,61 @@
+# vim:syntax=sh
+
+leap_version=15.6
+logfile_base=~/publish_logs/$leap_version-appliances/$(date -d "$date"
'+%Y/%m/%d/%H%M')
+synclog="${logfile_base}.log"
+deletelog="${logfile_base}-deletes.log"
+path="/distribution/leap/$leap_version/appliances"
+flavors=()
+repos=()
+extra_repos=()
+isodir=""
+
+get_version() {
+ # get expected version from first flavor
+ if [ -z "$version" ]; then
+ version=`echo
$stage/openSUSE-Leap-$leap_version-Minimal-VM.x86_64-$flavor-Build*.qcow2`
+ 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=qcow2
+ if [ "$flavor" = 'MS-HyperV' ]; then
+ suffix=vhdx.xz
+ elif [ "$flavor" = 'VMware' ]; then
+ suffix=vmdk.xz
+ fi
+ echo
"openSUSE-Leap-$leap_version-Minimal-VM.x86_64-$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=""
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20230815.03a7aaa/publish_distro_conf/publish_leap156_live.config
new/openSUSE-release-tools-20230822.4be49e9/publish_distro_conf/publish_leap156_live.config
---
old/openSUSE-release-tools-20230815.03a7aaa/publish_distro_conf/publish_leap156_live.config
1970-01-01 01:00:00.000000000 +0100
+++
new/openSUSE-release-tools-20230822.4be49e9/publish_distro_conf/publish_leap156_live.config
2023-08-22 15:51:41.000000000 +0200
@@ -0,0 +1,49 @@
+# vim:syntax=sh
+
+leap_version=15.6
+logfile_base=~/publish_logs/$leap_version-live/$(date -d "$date"
'+%Y/%m/%d/%H%M')
+synclog="${logfile_base}.log"
+deletelog="${logfile_base}-deletes.log"
+path="/distribution/leap/$leap_version/live"
+flavors=(GNOME-Live-x86_64 KDE-Live-x86_64 Rescue-CD-x86_64)
+repos=()
+extra_repos=()
+isodir=""
+
+get_version() {
+ # get expected version from first flavor
+ if [ -z "$version" ]; then
+ version=`echo
$stage/openSUSE-Leap-$leap_version-$flavor-Snapshot*-Media.iso`
+ version=${version##*Snapshot}
+ version=${version%-*}
+ if [ -z "$version" ]; then
+ echo "no version found, exit." | tee -a $synclog
+ exit 1
+ fi
+ fi
+}
+
+get_iso()
+{
+ iso="openSUSE-Leap-$leap_version-$flavor-Snapshot$version-Media.iso"
+}
+
+get_iso_link()
+{
+ link="$stage/openSUSE-Leap-$leap_version-$flavor-Current.iso"
+}
+
+get_diff_url()
+{
+ url=""
+}
+
+get_mark_published_url()
+{
+ url=""
+}
+
+get_changes_filename()
+{
+ changes=""
+}
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.fVqpYv/_old 2023-08-23 14:59:27.486187931 +0200
+++ /var/tmp/diff_new_pack.fVqpYv/_new 2023-08-23 14:59:27.490187938 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20230815.03a7aaa
-mtime: 1692096935
-commit: 03a7aaa815dbefc97887e3ef808551921ae6d18c
+version: 20230822.4be49e9
+mtime: 1692712301
+commit: 4be49e9b8025bea30125daef96ad476d66e79226