We currently cannot build DC files that are located in subdirs of the repo because:
We have path replacements that utterly fail, like on line 183, sed -r 's/^(.)/DC-\1/' or on line 455, sed -e 's/DC-//g' (that one actually may work mostly fine)
We try to move out of the wrong build dir, line 462, mv "/usr/src/app/build/$MVFOLDER/html"/*/* "$htmldir"
We have no workaround for the profiling issue in gh#opensuse/daps#591 when building, only when validating.
[edit: This was written with the legacy Travis-CI version of the script in mind, line numbers are wrong.]
We currently cannot build DC files that are located in subdirs of the repo because:
sed -r 's/^(.)/DC-\1/'
or on line 455,sed -e 's/DC-//g'
(that one actually may work mostly fine)mv "/usr/src/app/build/$MVFOLDER/html"/*/* "$htmldir"
We have no workaround for the profiling issue in gh#opensuse/daps#591 when building, only when validating.[edit: This was written with the legacy Travis-CI version of the script in mind, line numbers are wrong.]