Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-31 23:59:03 +0000
committerDavid Williams2015-03-31 23:59:03 +0000
commit19b561dfb4b39d13a7a7d54f1fcfefba4952e133 (patch)
tree301d2bc2b3e485986dc5106f479c446888aa3972 /production/dirtReport.sh
parentf59270608d851de364ecd1ccb5a7655e143d1ecb (diff)
downloadeclipse.platform.releng.aggregator-19b561dfb4b39d13a7a7d54f1fcfefba4952e133.tar.gz
eclipse.platform.releng.aggregator-19b561dfb4b39d13a7a7d54f1fcfefba4952e133.tar.xz
eclipse.platform.releng.aggregator-19b561dfb4b39d13a7a7d54f1fcfefba4952e133.zip
fix dirt report
Diffstat (limited to 'production/dirtReport.sh')
-rw-r--r--production/dirtReport.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/dirtReport.sh b/production/dirtReport.sh
index 5dff309d2..b0f62bbb3 100644
--- a/production/dirtReport.sh
+++ b/production/dirtReport.sh
@@ -22,5 +22,5 @@ fi
source "$1"
printf "\n\t%s\n\n" "Dirt Report for $BUILD_ID"
-git -C "$aggDir" status
-git -C "$aggDir" submodule foreach git status
+git -C "$aggDir" status --short
+git -C "$aggDir" submodule foreach git status --short

Back to the top