summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2016-11-25 10:49:19 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2016-11-25 10:50:00 +0100
commit936cc92e4301480d8392e56c84694883cbebbca1 (patch)
tree4c6bee2208e86fa79f3c31bfa43430c61ac11bda
parent7e6080f107e85dded7778f88c132c244ec6adc4f (diff)
downloadudisks-936cc92e4301480d8392e56c84694883cbebbca1.tar.gz
HACKING: Small tweaks2.1.8
Simpler command to run integration tests, and drop the comment about "if you are not davidz" as we don't hardcode user names any more.
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index b5cbe53..a9e7359 100644
--- a/HACKING
+++ b/HACKING
@@ -38,14 +38,14 @@ Checklist for making a release:
- Check that everything works
- Run 'make check'
- - Run 'sudo ./integration-test' in src/tests
+ - Run 'sudo src/tests/integration-test'
- Check that you have no uncommitted or unpushed changes
- Check there are no glaring TODO or FIXME
- Sanity-check all new API
- Ensure newly added API is marked properly with "Since: X.Y"
- Ensure that deprecated API is marked as such
- - Do the actual release (see Makefile.am, do it manually if not davidz)
+ - Do the actual release (see Makefile.am)
- run 'make publish'
- run 'make publish-docs'