diff options
author | David Williams | 2015-04-01 05:30:43 -0400 |
---|---|---|
committer | David Williams | 2015-04-01 05:30:43 -0400 |
commit | acf5f65554a486d9086f6c5870ea4187902c20f3 (patch) | |
tree | 5937877ce955a28ff81c5562a2501bf8f934d5e4 /production/dirtReport.sh | |
parent | 10d484b292e1ce258cbc206a33ef43cdcd8dd091 (diff) | |
download | eclipse.platform.releng.aggregator-acf5f65554a486d9086f6c5870ea4187902c20f3.tar.gz eclipse.platform.releng.aggregator-acf5f65554a486d9086f6c5870ea4187902c20f3.tar.xz eclipse.platform.releng.aggregator-acf5f65554a486d9086f6c5870ea4187902c20f3.zip |
Bug 463150 - Adjust dirt report to use "standard report", and fail if
obtained is even less than standard
Diffstat (limited to 'production/dirtReport.sh')
-rw-r--r-- | production/dirtReport.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/production/dirtReport.sh b/production/dirtReport.sh index b0f62bbb..4d1711f1 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 --short -git -C "$aggDir" submodule foreach git status --short +git -C "$aggDir" status --short --ignore-submodules +git -C "$aggDir" submodule foreach git status --short --ignore-submodules |