summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-04-26 14:58:07 +0300
committerGitHub <noreply@github.com>2024-04-26 14:58:07 +0300
commit1f07deaff320f0aa01027cb7a6bff88c01906c00 (patch)
treebc90f01337f67a98e57368186db3c926475c76c9 /packaging
parent700efa5419fc3ea52aea117286b8bb29e2be20b9 (diff)
Don’t unnescesarily clean repo during static builds. (#17530)
Don’t clean repo during static builds. We’re using a separate build directory in all cases, so there is no longer any need to try to clean the repository before a static build. This enables running static builds in linked git worktrees.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/makeself/build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/makeself/build.sh b/packaging/makeself/build.sh
index 389e04581b..dca635f0a3 100755
--- a/packaging/makeself/build.sh
+++ b/packaging/makeself/build.sh
@@ -33,9 +33,6 @@ chown -R root:root /usr/src/netdata
cd /usr/src/netdata/packaging/makeself || exit 1
-git clean -dxf
-git submodule foreach --recursive git clean -dxf
-
cat >&2 << EOF
This program will create a self-extracting shell package containing
a statically linked netdata, able to run on any 64bit Linux system,