Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-06-19 21:53:35 +0000
committerDavid Williams2016-06-19 21:53:35 +0000
commit0df8a4293752879f178cb66bad3fc065f390d734 (patch)
tree9035c3768d8249f04e3de2f0a886b2b6b3ee7466 /production/git-submodule-checkout.sh
parent47ba344bd58ea8a66d416cb634fbbdea09aefe83 (diff)
downloadeclipse.platform.releng.aggregator-0df8a4293752879f178cb66bad3fc065f390d734.tar.gz
eclipse.platform.releng.aggregator-0df8a4293752879f178cb66bad3fc065f390d734.tar.xz
eclipse.platform.releng.aggregator-0df8a4293752879f178cb66bad3fc065f390d734.zip
Bug 496347 added improved error checking that expected file exists.
Diffstat (limited to 'production/git-submodule-checkout.sh')
-rwxr-xr-xproduction/git-submodule-checkout.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/git-submodule-checkout.sh b/production/git-submodule-checkout.sh
index 02b2b80f1..b92aefaab 100755
--- a/production/git-submodule-checkout.sh
+++ b/production/git-submodule-checkout.sh
@@ -34,7 +34,7 @@ fi
if [ -z "$VAL" ]; then
- echo "WARNING: No tag or branch specified for $name in repositories.txt" >> ${TRACE_OUTPUT}
+ echo "WARNING: No tag or branch specified for $name in repositories_${PATCH_OR_BRANCH_LABEL}.txt" >> ${TRACE_OUTPUT}
echo " Has a submodule been added? Perhaps just commented out?" >> ${TRACE_OUTPUT}
echo " Will use what ever was last added to aggregator" >> ${TRACE_OUTPUT}
# is this ever an error?

Back to the top