mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 10:18:47 +00:00
18 lines
521 B
Go
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
|