scripts: Add a script to check that all repos are clean
authorThibault Saunier <tsaunier@igalia.com>
Mon, 12 Nov 2018 23:23:14 +0000 (20:23 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 13 May 2019 15:42:15 +0000 (11:42 -0400)
commitfda837941179fc384489883a8492aaf15c4ab609
tree57909edd71364c9513493adde969c202f5c5bd9c
parentfbb81c6c78e098550687fd3758e9a6e515c5e00e
scripts: Add a script to check that all repos are clean

This is useful to check that a build didn't result in changes in the
code/generated files

This will be used to check that the plugins documentation cache file is
properly commited, and that necessary workaround for particular case
are adopted.
checkout-branch-worktree
git-update
gst-uninstalled.py
meson.build
msys2_setup.py
scripts/__init__.py [new file with mode: 0644]
scripts/check-clean-repos.py [new file with mode: 0755]
scripts/common.py [moved from common.py with 100% similarity]
setup.py