-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
18 lines (11 loc) · 905 Bytes
/
default.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- A Manifest file for downloading all the repositories associated with the LED Strip Controller Project-->
<!-- DOCTYPE is injected during CI cycle due to repo sync not working otherwise -->
<manifest>
<remote name="github" fetch="https://github.com/" />
<default remote="github" revision="main" sync-j="4" />
<project name="ScottGibb/LED-Strip-Controller-Hardware" path="Hardware" remote="github" revision="main" />
<project name="ScottGibb/LED-Strip-Controller-Software" path="Software" remote="github" revision="main" />
<project name="ScottGibb/LED-Strip-Controller-Firmware" path="Firmware" remote="github" revision="main" />
<project name="ScottGibb/LED-Strip-Controller-Manifest" path="Manifest" remote="github" revision="main" />
<project name="ScottGibb/LED-Strip-Controller-Octoprint" path="Octoprint" remote="github" revision="main" />
</manifest>