Comment 2 for bug 594483

Revision history for this message
Re Hova Andre Rove (reandre8503) wrote :

Thanks Mac.

I already change the playground.config file but I did not get the preparecampaign option. If I run ./playground.py the results are:

Usage : playground COMMAND options

You can use one of following commands. Use COMMAND --help to get
detailed help for the command

   changes : This command is deprecated but still in use due to backward compatibility.
       Use 'status' command instead.
   clean : Cleanup the build environment.
   consistency : Check if projects.py is consistent with file system contents.
   cppdocu : Build all in one project CPP documentation.
   createmanuals : Build the users manual and the developers guide.
   createmodule : Create a new module from project ModuleTemplate.
   docu : Build project documentation.
   foreach : Execute a command on multiple projects.
   helloworld : Want to write your own commands? Here is HelloWorld for playground
   install : Compile and install all projects to the sandbox
   lint : Check for inconsistencies in version control.
   memcheck : Run the memchecker valgrind on the unit tests.
   missing : Check for missing patches in the source repository.
   push : Push the whole project tree and all its modules to remote location from projects.py.
   pycodocu : Creates documentation for the PyConfig configuration tree
   runlongtests : Runs the 'long' test suite.
   runtests : Runs the test suite.
   serve : Prepare a directory (localRepo) to serve this SDK via 'bzr serve --directory localRepo'. WARNING: This will remove ./localRepo
   servedocu : Start the builtin web server to serve some documentation
   status : Show status in source code managed by the version control system for all known projects.
   update : Update the project support modules.
   upgrade : Update the whole project tree and all its modules.

There are some global options that are available for all commands
Usage: The list below shows global available options.

Options:
  -h, --help show this help message and exit
  -f FILE, --configFile=FILE
                        choose a configuration file (e.g.,
                        --configFile=config/projects.py)
  --if=EXPR restrict commands to affect only projects that match
                        EXPR (can be: 'python', 'bin', 'lib', 'none',
                        'changed', 'scons', 'ask', 'bzr', 'tla').
  --noAsk Do not ask user. Accept all default answers. Use this
                        for automation.
  --commands Space separated list of available commands (use for
                        Bash completion).
  --debug Enable debug output. Also enables warnings.
  --warnings Show warnings.
WARNING: Unable to load 'SimulationCampaign' plugin from '/usr/local/lib/python2.6/dist-packages/openwns/wrowser/playgroundPlugins/'. Ignored.
   <class 'psycopg2.OperationalError'>
   FATAL: Ident authentication failed for user "password="

   <frame object at 0x97cb514>
And also I have run ./playground.py status and I don't understand the meaning of these warnings.

Changes in: /home/sly/owns/openwns-sdk
  Format RepositoryFormatKnit1() for file:///home/sly/owns/openwns-sdk/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
Changes in: /home/sly/owns/openwns-sdk/tests/unit
  Format RepositoryFormatKnit1() for file:///home/sly/owns/openwns-sdk/tests/unit/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
Changes in: /home/sly/owns/openwns-sdk/framework/library
  Format RepositoryFormatKnit1() for file:///home/sly/owns/openwns-sdk/framework/library/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
Changes in: /home/sly/owns/openwns-sdk/framework/application
  Format RepositoryFormatKnit1() for file:///home/sly/owns/openwns-sdk/framework/application/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
Changes in: /home/sly/owns/openwns-sdk/framework/pywns
  Format RepositoryFormatKnit1() for file:///home/sly/owns/openwns-sdk/framework/pywns/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
Changes in: /home/sly/owns/openwns-sdk/modules/loadgen/constanze
  Format RepositoryFormatKnit1() for file:///home/sly/owns/openwns-sdk/modules/loadgen/constanze/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
Changes in: /home/sly/owns/openwns-sdk/modules/mock/simpletl
  Format RepositoryFormatKnit1() for file:///home/sly/owns/openwns-sdk/modules/mock/simpletl/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
Changes in: /home/sly/owns/openwns-sdk/modules/phy/ofdmaphy
  Format RepositoryFormatKnit1() for file:///home/sly/owns/openwns-sdk/modules/phy/ofdmaphy/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
Changes in: /home/sly/owns/openwns-sdk/tests/system/ofdma-tests
  Format RepositoryFormatKnit1() for file:///home/sly/owns/openwns-sdk/tests/system/ofdma-tests/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance
WARNING: Unable to load 'SimulationCampaign' plugin from '/usr/local/lib/python2.6/dist-packages/openwns/wrowser/playgroundPlugins/'. Ignored.
   <class 'psycopg2.OperationalError'>
   FATAL: Ident authentication failed for user "password="

   <frame object at 0x9c4f514>

I hope that you can help me with this. TQ