1 Star 0 Fork 4

zhangwenlong01/grafana-pcp

forked from src-anolis-os/grafana-pcp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build_frontend.sh 249 Bytes
一键复制 编辑 原始数据 按行查看 历史
geliwei 提交于 2022-04-13 14:01 . update to grafana-pcp-3.2.0-1.el8.src.rpm
#!/bin/bash -eu
# Build the frontend
yarn run build
# Build the dashboards
make build-dashboards
# Fix permissions (webpack sometimes outputs files with mode = 666 due to reasons unknown (race condition/umask issue afaics))
chmod -R g-w,o-w dist
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangwenlong01/grafana-pcp.git
git@gitee.com:zhangwenlong01/grafana-pcp.git
zhangwenlong01
grafana-pcp
grafana-pcp
a8

搜索帮助