aboutsummaryrefslogtreecommitdiffstats
path: root/community/ceph/44-npm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ceph/44-npm.patch')
-rw-r--r--community/ceph/44-npm.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/ceph/44-npm.patch b/community/ceph/44-npm.patch
deleted file mode 100644
index 7cce3fa1f52..00000000000
--- a/community/ceph/44-npm.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-merged as:
-https://github.com/ceph/ceph/pull/43053
-
---- a/src/pybind/mgr/dashboard/CMakeLists.txt
-+++ b/src/pybind/mgr/dashboard/CMakeLists.txt
-@@ -70,7 +70,7 @@
-
- add_npm_command(
- OUTPUT "${CMAKE_SOURCE_DIR}/src/pybind/mgr/dashboard/frontend/node_modules"
-- COMMAND CYPRESS_CACHE_FOLDER=${CMAKE_SOURCE_DIR}/build/src/pybind/mgr/dashboard/cypress NG_CLI_ANALYTICS=false npm ci ${mgr-dashboard-userconfig}
-+ COMMAND CYPRESS_CACHE_FOLDER=${CMAKE_SOURCE_DIR}/build/src/pybind/mgr/dashboard/cypress NG_CLI_ANALYTICS=false npm ci -f ${mgr-dashboard-userconfig}
- DEPENDS frontend/package.json
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/src/pybind/mgr/dashboard/frontend
- COMMENT "dashboard frontend dependencies are being installed"