From 0f477889bed3baa47599fe8f0e292240cb1e9b0e Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 29 Sep 2023 12:38:14 -0400 Subject: [PATCH] stages/ostree: add deprecation notice/warning I've been informed that this stage is old and shouldn't be used for newly created manifests. Let's add a comment to the top for future explorers of this code base. --- stages/org.osbuild.ostree | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stages/org.osbuild.ostree b/stages/org.osbuild.ostree index 361b70d5..00e15b81 100755 --- a/stages/org.osbuild.ostree +++ b/stages/org.osbuild.ostree @@ -1,5 +1,8 @@ #!/usr/bin/python3 """ +WARNING: This stage is deprecated and shouldn't be used when defining new + pipelines. Please use the individual ostree.* stages instead. + Initialize the sysroot and pull and deploy an OStree commit Initializes a clean ostree based system root, pulls the given `commit` and