Skip to content

Commit 459a9a2

Browse files
addressing comments about main deletion + summary table amends
Signed-off-by: Catalin-Stratulat-Ericsson <catalin.stratulat@ericsson.com>
1 parent 1be2533 commit 459a9a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/content/en/docs/2_concepts/placeholder-package-revision.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Because the placeholder mirrors the real state of that branch:
9494

9595
Yes. The placeholder is **not immutable**. It can be deleted via `porchctl` like any other PackageRevision. This is useful during package cleanup (e.g. removing a package entirely from a repository).
9696

97-
Deleting the placeholder does **not** affect the underlying Git branch content.
97+
Deleting the placeholder **removes the package content from the configured Git branch**. A commit is made to the branch (e.g. `main`) that deletes the package directory and its files. This means any GitOps reconciler watching that branch will also see the removal.
9898

9999
## Summary
100100

@@ -103,8 +103,8 @@ Deleting the placeholder does **not** affect the underlying Git branch content.
103103
| First revision published | Placeholder **created** |
104104
| Subsequent revision published | Placeholder **updated** to new content |
105105
| Published revision deleted | Placeholder **unchanged** (no rollback) |
106-
| Placeholder itself deleted | Removed from Porch (Git branch unaffected) |
107-
| New revision published after placeholder deletion | Placeholder **recreated** |
106+
| Placeholder itself deleted | Removed from Porch and content deleted from Git branch |
107+
| New revision published after placeholder deletion | Placeholder **recreated** with contents of the new revision |
108108

109109
## Restrictions
110110

0 commit comments

Comments
 (0)