Skip to content

Commit 05ca1f3

Browse files
author
Frits Sweijen
committed
Clone instead of wget
1 parent 2c0d7b4 commit 05ca1f3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

runners/run_LINC_calibrator.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ cd $WORKDIR
110110
if [[ -z "$SIMG" ]]; then
111111
echo "No container specified."
112112
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
115116
echo LINC starting
116117
echo export PATH=$LINC_DATA_ROOT/scripts:$PATH > tmprunner.sh
117118
echo export PYTHONPATH=\$LINC_DATA_ROOT/scripts:\$PYTHONPATH >> tmprunner.sh

runners/run_LINC_target.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ cd $WORKDIR
119119
if [[ -z "$SIMG" ]]; then
120120
echo "No container specified."
121121
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
124125
echo LINC starting
125126
echo export PATH=$LINC_DATA_ROOT/scripts:$PATH > tmprunner.sh
126127
echo export PYTHONPATH=\$LINC_DATA_ROOT/scripts:\$PYTHONPATH >> tmprunner.sh

0 commit comments

Comments
 (0)