|
46 | 46 | "name": "linux", |
47 | 47 | "path": pathlib.Path("/home/me/myproject/study/linux"), |
48 | 48 | "url": "git+git://git.kernel.org/linux/torvalds/linux.git", |
| 49 | + "workspace_root": "/home/me/myproject/study/", |
49 | 50 | }, |
50 | 51 | { |
51 | 52 | "vcs": "git", |
52 | 53 | "name": "freebsd", |
53 | 54 | "path": pathlib.Path("/home/me/myproject/study/freebsd"), |
54 | 55 | "url": "git+https://github.com/freebsd/freebsd.git", |
| 56 | + "workspace_root": "/home/me/myproject/study/", |
55 | 57 | }, |
56 | 58 | { |
57 | 59 | "vcs": "git", |
58 | 60 | "name": "sphinx", |
59 | 61 | "path": pathlib.Path("/home/me/myproject/study/sphinx"), |
60 | 62 | "url": "hg+https://bitbucket.org/birkenfeld/sphinx", |
| 63 | + "workspace_root": "/home/me/myproject/study/", |
61 | 64 | }, |
62 | 65 | { |
63 | 66 | "vcs": "git", |
64 | 67 | "name": "docutils", |
65 | 68 | "path": pathlib.Path("/home/me/myproject/study/docutils"), |
66 | 69 | "url": "svn+http://svn.code.sf.net/p/docutils/code/trunk", |
| 70 | + "workspace_root": "/home/me/myproject/study/", |
67 | 71 | }, |
68 | 72 | { |
69 | 73 | "vcs": "git", |
70 | 74 | "name": "kaptan", |
71 | 75 | "url": "git+git@github.com:tony/kaptan.git", |
72 | 76 | "path": pathlib.Path("/home/me/myproject/github_projects/kaptan"), |
| 77 | + "workspace_root": "/home/me/myproject/github_projects/", |
73 | 78 | "remotes": { |
74 | 79 | "upstream": GitRemote( |
75 | 80 | name="upstream", |
|
88 | 93 | "name": ".vim", |
89 | 94 | "path": pathlib.Path("/home/me/myproject/.vim"), |
90 | 95 | "url": "git+git@github.com:tony/vim-config.git", |
| 96 | + "workspace_root": "/home/me/myproject", |
91 | 97 | "shell_command_after": ["ln -sf /home/me/.vim/.vimrc /home/me/.vimrc"], |
92 | 98 | }, |
93 | 99 | { |
94 | 100 | "vcs": "git", |
95 | 101 | "name": ".tmux", |
96 | 102 | "path": pathlib.Path("/home/me/myproject/.tmux"), |
97 | 103 | "url": "git+git@github.com:tony/tmux-config.git", |
| 104 | + "workspace_root": "/home/me/myproject", |
98 | 105 | "shell_command_after": ["ln -sf /home/me/.tmux/.tmux.conf /home/me/.tmux.conf"], |
99 | 106 | }, |
100 | 107 | ] |
0 commit comments