Commit dda91da2 authored by Jelmer Vernooij's avatar Jelmer Vernooij Committed by Holger Levsen
Browse files

janitor: Use private copy of python-debian.



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent ca5bd54f
...@@ -19,6 +19,7 @@ if [ ! -d $TARGET/debian-janitor ]; then ...@@ -19,6 +19,7 @@ if [ ! -d $TARGET/debian-janitor ]; then
git clone --recurse $JANITOR_REPO_URL $TARGET/debian-janitor git clone --recurse $JANITOR_REPO_URL $TARGET/debian-janitor
else else
pushd $TARGET/debian-janitor pushd $TARGET/debian-janitor
git submodule update --init
git pull --recurse git pull --recurse
popd popd
fi fi
......
...@@ -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 export PYTHONPATH=$WORKSPACE:$WORKSPACE/breezy:$WORKSPACE/silver-platter:$WORKSPACE/lintian-brush:$WORKSPACE/dulwich:$WORKSPACE/python-debian/lib
export SBUILD_CONFIG=$WORKSPACE/sbuildrc export SBUILD_CONFIG=$WORKSPACE/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