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

Commit

Permalink
PR #1919: rm docker-clean.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alstar555 authored Sep 6, 2024
1 parent ac2190f commit f2e5b13
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 51 deletions.
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

0 comments on commit f2e5b13

Please sign in to comment.