getsolus / help-center-docs

Solus's Help Center documentation as well as previous User Guide.
https://help.getsol.us
GNU General Public License v2.0
57 stars 83 forks source link

Structure of `solus-builds` directory #397

Closed davidjharder closed 1 year ago

davidjharder commented 1 year ago

We have a mix how we expect the solus-builds directory to be structured. If you follow the initial setup, you get something like:

~
└── solus-builds
   └── packages    <- monorepo root 
      ├── common
      ├── packages
      └── Taskfile.yml

But some parts of the docs expect

~
└── solus-builds   <-monorepo root
    ├── common
    ├── packages
    └── Taskfile.yml

My preference is the second, for a few reasons:

silkeh commented 1 year ago

Agreed on the second. However, I think ~/solus-packages is probably a better name for the directory.