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:
parent
7af2f1a5c1
commit
0f477889be
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue