fate.sh: Allow non-fast-forwards when updating sources
This commit is contained in:
parent
c872d310cd
commit
9510d7689e
@ -35,7 +35,7 @@ checkout(){
|
|||||||
update()(
|
update()(
|
||||||
cd ${src} || return
|
cd ${src} || return
|
||||||
case "$repo" in
|
case "$repo" in
|
||||||
git:*) git pull --quiet ;;
|
git:*) git fetch --force; git reset --hard origin/master ;;
|
||||||
esac
|
esac
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user