You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/08/20 08:11:40 UTC

[GitHub] [buildstream] gtristan commented on issue #191: Allow project relative workspace paths

gtristan commented on issue #191:
URL: https://github.com/apache/buildstream/issues/191#issuecomment-1221255666

   Update: This is still an issue, although low priority.
   
   * When opening a workspace in a project subdirectory:
     * The workspace is encoded as a relative path in `.bst2/workspaces.yml`
     * The project path is encoded as an **absolute** path in the open workspace's `.bstproject.yml`
       * This means that the project is not relocatable with open workspaces, even the workspace is a subdirectory
   * When opening a workspace as a relative path, e.g. `bst workspace open itbaby.bst --directory ../workitbaby`
     * The workspace is encoded as an **absolute** path in `.bst2/workspaces.yml`, even though it was opened as a relative path
       * This means the project is even more non-relocatable when opening a workspace in a relative path that is not a subdirectory of the project
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@buildstream.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org