Files
debos/actions/actions_doc.go
Christopher Obbard 158ed7c09a chore: run go fmt
Signed-off-by: Christopher Obbard <christopher.obbard@linaro.org>
2025-08-11 14:33:38 +01:00

18 lines
521 B
Go

// Copyright 2017, Collabora Ltd.
/*
Package 'actions' implements 'debos' modules used for OS creation.
# The origin property
Several actions have the 'origin' property. Possible values for the
'origin' property are:
1. 'recipe' ....... directory the recipe is in
2. 'filesystem' ... target filesystem root directory from previous filesystem-deploy action or
a previous ostree action.
3. 'artifacts' .... directory the artifacts are stored in
4. name property of a previous download action
*/
package actions