Skip to content

Commit

Permalink
dev-util/buildbot: Use python2 in the buildmaster.initd startup (bug …
Browse files Browse the repository at this point in the history
…591150)

This allows a proper startup if a python3 version is the system default.

Package-Manager: portage-2.3.0
Signed-off-by: Brian Dolbec <[email protected]>
  • Loading branch information
dol-sen committed Aug 17, 2016
1 parent 1bb3cb0 commit 287bcb6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion dev-util/buildbot/files/buildmaster.initd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ start() {
ebegin "Starting buildmaster in ${BUILDMASTER_PATH}"
start-stop-daemon --start -u "${USERNAME}" \
--pidfile "${BUILDMASTER_PATH}/buildmaster.pid" \
--exec /usr/bin/python -- /usr/bin/twistd \
--exec /usr/bin/python2 -- /usr/bin/twistd \
--no_save \
--logfile="${BUILDMASTER_PATH}/twistd.log" \
--pidfile="${BUILDMASTER_PATH}/buildmaster.pid" \
Expand Down

0 comments on commit 287bcb6

Please sign in to comment.