Skip to content

Commit

Permalink
textproc/opensearch-dashboards: fix PLIST issue
Browse files Browse the repository at this point in the history
Fixes the following warnings:
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir %%WWWDIR%%/plugins/observabilityDashboards/server/adaptors/integrations/__test__
Error: Orphaned: @dir %%WWWDIR%%/plugins/observabilityDashboards/server/adaptors/integrations/repository/__test__
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Alerts/components/AlertFlyout
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/CreateDetector/components/ConfigureAlerts/components/AlertCondition
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/AlertTriggerView
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/DetectorBasicDetailsView
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/DetectorRulesView
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/FieldMappingsView
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/UpdateAlertConditions
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/UpdateDetectorBasicDetails
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/UpdateDetectorRules
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/UpdateFieldMappings
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/containers/AlertTriggersView
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/containers/DetectorDetails
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/containers/DetectorDetailsView
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/containers/Detectors
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Detectors/containers/EditFieldMappings
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Rules/components/DeleteModal
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Rules/components/RuleEditor/components
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityAnalyticsDashboards/test/mocks/Rules/components/RulesTable
Error: Orphaned: @dir %%WWWDIR%%/plugins/securityDashboards/server/multitenancy/test
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
  • Loading branch information
mfechner committed Feb 1, 2024
1 parent 23e28a8 commit 657588c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions textproc/opensearch-dashboards/Makefile
Expand Up @@ -55,5 +55,27 @@ post-install:
${ECHO} "@dir ${WWWDIR}/plugins/reportsDashboards/node_modules/set-interval-async/test/resources/dynamic" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/reportsDashboards/node_modules/set-interval-async/examples/fixed" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/reportsDashboards/node_modules/set-interval-async/examples/dynamic" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/observabilityDashboards/server/adaptors/integrations/__test__" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/observabilityDashboards/server/adaptors/integrations/repository/__test__" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Alerts/components/AlertFlyout" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/CreateDetector/components/ConfigureAlerts/components/AlertCondition" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/AlertTriggerView" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/DetectorBasicDetailsView" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/DetectorRulesView" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/FieldMappingsView" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/UpdateAlertConditions" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/UpdateDetectorBasicDetails" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/UpdateDetectorRules" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/components/UpdateFieldMappings" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/containers/AlertTriggersView" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/containers/DetectorDetails" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/containers/DetectorDetailsView" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/containers/Detectors" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Detectors/containers/EditFieldMappings" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Rules/components/DeleteModal" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Rules/components/RuleEditor/components" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityAnalyticsDashboards/test/mocks/Rules/components/RulesTable" >> ${TMPPLIST}
${ECHO} "@dir ${WWWDIR}/plugins/securityDashboards/server/multitenancy/test" >> ${TMPPLIST}


.include <bsd.port.mk>

0 comments on commit 657588c

Please sign in to comment.