From ace03b28f02c07f12e2f1c80d088da8590573f75 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 23 May 2014 17:55:09 +0100 Subject: Quieten submodule commands. --- cdist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdist b/cdist index 89bc719..dca6717 100755 --- a/cdist +++ b/cdist @@ -523,8 +523,8 @@ class Project(object): command('git clone %s %s/%s.git %s/src/%s' % (flags, config.get('git_prefix'), self.name, target.work_dir_cdist(), self.name)) os.chdir('%s/src/%s' % (target.work_dir_cdist(), self.name)) command('git checkout %s %s %s' % (flags, self.specifier, redirect)) - command('git submodule init') - command('git submodule update') + command('git submodule init --quiet') + command('git submodule update --quiet') os.chdir(self.directory) proj = '%s/src/%s/%s' % (target.work_dir_cdist(), self.name, self.directory) -- cgit v1.2.3