Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
doc: update in release todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Raab committed May 13, 2018
1 parent 969b38a commit fed3766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/todo/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ And now commit everything:
git-commit -a

Clean up the mess left over:
git-clean -df
git-clean -dfx

Make an empty builddirectory:
mkdir ~build
Expand All @@ -86,7 +86,7 @@ If version numbers are correct in
mkdir ~elektra/$VERSION && kdb --version > ~elektra/$VERSION/version

Rebuild cleanly, run all tests and also check for memleaks:
cd ~build && ~e/scripts/configure-debian ~e && make -j5 && make run_all && make run_memcheck
cd ~build && ~e/scripts/configure-debian ~e && make -j5 && make run_all -j5 && make run_memcheck -j5

Check if there are really >=135 or >=95 tests

Expand Down

0 comments on commit fed3766

Please sign in to comment.