List of Global Functions
CopyRPMs - Copy the packages from the source directory to target
CreateAddOnStructure - Create the directory structure of the Add-On
CreateDirectoryYaSTFiles - Create directory.yast files (the last step)
CreateISOImage - Create an ISO image of the product
CreateMD5SUMS - Create MD5SUMS files
GenerateGPGKey - Generate the key pair
Modified - Data was modified?
Read - Initialize the settings for add-on-creator
SignAddOn - Sign the add-on
Write - Write all add-on-creator settings
WriteContentFile - Write the content file
WriteMediaFiles - Write the media.n/media files
WritePatchesFiles - Create the patches files
WritePatterns - Write all files with patterns definitions TODO use agent...
WriteProductsFiles - Create the products file FIXME editor - see ExpertSettingsDialog3
WriteStringFiles - Write the readme/COPYING/COPYRIGHT... files in base_path
List of Global Variables
modified - Data was modified?
Copy the packages from the source directory to target
Function parameters
string in_path
string base_path
Return value
boolean - success
Create the directory structure of the Add-On
Function parameters
string base_path
Return value
boolean - success
Create directory.yast files (the last step)
Function parameters
string base_path
Return value
boolean - success
Create an ISO image of the product
Function parameters
string dir_path
string iso_p
Return value
boolean
Create MD5SUMS files
Function parameters
string base_path
Return value
boolean - success
Generate the key pair
Function parameters
map<string,string> data
Return value
string
Write the content file
Function parameters
string base_path
list<map> content_data
Return value
boolean - success
Write the media.n/media files
Function parameters
string base_path
list<string> m_files
string next
Return value
boolean - success
Create the patches files
Function parameters
string base_path
list<string> p_files
Return value
boolean - success
Write all files with patterns definitions TODO use agent...
Function parameters
string base_path
Return value
boolean
Create the products file FIXME editor - see ExpertSettingsDialog3
Function parameters
string base_path
list<string> p_files
Return value
boolean - success