-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtracker.yml
More file actions
144 lines (144 loc) · 4.75 KB
/
tracker.yml
File metadata and controls
144 lines (144 loc) · 4.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
output:
owner: "ocurrent"
name: "ocurrent.github.io"
branch: "main"
repos:
- owner: "ocurrent"
name: "ocurrent"
files:
- title: "Example pipelines"
summary: "Some example pipelines in OCurrent"
src: "doc/example_pipelines.md"
dst: "content/docs/ocurrent/example_pipelines.md"
authors:
- "The OCurrent Team"
- title: "Internal overview"
summary: "How OCurrent work under the hood"
src: "doc/internals.md"
dst: "content/docs/ocurrent/internals.md"
authors:
- "The OCurrent Team"
- title: "Write your own plugin"
summary: "How to write your own plugin in OCurrent"
src: "doc/writing_plugins.md"
dst: "content/docs/ocurrent/writing_plugins.md"
authors:
- "The OCurrent Team"
- title: "The build cache"
summary: "How the build cache is stored"
src: "doc/disk_cache.md"
dst: "content/docs/ocurrent/disk_cache.md"
authors:
- "The OCurrent Team"
- owner: "ocurrent"
name: "ocaml-multicore-ci"
files:
- title: "Readme"
summary: "What is and how to run ocaml-multicore-ci."
src: "README.md"
dst: "content/docs/ocaml-multicore-ci/readme.md"
authors:
- "The OCurrent Team"
- owner: "ocurrent"
name: "ocaml-ci"
files:
- title: "Readme"
summary: "What is OCaml CI and how to use it."
src: "README.md"
dst: "content/docs/ocaml-ci/README.md"
authors:
- "The OCurrent Team"
- title: "Development notes"
summary: "How to setup a development environment for OCaml CI."
src: "doc/dev.md"
dst: "content/docs/ocaml-ci/dev.md"
authors:
- "The OCurrent Team"
- title: "Development notes"
summary: "How to setup a development environment for OCaml CI."
src: "doc/dev.md"
dst: "content/docs/ocaml-ci/dev.md"
authors:
- "The OCurrent Team"
- title: "Deploy on Docker"
summary: "How to deploy your own CI with Docker."
src: "doc/docker-deployment.md"
dst: "content/docs/ocaml-ci/docker-deployment.md"
authors:
- "The OCurrent Team"
- owner: "ocurrent"
name: "opam-repo-ci"
files:
- title: "Readme"
summary: "Informations about what is opam-repo-ci."
src: "README.md"
dst: "content/docs/opam-repo-ci/README.md"
authors:
- "The OCurrent Team"
- owner: "ocurrent"
name: "opam-health-check"
files:
- title: "Readme"
summary: "What is the purpose of opam-health-check and how to use it."
src: "README.md"
dst: "content/docs/opam-health-check/README.md"
authors:
- "The OCurrent Team"
- owner: "ocurrent"
name: "ocaml-docs-ci"
files:
- title: "Readme"
summary: "How OCaml Docs CI works."
src: "README.md"
dst: "content/docs/ocaml-docs-ci/README.md"
authors:
- "The OCurrent Team"
- owner: "ocurrent"
name: "docker-base-images"
files:
- title: "Readme"
summary: "Description about what is the purpose of docker-base-images."
src: "README.md"
dst: "content/docs/docker-base-images/README.md"
authors:
- "The OCurrent Team"
- owner: "ocurrent"
name: "ocurrent-deployer"
files:
- title: "Readme"
summary: "Explanations about ocurrent-deployer."
src: "README.md"
dst: "content/docs/ocurrent-deployer/README.md"
authors:
- "The OCurrent Team"
- title: "VM Host Machine"
summary: "How to setup a VM to use your own deployer."
src: "VM-host.md"
dst: "content/docs/ocurrent-deployer/VM-host.md"
authors:
- "The OCurrent Team"
indexes:
- title: "OCurrent"
description: "List of OCurrent documents"
dst: "content/docs/ocurrent/"
- title: "OCaml Multicore CI"
description: "List of OCaml Multicore CI documents"
dst: "content/docs/ocaml-multicore-ci"
- title: "OCaml CI"
description: "Material about OCaml CI"
dst: "content/docs/ocaml-ci"
- title: "Opam Repo CI"
description: "List of materials about Opam Repo CI"
dst: "content/docs/opam-repo-ci"
- title: "Opam Health Check"
description: "List of opam-health-check documents"
dst: "content/docs/opam-health-check"
- title: "OCaml Docs CI"
description: "Various materials about ocaml-docs-ci"
dst: "content/docs/ocaml-docs-ci"
- title: "Docker Base Images"
description: "List of docker-base-images resources"
dst: "content/docs/docker-base-images"
- title: "OCurrent Deployer"
description: "Resources to work with ocurrent-deployer"
dst: "content/docs/ocurrent-deployer"