-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmrconfig
54 lines (36 loc) · 1.61 KB
/
mrconfig
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
# mr configuration file for SCIFIO projects
# Install myrepos on macOS using Homebrew, or on Ubuntu using apt.
# Reference this file from your toplevel ~/.mrconfig like this:
# include = cat $CODE_BASE/scifio/dotfiles/mrconfig 2> /dev/null || true
[code/scifio/dotfiles]
checkout = git clone [email protected]:scifio/dotfiles
[code/scifio/scifio]
checkout = git clone [email protected]:scifio/scifio
[code/scifio/scifio-benchmark]
checkout = git clone [email protected]:scifio/scifio-benchmark
[code/scifio/scifio-bf-compat]
checkout = git clone [email protected]:scifio/scifio-bf-compat
[code/scifio/scifio-cli]
checkout = git clone [email protected]:scifio/scifio-cli
[code/scifio/scifio-hdf5]
checkout = git clone [email protected]:scifio/scifio-hdf5
[code/scifio/scifio-imageio]
checkout = git clone [email protected]:scifio/scifio-imageio
[code/scifio/scifio-itk-bridge]
checkout = git clone [email protected]:scifio/scifio-itk-bridge
[code/scifio/scifio-jai-imageio]
checkout = git clone [email protected]:scifio/scifio-jai-imageio
[code/scifio/scifio-javacv]
checkout = git clone [email protected]:scifio/scifio-javacv
[code/scifio/scifio-labeling]
checkout = git clone [email protected]:scifio/scifio-labeling
[code/scifio/scifio-lifesci]
checkout = git clone [email protected]:scifio/scifio-lifesci
[code/scifio/scifio-ome-xml]
checkout = git clone [email protected]:scifio/scifio-ome-xml
[code/scifio/scifio-testing]
checkout = git clone [email protected]:scifio/scifio-testing
[code/scifio/scifio-tutorials]
checkout = git clone [email protected]:scifio/scifio-tutorials
[code/scifio/scifio.github.io]
checkout = git clone [email protected]:scifio/scifio.github.io