daca@home: update OLD_VERSION

This commit is contained in:
Daniel Marjamäki 2020-05-10 14:30:53 +02:00
parent db6135dd13
commit 8d25901a96
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
# #
# run daca with new release # run daca with new release
# 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and VERSION # 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and VERSION
# 2. scp tools/donate-cpu-server.py danielmarjamaki@cppcheck1.osuosl.org:daca@home/ # 2. scp tools/donate-cpu-server.py danielmarjamaki@cppcheck1.osuosl.org:/var/daca@home/
# Tag to use # Tag to use
tag=$1 tag=$1

View File

@ -24,7 +24,7 @@ import operator
# changes) # changes)
SERVER_VERSION = "1.3.5" SERVER_VERSION = "1.3.5"
OLD_VERSION = '1.90' OLD_VERSION = '2.0'
# Set up logging # Set up logging