~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/devscripts/ec2test/testrunner.py

Fix yui directory issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
        p('mkdir /var/launchpad/tmp')
386
386
        p('mv /var/launchpad/sourcecode /var/launchpad/tmp/sourcecode')
387
387
        p('mkdir /var/launchpad/tmp/eggs')
 
388
        p('mkdir /var/launchpad/tmp/yui')
388
389
        user_connection.run_with_ssh_agent(
389
390
            'bzr pull lp:lp-source-dependencies '
390
391
            '-d /var/launchpad/download-cache')