[DEV] initial version
This commit is contained in:
parent
ecff2f1138
commit
34144ffc4e
29
README.md
29
README.md
@ -0,0 +1,29 @@
|
|||||||
|
Manifest section for Tools:
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Get island:
|
||||||
|
-----------
|
||||||
|
|
||||||
|
```{.sh}
|
||||||
|
pipx install island
|
||||||
|
```
|
||||||
|
|
||||||
|
Create the tree:
|
||||||
|
----------------
|
||||||
|
```{.sh}
|
||||||
|
mkdir kangaroo_and_rabbit
|
||||||
|
cd kangaroo_and_rabbit
|
||||||
|
island init https://git.heeroyui.org/kangaroo-and-rabbit/manifest.git
|
||||||
|
island sync
|
||||||
|
cd ..
|
||||||
|
```
|
||||||
|
|
||||||
|
```{.sh}
|
||||||
|
mkdir kangaroo_and_rabbit
|
||||||
|
cd kangaroo_and_rabbit
|
||||||
|
island init git@git.heeroyui.org:kangaroo-and-rabbit/manifest.git
|
||||||
|
island sync
|
||||||
|
cd ..
|
||||||
|
```
|
||||||
|
|
||||||
|
Now all is done ...
|
18
default.xml
Normal file
18
default.xml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<manifest>
|
||||||
|
<!--<remote name="origin" fetch="https://github.com/"/>-->
|
||||||
|
<remote name="origin" fetch="../../">
|
||||||
|
<mirror name="github" fetch="https://github.com/"/>
|
||||||
|
<mirror name="github_ssh" fetch="git@github.com/"/>
|
||||||
|
</remote>
|
||||||
|
<default revision="master" remote="origin"/>
|
||||||
|
<project name="kangaroo-and-rabbit/archidata.git" path="archidata"/>
|
||||||
|
<project name="kangaroo-and-rabbit/karusic.git" path="karusic"/>
|
||||||
|
<project name="kangaroo-and-rabbit/karso.git" path="karso"/>
|
||||||
|
<project name="kangaroo-and-rabbit/karanage.git" path="karanage"/>
|
||||||
|
<project name="kangaroo-and-rabbit/karideo.git" path="karideo"/>
|
||||||
|
<project name="kangaroo-and-rabbit/common_web.git" path="common_web"/>
|
||||||
|
<project name="kangaroo-and-rabbit/kilik.git" path="kilik"/>
|
||||||
|
<option type="deliver_develop" value="dev"/>
|
||||||
|
<option type="deliver_mode" value="fast_forward"/>
|
||||||
|
</manifest>
|
Loading…
Reference in New Issue
Block a user