In update-deps.sh, darcs pull new patches automatically without asking

This commit is contained in:
fr33domlover 2019-01-21 21:07:56 +00:00
parent 1f47ca39eb
commit e6ee947cfd

View file

@ -20,7 +20,7 @@ mkdir -p lib
cd lib
for dep in $DEPS; do
if [ -d "$dep" ]; then
darcs pull --repodir="$dep"
darcs pull --repodir="$dep" --all
else
darcs clone "$VERVIS/$dep"
fi