Skip to content
Permalink
6d0ca52dfe
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 16 lines (12 sloc) 813 Bytes
#!/usr/bin/zsh
EOA_STATIC_DIR=/home/eoauser/static
MAKE_STATIC_PY=/home/eoauser/src/eoa_makestatic/makestatic.py
EOA_SRC_DIR=/home/eoauser/src
rm -rf $EOA_STATIC_DIR/eoa/*
rm -rf $EOA_STATIC_DIR/eos/*
rm -rf $EOA_STATIC_DIR/mprl/*
wget -P $EOA_STATIC_DIR/eoa --mirror --convert-links --adjust-extension --page-requisites --no-parent http://eoa2-production.mpiwg-berlin.mpg.de:9005
wget -P $EOA_STATIC_DIR/eos --mirror --convert-links --adjust-extension --page-requisites --no-parent http://eoa2-production.mpiwg-berlin.mpg.de:9010
wget -P $EOA_STATIC_DIR/mprl --mirror --convert-links --adjust-extension --page-requisites --no-parent http://eoa2-production.mpiwg-berlin.mpg.de:9015
python3 $EOA_SRC_DIR/eoa_makestatic/makestatic.py $EOA_STATIC_DIR/mprl/eoa2-production.mpiwg-berlin.mpg.de:9015
echo Finito