forked from homieiot/convention-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultiversion.yml
24 lines (23 loc) · 890 Bytes
/
multiversion.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Should the "temp" directory be cleaned before checking out repos?
# Subsequent builds are faster with clean set to false
clean: false
# Set to true to update ("fetch") an already existing repo for this run
updaterepos: false
# Specify the repos from where to fetch different parts of the convention
specifications:
- name: Core
repo: https://github.com/homieiot/convention.git
filepattern: '*.md'
keepsections: ['Topology','Convention','Arrays','Broadcast Channel']
- name: OTA
repo: https://github.com/homieiot/convention-ota.git
filepattern: 'convention.md'
disabled: true
- name: property_types
repo: https://github.com/homieiot/convention-types.git
filepattern: 'convention.md'
disabled: true
- name: statistics
repo: https://github.com/homieiot/convention-stats.git
filepattern: 'convention.md'
disabled: true