First round of fixes found during testing

Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
This commit is contained in:
Paul Belanger 2012-10-13 15:18:37 -04:00
parent 140400f60d
commit e7fcff1a19
2 changed files with 11 additions and 2 deletions

11
debian/control vendored
View File

@ -19,5 +19,14 @@ Standards-Version: 3.9.1
Package: zuul
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Depends: jenkins,
python-git (>= 0.3.2~RC1),
python-jenkins,
python-lockfile,
python-paramiko,
python-paste,
python-webob,
python-yaml,
${misc:Depends},
${python:Depends}
Description: Trunk gating system

2
debian/init vendored
View File

@ -15,7 +15,7 @@
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="Zuul"
NAME=zuul
DAEMON=/usr/local/bin/zuul-server
DAEMON=/usr/bin/zuul-server
PIDFILE=/var/run/$NAME/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
USER=jenkins