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.
This commit is contained in:
Dusty Mabe 2023-09-29 12:38:14 -04:00 committed by Simon de Vlieger
parent 7af2f1a5c1
commit 0f477889be

View file

@ -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