:rtype: str
'''
return _("The package command creates an archive.\nThere are 4 kinds of "
- "archive:\n 1- The binary archive. It contains all the product "
+ "archive, which can be mixed:\n 1- The binary archive. It contains all the product "
"installation directories and a launcher,\n 2- The sources archive."
" It contains the products archives, a project corresponding to "
"the application and salomeTools,\n 3- The project archive. It "
"contains a project (give the project file path as argument),\n 4-"
" The salomeTools archive. It contains salomeTools.\n\nexample:"
- "\nsat package SALOME-master --sources")
+ "\nsat package SALOME-master --bineries --sources")
def run(args, runner, logger):
'''method that is called when salomeTools is called with package parameter.
{
project_file_paths :
[
+ "/export/home/crouzet/SAT5/DEV_SAT_PACKAGE/SAT_SALOME/salome.pyconf",
+ "/export/home/crouzet/SAT5/DEV_SAT_PACKAGE/SAT_CORPUS/corpus.pyconf",
+ "/data/tmpsalome/salome/SAT-PROJECTS/NUMODIS/numodis.pyconf",
+ "/home/salome/SPN_PRIVATE/SAT5/PPGP-PROJECT/ppgp.pyconf",
+ "/home/salome/SPN_PRIVATE/SAT5/OSCAR-PROJECT/oscar.pyconf",
+ "/home/salome/SPN_PRIVATE/SAT5/ALAMOS-PROJECT/alamos.pyconf",
+ "/home/uranietm/proJET/saTJOBS/saT5/uranie.pyconf",
]
}