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

Move janitor temporary directory to /srv/janitor/tmp.



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 25d514f6
...@@ -32,6 +32,9 @@ else ...@@ -32,6 +32,9 @@ else
popd popd
fi fi
mkdir -p $TARGET/tmp
sudo chown jenkins:jenkins $TARGET/tmp
make -C $TARGET/debian-janitor/breezy realclean all make -C $TARGET/debian-janitor/breezy realclean all
make -C $TARGET/debian-janitor/dulwich make -C $TARGET/debian-janitor/dulwich
......
...@@ -6,6 +6,8 @@ WORKSPACE=/srv/janitor/debian-janitor ...@@ -6,6 +6,8 @@ WORKSPACE=/srv/janitor/debian-janitor
export SBUILD_CONFIG=/srv/janitor/sbuildrc export SBUILD_CONFIG=/srv/janitor/sbuildrc
export TMPDIR=/srv/janitor/tmp
$WORKSPACE/pull_worker.sh \ $WORKSPACE/pull_worker.sh \
--base-url=https://janitor.debian.net/api/ \ --base-url=https://janitor.debian.net/api/ \
--credentials=/srv/janitor/janitor.creds.json --credentials=/srv/janitor/janitor.creds.json
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