From 936cc92e4301480d8392e56c84694883cbebbca1 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 25 Nov 2016 10:49:19 +0100 Subject: HACKING: Small tweaks 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. --- HACKING | 4 ++-- 1 file 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' -- cgit v1.2.3