@@ -19,18 +19,17 @@ Acceptable version ranges were not thoroughly tested - these versions were used
19
19
20
20
This repository consists of three branches:
21
21
22
- * ` grandmaster ` : contains all branches (as [ worktrees] [ git-worktree ] ) and projects (as [ submodules ] [ git-submodule ] - it is the default branch )
22
+ * ` grandmaster ` : contains all branches (as [ worktrees] [ git-worktree ] ) and projects (as clones or symlinks )
23
23
* ` master ` : the HTML content hosted under [ junit-pioneer.org] ( http://junit-pioneer.org ) as required by [ GitHub organization pages] [ gh-org-pages ]
24
24
* ` site-source ` : the site in source form without project-specific content
25
25
26
26
The directory structure in ` grandmaster ` must be as follows:
27
27
28
28
* ` site ` : worktree of branch ` master `
29
29
* ` site-source ` : worktree of branch ` site-source `
30
- * ` junit-pioneer ` : ` master ` branch of [ JUnit Pioneer] [ Pioneer ]
30
+ * ` junit-pioneer ` : ` master ` branch of [ JUnit Pioneer] [ Pioneer ] (cloned here specifically for site-building or as symlink to existing clone)
31
31
32
32
[ git-worktree ] : https://git-scm.com/docs/git-worktree
33
- [ git-submodule ] : https://git-scm.com/docs/git-submodule
34
33
[ gh-org-pages ] : https://help.github.com/articles/user-organization-and-project-pages/#user--organization-pages
35
34
36
35
@@ -39,7 +38,7 @@ The directory structure in `grandmaster` must be as follows:
39
38
Besides creating the correct folder structure, ` bundle install ` must be executed in ` site-source ` to initialize Jekyll.
40
39
41
40
If you're on Linux, all of this can be done by calling ` gradle setup ` .
42
- On Windows, you may have to run ` git-setup.sh ` (these are all Git commands) and then ` bundle install ` in ` site-source ` .
41
+ On Windows, you may have to run ` git-repo- setup.sh ` (these are all Git commands) and then ` bundle install ` in ` site-source ` .
43
42
44
43
45
44
## Site-Building
0 commit comments