We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6135d commit 8d25901Copy full SHA for 8d25901
2 files changed
createrelease
@@ -63,7 +63,7 @@
63
#
64
# run daca with new release
65
# 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and VERSION
66
-# 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/
67
68
# Tag to use
69
tag=$1
tools/donate-cpu-server.py
@@ -24,7 +24,7 @@
24
# changes)
25
SERVER_VERSION = "1.3.5"
26
27
-OLD_VERSION = '1.90'
+OLD_VERSION = '2.0'
28
29
30
# Set up logging
0 commit comments