-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
createrelease: nothing new, tweak instructions [ci skip] (#5800)
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ | |
# git tag 2.8 ; git push --tags | ||
# ./createrelease 2.8 | ||
# | ||
# copy msi from release-windows | ||
# copy msi from release-windows, install and test cppcheck | ||
# copy manual from build-manual | ||
# | ||
# Update download link on index.php main page | ||
|
@@ -96,13 +96,14 @@ | |
# ./build-cppcheck.sh | ||
# | ||
# run daca with new release | ||
# 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and VERSION | ||
# 2. scp -i ../.ssh/osuosl_id_rsa tools/donate-cpu-server.py [email protected]:/var/daca@home/ | ||
# 1. edit tools/donate-cpu-server.py. Update OLD_VERSION and SERVER_VERSION | ||
# 2. scp -i ~/.ssh/osuosl_id_rsa tools/donate-cpu-server.py [email protected]:/var/daca@home/ | ||
# | ||
# Backup: | ||
# * trac: cd /var && nice tar -zcf /home/danielmarjamaki/trac.tar.gz trac-cppcheck | ||
# * git: git checkout -f && git checkout main && git pull && tar -zcf ~/cppchecksolutions/backups/2.12.0-git.tar.gz .git | ||
# * trac: cd /var && nice tar -cJf trac.tar.xz trac-cppcheck | ||
# * git: git checkout -f && git checkout main && git pull && tar -cJf git.tar.xz .git | ||
# * Changelog | ||
# * ci status: screenshot(s) showing that all tests pass for tagged commit | ||
|
||
# Folder/tag to use | ||
folder=$1 | ||
|