Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
dda91da2
Commit
dda91da2
authored
Jun 20, 2020
by
Jelmer Vernooij
Committed by
Holger Levsen
Jun 22, 2020
Browse files
janitor: Use private copy of python-debian.
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
ca5bd54f
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/janitor_setup_worker.sh
View file @
dda91da2
...
@@ -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
...
...
bin/janitor_worker.sh
View file @
dda91da2
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment