createrelease: small tweaks
This commit is contained in:
parent
4a4f69110e
commit
399c5887cc
|
@ -58,12 +58,12 @@
|
|||
#
|
||||
# Remove "-rc1" from versions. Test: git grep "\-rc[0-9]"
|
||||
#
|
||||
# git tag 2.8 ; git push --tags
|
||||
# ./createrelease 2.8
|
||||
#
|
||||
# Create a release folder on sourceforge:
|
||||
# https://sourceforge.net/projects/cppcheck/files/cppcheck/
|
||||
#
|
||||
# git tag 2.8 ; git push --tags
|
||||
# ./createrelease 2.8
|
||||
#
|
||||
# copy msi from release-windows
|
||||
# copy manual from build-manual
|
||||
#
|
||||
|
@ -79,7 +79,7 @@
|
|||
#
|
||||
# run daca with new release
|
||||
# 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and VERSION
|
||||
# 2. scp tools/donate-cpu-server.py danielmarjamaki@cppcheck1.osuosl.org:/var/daca@home/
|
||||
# 2. scp -i ../.ssh/osuosl_id_rsa tools/donate-cpu-server.py danielmarjamaki@cppcheck1.osuosl.org:/var/daca@home/
|
||||
#
|
||||
# self check, fix stylistic issues:
|
||||
# ./cppcheck -D__CPPCHECK__ --library=cppcheck-lib --enable=style --inconclusive --inline-suppr --suppress=bitwiseOnBoolean --suppress=shadowFunction --suppress=useStlAlgorithm --suppress=*:externals/picojson.h cli gui/*.cpp lib
|
||||
|
|
Loading…
Reference in New Issue