From fda837941179fc384489883a8492aaf15c4ab609 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 12 Nov 2018 20:23:14 -0300 Subject: 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. --- git-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git-update') 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__)) -- cgit v1.2.1