aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/subprojects_purge.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/subprojects_purge.md')
-rw-r--r--docs/markdown/snippets/subprojects_purge.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/markdown/snippets/subprojects_purge.md b/docs/markdown/snippets/subprojects_purge.md
deleted file mode 100644
index 86e1064..0000000
--- a/docs/markdown/snippets/subprojects_purge.md
+++ /dev/null
@@ -1,18 +0,0 @@
-## Purge subprojects folder
-
-It is now possible to purge a subprojects folder of artifacts created
-from wrap-based subprojects including anything in `packagecache`. This is useful
-when you want to return to a completely clean source tree or busting caches with
-stale patch directories or caches. By default the command will only print out
-what it is removing. You need to pass `--confirm` to the command for actual
-artifacts to be purged.
-
-By default all wrap-based subprojects will be purged.
-
-- `meson subprojects purge` prints non-cache wrap artifacts which will be
-purged.
-- `meson subprojects purge --confirm` purges non-cache wrap artifacts.
-- `meson subprojects purge --confirm --include-cache` also removes the cache
-artifacts.
-- `meson subprojects purge --confirm subproj1 subproj2` removes non-cache wrap
-artifacts associated with the listed subprojects.