Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

rm docker-clean.sh #1919

Merged
merged 4 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions doc/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,6 @@ fail or that won’t give you additional information, and not pushing every
commit (CI tests only the most recent commit in a pushed group). Avoid making
commits merely to trigger CI.

**Purging Docker cache.** :code:`misc/docker-clean.sh` can be used to purge
your Docker cache, either by removing all tags or deleting all containers and
images. The former is generally preferred, as it lets you update only those
base images that have actually changed (the ones that haven’t will be
re-tagged).

Issue labeling
--------------

Expand Down
2 changes: 1 addition & 1 deletion misc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EXTRA_DIST = docker-clean.sh grep version
EXTRA_DIST = grep version
43 changes: 0 additions & 43 deletions misc/docker-clean.sh

This file was deleted.

1 change: 0 additions & 1 deletion misc/loc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ find . -type f -a \( \
-path ./.gitattributes \
-o -path ./.gitignore \
-o -path ./VERSION \
-o -path ./misc/docker-clean.sh \
-o -path ./misc/branches-tidy \
-o -path ./misc/grep \
-o -path ./misc/loc \) | sort > /tmp/loc.misc
Expand Down
Loading