Update Building Custom Models authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -120,7 +120,7 @@ Build products are stored in `$RCG_BUILDD/models/<model_name>`. Note that `RCG_B ...@@ -120,7 +120,7 @@ Build products are stored in `$RCG_BUILDD/models/<model_name>`. Note that `RCG_B
Starting with RCG version 5.0+ the structure of the RCG_BUILDD has changed, and is now more modular/intuitive. If you are used to older versions, this output will look different. Starting with RCG version 5.0+ the structure of the RCG_BUILDD has changed, and is now more modular/intuitive. If you are used to older versions, this output will look different.
For out example the build products are stored in `/var/cache/advligorts/rcg-cymac-build//models/x1unittest`. Doing a tree of that directory the following structure is observed: For our example the build products are stored in `/var/cache/advligorts/rcg-cymac-build//models/x1unittest`. Doing a tree of that directory the following structure is observed:
```shell ```shell
controls@x1cymac:~$ tree -L 1 /var/cache/advligorts/rcg-cymac-build/models/x1unittest/ controls@x1cymac:~$ tree -L 1 /var/cache/advligorts/rcg-cymac-build/models/x1unittest/
/var/cache/advligorts/rcg-cymac-build/models/x1unittest/ /var/cache/advligorts/rcg-cymac-build/models/x1unittest/
... ...
......