distribute script requires simfactory to be in a directory called "simfactory"

Issue #343 closed
Ian Hinder created an issue

I usually have simfactory 2 in a directory called simfactory2. This doesn't work with the simfactory 2 distribute script.

Distributing to macbook...

Synchronising...
[2011-03-14 18:33:08]
[2011-03-14 18:33:08]

   Executing: ./simfactory/bin/sim list-configurations --noverbose
Traceback (most recent call last):
  File "simfactory2/bin/distribute", line 567, in <module>
    sync_build_submit(machine)
  File "simfactory2/bin/distribute", line 428, in sync_build_submit
    list_configurations(machine)
  File "simfactory2/bin/distribute", line 305, in list_configurations
    execute(command)
  File "simfactory2/bin/distribute", line 243, in execute
    stdin=None, stdout=sys.stdout, stderr=sys.stderr)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 444, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 595, in __init__
    errread, errwrite)
  File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 1106, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


**Keyword:** distribute  

Comments (7)

  1. Log in to comment