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
ea157858
Commit
ea157858
authored
May 15, 2020
by
Jelmer Vernooij
Committed by
Holger Levsen
May 17, 2020
Browse files
Avoid a duplicate clone of the repository.
parent
ca7847fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/janitor_setup_worker.sh
View file @
ea157858
...
@@ -30,9 +30,6 @@ make -C $TARGET/debian-janitor/dulwich
...
@@ -30,9 +30,6 @@ make -C $TARGET/debian-janitor/dulwich
ARCH
=
amd64
ARCH
=
amd64
DISTRO
=
unstable
DISTRO
=
unstable
# TODO(jelmer): Do we actually need a checkout of the repo?
git clone
--recurse-submodules
${
JANITOR_REPO_URL
}
debian-janitor
if
[
!
-d
$TARGET
/chroots
]
;
then
if
[
!
-d
$TARGET
/chroots
]
;
then
mkdir
$TARGET
/chroots
mkdir
$TARGET
/chroots
fi
fi
...
...
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