~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/start-dev-soyuz.sh

  • Committer: Jonathan Lange
  • Date: 2011-02-17 13:55:43 UTC
  • mto: This revision was merged to the branch mainline in revision 12401.
  • Revision ID: jml@canonical.com-20110217135543-1g7ro9g9kyv0q5wv
Run the testkeyserver process properly

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    bin/twistd \
9
9
        --logfile "/var/tmp/development-$1.log" \
10
10
        --pidfile "/var/tmp/development-$1.pid" \
11
 
        -y "daemons/$1.tac"
 
11
        -y "$2"
12
12
}
13
13
 
14
 
# XXX: This is broken now that zeca isn't in daemons/
15
 
start_twistd zeca
16
 
start_twistd buildd-manager
 
14
start_twistd testkeyserver lib/lp/testing/keyserver/testkeyserver.tac
 
15
start_twistd buildd-manager daemons/buildd-manager.tac
17
16
 
18
17
echo "Starting poppy."
19
18
mkdir -p /var/tmp/poppy