You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building daps -d DC-SLES-security -vv --force html from doc-sle with current DAPS has DAPS regenerate SVG files (which is fine, I guess). However, it generates them into images/src/ and not into images/gen(erated)/ or build/ or whatever it used to be.
I don't think this is what we want -- usually everything in images/src is committed to git and I don't think normal daps subcommands[1] should create anything into paths under which files will usually be committed to git. In addition, those SVGs actually existed before, so were overwritten.
[1] exceptions are of course daps optipng and daps xmlformat
The text was updated successfully, but these errors were encountered:
Building
daps -d DC-SLES-security -vv --force html
from doc-sle with current DAPS has DAPS regenerate SVG files (which is fine, I guess). However, it generates them intoimages/src/
and not intoimages/gen(erated)/
orbuild/
or whatever it used to be.I don't think this is what we want -- usually everything in
images/src
is committed to git and I don't think normaldaps
subcommands[1] should create anything into paths under which files will usually be committed to git. In addition, those SVGs actually existed before, so were overwritten.[1] exceptions are of course
daps optipng
anddaps xmlformat
The text was updated successfully, but these errors were encountered: