summaryrefslogtreecommitdiff
path: root/git-update
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-11-12 20:23:14 -0300
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 11:42:15 -0400
commitfda837941179fc384489883a8492aaf15c4ab609 (patch)
tree57909edd71364c9513493adde969c202f5c5bd9c /git-update
parentfbb81c6c78e098550687fd3758e9a6e515c5e00e (diff)
downloadgstreamer-fda837941179fc384489883a8492aaf15c4ab609.tar.gz
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.
Diffstat (limited to 'git-update')
-rwxr-xr-xgit-update6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-update b/git-update
index 71c6d038a1..ae90567d45 100755
--- a/git-update
+++ b/git-update
@@ -5,9 +5,9 @@ import subprocess
import xml.etree.ElementTree as ET
import sys
-from common import git
-from common import Colors
-from common import accept_command
+from scripts.common import git
+from scripts.common import Colors
+from scripts.common import accept_command
SCRIPTDIR = os.path.normpath(os.path.dirname(__file__))