createrelease: clarify daca@home update
This commit is contained in:
parent
c07d5f0161
commit
8865fb544d
|
@ -63,6 +63,8 @@
|
||||||
# ./build-cppcheck.sh 1.43
|
# ./build-cppcheck.sh 1.43
|
||||||
#
|
#
|
||||||
# run daca with new release
|
# run daca with new release
|
||||||
|
# 1. edit OLD_VERSION
|
||||||
|
# 2. scp tools/donate-cpu-server.py danielmarjamaki@cppcheck.osuosl.org:daca@home/
|
||||||
|
|
||||||
# Tag to use
|
# Tag to use
|
||||||
tag=$1
|
tag=$1
|
||||||
|
|
|
@ -20,7 +20,7 @@ import operator
|
||||||
# changes)
|
# changes)
|
||||||
SERVER_VERSION = "1.1.4"
|
SERVER_VERSION = "1.1.4"
|
||||||
|
|
||||||
OLD_VERSION = '1.88'
|
OLD_VERSION = '1.89'
|
||||||
|
|
||||||
|
|
||||||
# Set up logging
|
# Set up logging
|
||||||
|
|
Loading…
Reference in New Issue