Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2025-03-27 22:32:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and      /work/SRC/openSUSE:Factory/.os-autoinst.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-autoinst"

Thu Mar 27 22:32:31 2025 rev:510 rq:1256377 version:5.1743024662.95d87ac

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2025-03-25 
22:18:54.122745602 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.2696/os-autoinst.changes        
2025-03-27 22:33:12.722868118 +0100
@@ -1,0 +2,10 @@
+Thu Mar 27 00:33:30 UTC 2025 - ok...@suse.com
+
+- Update to version 5.1743024662.95d87ac:
+  * Mention for what asset types `autoinst_url` can be used
+  * Consistently use try/catch instead of 'if ' everywhere
+  * Enable validation of resumed asset downloads in svirt backend
+  * Avoid leftover rsync processes on svirt host
+  * Check for correct git warning when cloning an empty repository
+
+-------------------------------------------------------------------

Old:
----
  os-autoinst-5.1742623603.20c141b.obscpio

New:
----
  os-autoinst-5.1743024662.95d87ac.obscpio

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

Other differences:
------------------
++++++ os-autoinst-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.USJqgf/_old  2025-03-27 22:33:13.474899246 +0100
+++ /var/tmp/diff_new_pack.USJqgf/_new  2025-03-27 22:33:13.478899412 +0100
@@ -18,7 +18,7 @@
 
 %define         short_name os-autoinst-devel
 Name:           %{short_name}-test
-Version:        5.1742623603.20c141b
+Version:        5.1743024662.95d87ac
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-openvswitch-test.spec ++++++
--- /var/tmp/diff_new_pack.USJqgf/_old  2025-03-27 22:33:13.510900737 +0100
+++ /var/tmp/diff_new_pack.USJqgf/_new  2025-03-27 22:33:13.510900737 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst-openvswitch
 Name:           %{short_name}%{?name_ext}
-Version:        5.1742623603.20c141b
+Version:        5.1743024662.95d87ac
 Release:        0
 Summary:        test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-test.spec ++++++
--- /var/tmp/diff_new_pack.USJqgf/_old  2025-03-27 22:33:13.534901730 +0100
+++ /var/tmp/diff_new_pack.USJqgf/_new  2025-03-27 22:33:13.538901896 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst
 Name:           %{short_name}%{?name_ext}
-Version:        5.1742623603.20c141b
+Version:        5.1743024662.95d87ac
 Release:        0
 Summary:        test package for os-autoinst
 License:        GPL-2.0-or-later

++++++ os-autoinst.spec ++++++
--- /var/tmp/diff_new_pack.USJqgf/_old  2025-03-27 22:33:13.566903054 +0100
+++ /var/tmp/diff_new_pack.USJqgf/_new  2025-03-27 22:33:13.566903054 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           os-autoinst
-Version:        5.1742623603.20c141b
+Version:        5.1743024662.95d87ac
 Release:        0
 Summary:        OS-level test automation
 License:        GPL-2.0-or-later

++++++ os-autoinst-5.1742623603.20c141b.obscpio -> 
os-autoinst-5.1743024662.95d87ac.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-autoinst-5.1742623603.20c141b/testapi.pm 
new/os-autoinst-5.1743024662.95d87ac/testapi.pm
--- old/os-autoinst-5.1742623603.20c141b/testapi.pm     2025-03-22 
07:06:43.000000000 +0100
+++ new/os-autoinst-5.1743024662.95d87ac/testapi.pm     2025-03-26 
22:31:02.000000000 +0100
@@ -2058,9 +2058,9 @@
 
   autoinst_url([$path, $query, $args]);
 
-returns the base URL to contact the local C<os-autoinst> service
+Returns the base URL to contact the local C<os-autoinst> service.
 
-Optional C<$path> argument is appended after base url.
+Optional C<$path> argument is appended after base URL.
 
 Optional HASHREF C<$query> is converted to URL query and appended
 after path.
@@ -2068,10 +2068,15 @@
 Optional named parameter C<inside_sut> in C<$args> will force using actual 
worker IP/hostname
 even on KVM guests if set to 0.
 
-Returns constructor URL. Can be used inline:
+Returns a URL that can be used like this:
 
   script_run("curl " . autoinst_url . "/data");
 
+This function can be used to download ISO, HDD and other assets from the
+isotovideo working directory into the SUT. Note that the openQA worker does 
*not*
+synchronize repository assets there so those assets cannot be downloaded via 
the
+autoinst URL when the openQA worker is used.
+
 =cut
 
 sub autoinst_url ($path = undef, $query = undef, $args = {}) {

++++++ os-autoinst.obsinfo ++++++
--- /var/tmp/diff_new_pack.USJqgf/_old  2025-03-27 22:33:15.074965477 +0100
+++ /var/tmp/diff_new_pack.USJqgf/_new  2025-03-27 22:33:15.078965644 +0100
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 5.1742623603.20c141b
-mtime: 1742623603
-commit: 20c141b152647720653a58846fbf5ed61563daa3
+version: 5.1743024662.95d87ac
+mtime: 1743024662
+commit: 95d87acbdb1fdbea785066fa90a210ff5ac8c67c
 

Reply via email to