Skip to content

Commit 2af3b7b

Browse files
authored
createrelease: nothing new, tweak instructions [ci skip] (#5800)
1 parent c9401a5 commit 2af3b7b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

createrelease

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
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
@@ -96,13 +96,14 @@
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
108109
folder=$1

0 commit comments

Comments
 (0)