action #81038
closedAvoid using Mojolicious::Routes::Route::route which is DEPRECATED in favor of Mojolicious::Routes::Route::any in asset pack
Description
- AC0: The function is no longer used in
Mojolicious/Plugin/AssetPack.pm
which is provided by theperl-Mojolicious-Plugin-AssetPack
. LikelyMojolicious::Routes::Route::any
should be used instead. - AC1: A fixed version of the
perl-Mojolicious-Plugin-AssetPack
package is provided for Tumbleweed and within our devel repos for Leap.
It looks like a new version of https://github.com/jhthorsen/mojolicious-plugin-assetpack containing the change for AC0 has already been released since 3 days so we just need to test that and push the packaging.
Updated by mkittler about 4 years ago
- SR for DLP has been accepted, still waiting for https://build.opensuse.org/request/show/855720
- In the meantime, I'm trying to add a workaround in https://github.com/os-autoinst/openQA/pull/3636
Updated by okurz about 4 years ago
- Category set to Regressions/Crashes
- Status changed from New to Feedback
https://build.opensuse.org/request/show/855720 is accepted. Likely we can just wait for the next Tumbleweed snapshot to be published – maybe tomorrow.
Updated by mkittler about 4 years ago
- Category deleted (
Regressions/Crashes) - Assignee deleted (
mkittler) - Target version deleted (
Ready)
Seems like they've created a bugzilla ticket: https://bugzilla.opensuse.org/show_bug.cgi?id=1180048
So the updated version of AssetPack is not sufficient. I'll try to install it locally and check what's left to do.
Updated by livdywan about 4 years ago
- Related to action #81068: openQA tests fail on OBS Tumbleweed added
Updated by mkittler about 4 years ago
- Category set to Regressions/Crashes
- Status changed from Feedback to In Progress
- Assignee set to mkittler
- Target version set to Ready
Updated by mkittler about 4 years ago
PR for (hopefully all) remaining warnings: https://github.com/os-autoinst/openQA/pull/3644
Updated by openqa_review about 4 years ago
- Due date set to 2020-12-30
Setting due date based on mean cycle time of SUSE QE Tools
Updated by okurz about 4 years ago
Updated by mkittler about 4 years ago
- Status changed from In Progress to Resolved
The PR has been merged and builds succeed again.