File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272# git tag 2.8 ; git push --tags
7373# ./createrelease 2.8
7474#
75- # copy msi from release-windows
75+ # copy msi from release-windows, install and test cppcheck
7676# copy manual from build-manual
7777#
7878# Update download link on index.php main page
9696# ./build-cppcheck.sh
9797#
9898# run daca with new release
99- # 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and VERSION
100- # 2. scp -i .. /.ssh/osuosl_id_rsa tools/donate-cpu-server.py danielmarjamaki@cppcheck1.osuosl.org:/var/daca@home/
99+ # 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and SERVER_VERSION
100+ # 2. scp -i ~ /.ssh/osuosl_id_rsa tools/donate-cpu-server.py danielmarjamaki@cppcheck1.osuosl.org:/var/daca@home/
101101#
102102# Backup:
103- # * trac: cd /var && nice tar -zcf /home/danielmarjamaki/ trac.tar.gz trac-cppcheck
104- # * git: git checkout -f && git checkout main && git pull && tar -zcf ~/cppchecksolutions/backups/2.12.0- git.tar.gz .git
103+ # * trac: cd /var && nice tar -cJf trac.tar.xz trac-cppcheck
104+ # * git: git checkout -f && git checkout main && git pull && tar -cJf git.tar.xz .git
105105# * Changelog
106+ # * ci status: screenshot(s) showing that all tests pass for tagged commit
106107
107108# Folder/tag to use
108109folder=$1
You can’t perform that action at this time.
0 commit comments