Data for kiwi configuration, input and output functions.
List of Global Functions
ImportImageRepositories - Import repositories from given kiwi image configuration
InitCurrentRepositories - Initialize the list of current repositories
PrepareAndCreate - run kiwi to finally create the selected image
Read - REad the confgiuration stuff for image creator
ReadConfigXML - import the data from given config.xml
ReadImageTemplates - Read the templates on which the images can be based
SaveConfiguration - save the image configuration to the kiwi images directory
WriteConfigXML - Write currect configuration to new config.xml
List of Global Variables
content_key - argument for any_xml agent: key indicating content of element without attributes
Import repositories from given kiwi image configuration
Function parameters
map Config
string dir
Return value
map <string,map>
Initialize the list of current repositories
Return value
map <string,map>
run kiwi to finally create the selected image
Function parameters
string out_dir
string selected_profiles
Return value
boolean
import the data from given config.xml
Function parameters
string base_path
Return value
map<string,any>
save the image configuration to the kiwi images directory
Function parameters
map KiwiConfig
string task
Return value
string