4 Commits

Author SHA1 Message Date
7ec138f5d9 [DEV] First stable manifest
xkeRadio
libEncoder
libPushButton
2022-09-24 23:24:51 +02:00
6588e3788b sdfsd 2022-09-24 22:53:41 +02:00
81c21df55a [DEV] Add git@ and change revisions 2022-09-24 22:23:33 +02:00
082d428340 [DEV] Remove 'git @' 2022-09-24 22:20:35 +02:00

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="ctm" fetch="ssh://git@home.slvtr.fr:222/"/>
<default revision="refs/heads/master" remote="ctm" sync-j="4"/>
<project name="skoulof/libEncoder" remote="ctm" path="libEncoder"/>
<project name="skoulof/libPushButton" remote="ctm" path="libPushButton"/>
<project name="skoulof/xkeRadio" remote="ctm" path="xkeRadio"/>
<remote name="gitea" fetch="ssh://git@home.slvtr.fr:222/"/>
<project name="skoulof/libEncoder" remote="gitea" path="libEncoder" revision="master"/>
<project name="skoulof/libPushButton" remote="gitea" path="libPushButton" revision="master"/>
<project name="skoulof/xkeRadio" remote="gitea" path="xkeRadio" revision="master"/>
</manifest>