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
17f180cb
Commit
17f180cb
authored
May 31, 2021
by
Jelmer Vernooij
Committed by
Holger Levsen
May 31, 2021
Browse files
Move janitor temporary directory to /srv/janitor/tmp.
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
25d514f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/janitor_setup_worker.sh
View file @
17f180cb
...
@@ -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
...
...
bin/janitor_worker.sh
View file @
17f180cb
...
@@ -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
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