From 180a48caaaab33c1a124803a3b927675448af4f2 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 19 Apr 2021 08:32:12 +0200 Subject: [PATCH] Bump cockpit test/common and lib to 242 https://github.com/martinpitt/cockpit/commit/731fdf82c0 fixed the deprecation warning in cockpit-po-plugin: > node:37175) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: > Compilation.assets will be frozen in future, all modifications are > deprecated. > BREAKING CHANGE: No more changes should happen to Compilation.assets > after sealing the Compilation. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1a7c91b..2bb5dfb 100644 --- a/Makefile +++ b/Makefile @@ -147,14 +147,14 @@ bots: # when you start a new project, use the latest release, and update it from time to time test/common: flock Makefile sh -ec '\ - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 239; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 242; \ git checkout --force FETCH_HEAD -- test/common; \ git reset test/common' # checkout Cockpit's PF/React/build library; again this has no API stability guarantee, so check out a stable tag $(LIB_TEST): flock Makefile sh -ec '\ - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 238; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 242; \ git checkout --force FETCH_HEAD -- pkg/lib; \ git reset -- pkg/lib' mv pkg/lib src/ && rmdir -p pkg