createrelease: clarify daca@home update
This commit is contained in:
parent
c07d5f0161
commit
8865fb544d
|
@ -63,6 +63,8 @@
|
|||
# ./build-cppcheck.sh 1.43
|
||||
#
|
||||
# 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=$1
|
||||
|
|
|
@ -20,7 +20,7 @@ import operator
|
|||
# changes)
|
||||
SERVER_VERSION = "1.1.4"
|
||||
|
||||
OLD_VERSION = '1.88'
|
||||
OLD_VERSION = '1.89'
|
||||
|
||||
|
||||
# Set up logging
|
||||
|
|
Loading…
Reference in New Issue