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
Export - Export the settings about current Add-On product
GenerateArchiveFiles - Generate ARCHIVES.gz, INDEX.gz and ls-lR.gz
GenerateDirectories - generate the paths of media, data and description dirs
GenerateGPGKey - Generate the key pair
ImportExistingProduct - import the data from existing add-on
Modified - Data was modified?
Read - Initialize the settings for add-on-creator
SignAddOn - Sign the add-on
UpdateContentMap - Update content_map with current value of 'content' list
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
string name
Return value
boolean
Create MD5SUMS files
Function parameters
string base_path
Return value
boolean - success
Generate ARCHIVES.gz, INDEX.gz and ls-lR.gz
Function parameters
string base_path
Return value
boolean
generate the paths of media, data and description dirs
Function parameters
string base_path
Return value
void
Generate the key pair
Function parameters
map<string,string> data
Return value
string
import the data from existing add-on
Function parameters
string dir_path
Return value
boolean
Update content_map with current value of 'content' list
Return value
map<string,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