From: crouzet Date: Wed, 3 May 2017 08:15:30 +0000 (+0200) Subject: update help entry X-Git-Tag: V8_3_0rc1~26^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ce81c97df3dd1cf8f9483a6d4d53dfc053b1d436;p=tools%2Fsat.git update help entry --- diff --git a/commands/package.py b/commands/package.py index 5f34761..87857e2 100644 --- a/commands/package.py +++ b/commands/package.py @@ -1054,13 +1054,13 @@ def description(): :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. diff --git a/data/site.pyconf b/data/site.pyconf index 33a9050..03b070a 100644 --- a/data/site.pyconf +++ b/data/site.pyconf @@ -15,5 +15,12 @@ PROJECTS : { 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", ] }