Skip to content

Commit

Permalink
Remove remaining references to python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Jan 11, 2017
1 parent bcd8e79 commit 21a1f91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pbem/README.md
Expand Up @@ -7,7 +7,7 @@ Requires:
https://github.com/mysql/mysql-connector-python https://github.com/mysql/mysql-connector-python


Run like this: Run like this:
python3.5 pbem.py python3 pbem.py


Freeciv-pbem is automatically started by start-freeciv-web.sh script Freeciv-pbem is automatically started by start-freeciv-web.sh script
Python unit tests are found in test_pbem.py. Python unit tests are found in test_pbem.py.
Expand Down
2 changes: 1 addition & 1 deletion publite2/init-freeciv-web.sh
Expand Up @@ -17,7 +17,7 @@ ulimit -t 10000 && ulimit -Sv 500000 && \
export FREECIV_SAVE_PATH=${1}; export FREECIV_SAVE_PATH=${1};
rm -f /var/lib/tomcat8/webapps/data/scorelogs/score-${2}.log; rm -f /var/lib/tomcat8/webapps/data/scorelogs/score-${2}.log;


python3.5 ../freeciv-proxy/freeciv-proxy.py ${3} > ../logs/freeciv-proxy-${3}.log 2>&1 & python3 ../freeciv-proxy/freeciv-proxy.py ${3} > ../logs/freeciv-proxy-${3}.log 2>&1 &
proxy_pid=$! && proxy_pid=$! &&
${HOME}/freeciv/bin/freeciv-web --debug=1 --port ${2} -q 20 --Announce none -e -m \ ${HOME}/freeciv/bin/freeciv-web --debug=1 --port ${2} -q 20 --Announce none -e -m \
-M http://${4} --type ${5} --read pubscript_${5}.serv --log ../logs/freeciv-web-log-${2}.log \ -M http://${4} --type ${5} --read pubscript_${5}.serv --log ../logs/freeciv-web-log-${2}.log \
Expand Down
2 changes: 1 addition & 1 deletion scripts/freeciv-img-extract/sync.sh
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
echo "running Freeciv-img-extract..." echo "running Freeciv-img-extract..."
python3.5 img-extract.py && python3 img-extract.py &&
pngcrush pre-freeciv-web-tileset-amplio2-0.png freeciv-web-tileset-amplio2-0.png && pngcrush pre-freeciv-web-tileset-amplio2-0.png freeciv-web-tileset-amplio2-0.png &&
pngcrush pre-freeciv-web-tileset-amplio2-1.png freeciv-web-tileset-amplio2-1.png && pngcrush pre-freeciv-web-tileset-amplio2-1.png freeciv-web-tileset-amplio2-1.png &&
pngcrush pre-freeciv-web-tileset-amplio2-2.png freeciv-web-tileset-amplio2-2.png && pngcrush pre-freeciv-web-tileset-amplio2-2.png freeciv-web-tileset-amplio2-2.png &&
Expand Down

0 comments on commit 21a1f91

Please sign in to comment.