]> git.sur5r.net Git - kconfig-frontends/commit
scripts/ksync: exit on error (esp. on a missing file)
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 29 Nov 2016 21:19:07 +0000 (22:19 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 29 Nov 2016 21:19:07 +0000 (22:19 +0100)
commit98d0e2ae01384901343dfd49aa2bf3d820e7305d
tree3e378eab0ad24562228028cff30a77d9fc06324e
parent7f7f945e3c7ddd61d7402706990bbe52736567d4
scripts/ksync: exit on error (esp. on a missing file)

We currently do not detect when upstream removes (or rnames) a file we
used to sync.

We must detect this condition and fail ASAP (or we get a cryptic error
from git).

Fix that by making the sync script abort on any error.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
scripts/ksync.sh