-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpush_all_to_origin.sh
executable file
·193 lines (163 loc) · 3.97 KB
/
push_all_to_origin.sh
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
#!/bin/sh
# Author: FL / AN
# Date: 22/10/2018
echo -------------- Andor --------------------------
cd camera/andor
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Basler ------------------------
cd camera/basler
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Common/Espia ------------------------
cd camera/common/espia
git push
cd ../../..
echo ----------------------------------------------
echo
echo -------------- Dhyana ------------------------
cd camera/dhyana
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Dhyana6060 ------------------------
cd camera/dhyana6060
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Eiger ------------------------
cd camera/eiger
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Hamamatsu --------------------------
cd camera/hamamatsu
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- imXpad --------------------------
cd camera/imxpad
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- lambda --------------------------
cd camera/lambda
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- MarCCD ------------------------
cd camera/marccd
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Maxipix ------------------------
cd camera/maxipix
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Merlin ------------------------
cd camera/merlin
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- PCO ------------------------
cd camera/pco
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Perkin Elmer ------------------------
cd camera/perkinelmer
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Pilatus -----------------------
cd camera/pilatus
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Princeton aka TeledynePI ------
cd camera/princeton
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Roperscientific -----------------------
cd camera/roperscientific
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- slseiger -----------------------
cd camera/slseiger
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- slsjungfrau -----------------------
cd camera/slsjungfrau
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- spectralinstrument -----------------------
cd camera/spectralinstrument
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- spectrumone -----------------------
cd camera/spectrumone
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- ufxc -----------------------
cd camera/ufxc
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Uview --------------------------
cd camera/uview
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Xpad --------------------------
cd camera/xpad
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Tango/cpp -------------------------
cd applications/tango/cpp
git push
cd ../../..
echo ----------------------------------------------
echo
echo -------------- Processlib --------------------
cd third-party/Processlib
git push
cd ../..
echo ----------------------------------------------
echo
echo -------------- Lima Global -------------------
git push
echo ----------------------------------------------
echo