Commit be5168f1 authored by Jelmer Vernooij's avatar Jelmer Vernooij
Browse files

Add two more build dependencies to PYTHONPATH.

parent 113c7a59
...@@ -5,7 +5,7 @@ set -e ...@@ -5,7 +5,7 @@ set -e
WORKSPACE=/srv/janitor/debian-janitor WORKSPACE=/srv/janitor/debian-janitor
export BRZ_PLUGINS_AT=debian@$WORKSPACE/breezy-debian export BRZ_PLUGINS_AT=debian@$WORKSPACE/breezy-debian
export PYTHONPATH=$WORKSPACE:$WORKSPACE/breezy:$WORKSPACE/silver-platter:$WORKSPACE/lintian-brush:$WORKSPACE/dulwich:$WORKSPACE/python-debian/lib:$WORKSPACE/debmutate:$WORKSPACE/ognibuild export PYTHONPATH=$WORKSPACE:$WORKSPACE/breezy:$WORKSPACE/silver-platter:$WORKSPACE/lintian-brush:$WORKSPACE/dulwich:$WORKSPACE/python-debian/lib:$WORKSPACE/debmutate:$WORKSPACE/ognibuild:$WORkSPACE/upstream-ontologist:$WORKSPACE/buildlog-consultant
export SBUILD_CONFIG=/srv/janitor/sbuildrc export SBUILD_CONFIG=/srv/janitor/sbuildrc
export AUTOPKGTEST=$WORKSPACE/autopkgtest-wrapper export AUTOPKGTEST=$WORKSPACE/autopkgtest-wrapper
python3 -m janitor.pull_worker \ python3 -m janitor.pull_worker \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment