Skip to content

Commit 5df1c84

Browse files
committed
cmd-coreos-prune: Rename cmd-cloud-prune to cmd-coreos-prune
Rename cmd-cloud-prune to cmd-coreos-prune since it doesn't limit the garbage collection to just cloud resources but rather all other resources too.
1 parent 9ce6012 commit 5df1c84

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ schema-check:
9191
# Is the generated Go code synced with the schema?
9292
grep -q "$(DIGEST)" pkg/builds/cosa_v1.go
9393
grep -q "$(DIGEST)" pkg/builds/schema_doc.go
94-
grep -q "$(DIGEST)" src/cmd-cloud-prune
94+
grep -q "$(DIGEST)" src/cmd-coreos-prune
9595

9696
install:
9797
install -d $(DESTDIR)$(PREFIX)/lib/coreos-assembler

docs/cosa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Those less commonly used commands are listed here:
6565
| [oc-adm-release](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-oc-adm-release) | Publish an oscontainer as the machine-os-content in an OpenShift release series
6666
| [offline-update](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-offline-update) | Given a disk image and a coreos-assembler build, use supermin to update the disk image to the target OSTree commit "offline"
6767
| [prune](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-prune) | This script removes previous builds. DO NOT USE on production pipelines
68-
| [cloud-prune](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-cloud-prune) | Prune resources as sepcified in policy.yaml
68+
| [cloud-prune](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-coreos-prune) | Prune resources as sepcified in policy.yaml
6969
| [sign](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-sign) | Implements signing with RoboSignatory via fedora-messaging
7070
| [supermin-shell](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-supermin-shell) | Get a supermin shell
7171
| [tag](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-tag) | Operate on the tags in `builds.json`
File renamed without changes.

0 commit comments

Comments
 (0)