Commit 05ca1f3 Frits Sweijen
committed
1 parent 2c0d7b4 commit 05ca1f3 Copy full SHA for 05ca1f3
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,9 @@ cd $WORKDIR
110
110
if [[ -z " $SIMG " ]]; then
111
111
echo " No container specified."
112
112
echo " Generating default pipeline configuration"
113
- wget --no-http-keep-alive https://raw.githubusercontent.com/tikk3r/flocs/fedora-py3/runners/create_ms_list.py
114
- python create_ms_list.py $DATADIR
113
+ git clone https://github.com/tikk3r/flocs.git
114
+
115
+ python flocs/runners/create_ms_list.py $DATADIR
115
116
echo LINC starting
116
117
echo export PATH=$LINC_DATA_ROOT /scripts:$PATH > tmprunner.sh
117
118
echo export PYTHONPATH=\$ LINC_DATA_ROOT/scripts:\$ PYTHONPATH >> tmprunner.sh
Original file line number Diff line number Diff line change @@ -119,8 +119,9 @@ cd $WORKDIR
119
119
if [[ -z " $SIMG " ]]; then
120
120
echo " No container specified."
121
121
echo " Generating default pipeline configuration"
122
- wget --no-http-keep-alive https://raw.githubusercontent.com/tikk3r/flocs/fedora-py3/runners/create_ms_list.py
123
- python create_ms_list.py $DATADIR --cal_solutions $CALSOLS
122
+ git clone https://github.com/tikk3r/flocs.git
123
+
124
+ python flocs/runners/create_ms_list.py $DATADIR --cal_solutions $CALSOLS
124
125
echo LINC starting
125
126
echo export PATH=$LINC_DATA_ROOT /scripts:$PATH > tmprunner.sh
126
127
echo export PYTHONPATH=\$ LINC_DATA_ROOT/scripts:\$ PYTHONPATH >> tmprunner.sh
You can’t perform that action at this time.
0 commit comments