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

Avoid a duplicate clone of the repository.

parent ca7847fd
...@@ -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
......
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