-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathget_modules.sh
More file actions
executable file
·65 lines (38 loc) · 1.09 KB
/
get_modules.sh
File metadata and controls
executable file
·65 lines (38 loc) · 1.09 KB
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
55
56
57
58
59
60
61
62
63
64
#!/bin/bash
BASE_URL=https://github.com/JMMC-OpenDev
set -ux;
# jmcs
git clone --depth 1 ${BASE_URL}/jmcs.git
# oitools
git clone --depth 1 ${BASE_URL}/oitools.git
# jmal
git clone --depth 1 ${BASE_URL}/jmal.git
# oiexplorer core
git clone --depth 1 ${BASE_URL}/oiexplorer-core.git
# aspro-conf
git clone --depth 1 ${BASE_URL}/aspro-conf.git
# aspro gui
git clone --depth 1 ${BASE_URL}/aspro.git
# searchcal gui
git clone --depth 1 ${BASE_URL}/sclgui.git
# oifits explorer gui
git clone --depth 1 ${BASE_URL}/oiexplorer.git
# litpro gui
git clone --depth 1 ${BASE_URL}/mfgui.git
# oimaging gui
git clone --depth 1 ${BASE_URL}/oimaging.git
# oimaging uws server
git clone --depth 1 ${BASE_URL}/oimaging-uws-server.git
# app launcher config
git clone --depth 1 ${BASE_URL}/smprsc.git
# app launcher
git clone --depth 1 ${BASE_URL}/smprun.git
# app launcher tester
git clone --depth 1 ${BASE_URL}/smptest.git
# oidb deps
# git clone --depth 1 ${BASE_URL}/oiexplorer-existdb.git
# oidb
# git clone --depth 1 https://svn.jmmc.fr/jmmc-web/trunk/exist
# cd exist
# bash ./get_deps.sh
# cd ..