Salome HOME
update help entry dev_package
authorcrouzet <nicolas.crouzet@cea.fr>
Wed, 3 May 2017 08:15:30 +0000 (10:15 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Wed, 3 May 2017 08:15:30 +0000 (10:15 +0200)
commands/package.py
data/site.pyconf

index 5f3476141f59a306f9152cd9cb15ac48d69468c4..87857e29ce2b248b5fcae509561a1098f86f6637 100644 (file)
@@ -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.
index 33a905053b3f76ef15322b7c2c713a89fa10b33f..03b070a79906a5b266c3decbd6a710d8749e35ef 100644 (file)
@@ -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",
 ]
 }