Fix log parser c exteensions not being generated

This commit is contained in:
Mauro Doglio 2014-05-27 11:27:04 +01:00
Родитель 8f88b48d13
Коммит 9a6679725e
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,9 @@ class treeherder {
}
exec{"build-extensions":
command => "${VENV_DIR}/bin/python ${PROJ_DIR}/setup.py build_ext --inplace"
command => "${VENV_DIR}/bin/python ${PROJ_DIR}/setup.py build_ext --inplace",
user => "${APP_USER}",
cwd => "${PROJ_DIR}",
}
file { [