Skip to content

Commit

Permalink
Fix bundling of dashboard in binary packages. (netdata#8844)
Browse files Browse the repository at this point in the history
This removes some code from the dashboard bundling script that was left
over from before we changed how we were handling prefixing the old
dashboard. The script did not get properly tested after that change in
design, so the code unfortunately made it into master and broke package
builds.
  • Loading branch information
Ferroin authored and Saruspete committed May 21, 2020
1 parent 7787551 commit 4699404
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packaging/bundle-dashboard.sh
Expand Up @@ -12,7 +12,3 @@ sha256sum -c "${SRCDIR}/packaging/dashboard.checksums" || exit 1
tar -xzf "${DASHBOARD_TARBALL}" -C "${SRCDIR}/tmp" || exit 1
# shellcheck disable=SC2046
cp -a $(find "${SRCDIR}/tmp" -mindepth 1 -maxdepth 1) "${WEBDIR}"
cp -a "${WEBDIR}/old/dashboard_info.js" "${WEBDIR}"
cp -a "${WEBDIR}/old/dashboard.slate.css" "${WEBDIR}"
cp -a "${WEBDIR}/old/dashboard.css" "${WEBDIR}"
cp -a "${WEBDIR}/old/main.css" "${WEBDIR}"

0 comments on commit 4699404

Please sign in to comment.