# HG changeset patch # User "Tom Gottfried " # Date 1410953053 -7200 # Node ID f12a5c55864d35cf79a251c96ea5f3a8a35d8ba9 # Parent 2f7f9ced46a5d8e5917d3270276ace930888af4f Consider new SQ-diagrams in datacage config. diff -r 2f7f9ced46a5 -r f12a5c55864d artifacts/contrib/list-non-existant-outs.sh --- a/artifacts/contrib/list-non-existant-outs.sh Wed Sep 17 13:12:12 2014 +0200 +++ b/artifacts/contrib/list-non-existant-outs.sh Wed Sep 17 13:24:13 2014 +0200 @@ -9,6 +9,9 @@ sed "s/ */\1/" | \ sort -u > /tmp/$tmpfile +echo "WARNING:" +echo "Only tests having exactly the pattern \"\$out = 'outname'\" will be recognised!" +echo echo "outs not used in any artifact-configuration:" for out in `cat /tmp/$tmpfile` do diff -r 2f7f9ced46a5 -r f12a5c55864d artifacts/doc/conf/meta-data.xml --- a/artifacts/doc/conf/meta-data.xml Wed Sep 17 13:12:12 2014 +0200 +++ b/artifacts/doc/conf/meta-data.xml Wed Sep 17 13:24:13 2014 +0200 @@ -278,7 +278,8 @@ - + @@ -396,7 +397,8 @@ - + @@ -1071,13 +1073,15 @@ - + ($out = 'sq_relation_f' and starts-with($facet_name, 'sq_f_')) or + ($out = 'sq_relation_g' and starts-with($facet_name, 'sq_g_'))) or + $out = 'sq_overview' and dc:contains($facet_name, 'overview')"> @@ -2106,17 +2110,31 @@ - - - - - - - - - - + + + + + + + + + + + + + + + +