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

Cleanup leftover files in the git repository, since it prevents


successful pulls.

Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 5b038e74
...@@ -19,6 +19,8 @@ if [ ! -d $TARGET/debian-janitor ]; then ...@@ -19,6 +19,8 @@ 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 reset --hard
git status || /bin/true
git submodule update --init git submodule update --init
git pull --recurse git pull --recurse
popd popd
......
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