summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-11-08 22:14:01 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-11-08 22:14:02 +0000
commit32a7ed82d9970eb66ff8434f830805559dd9b87c (patch)
treeb3d97cb738ff599879343f412143f64b25353a4e /dgit.1
parentfd6adbbf2635ee146d630248f3129b1a4973b7e1 (diff)
dgit(1): Improve formatting of rpush section.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.17
1 files changed, 3 insertions, 4 deletions
diff --git a/dgit.1 b/dgit.1
index 0029dfa..33d24a9 100644
--- a/dgit.1
+++ b/dgit.1
@@ -187,15 +187,14 @@ current directory; however, signing operations are done on the
invoking host. This allows you to do a push when the system which has
the source code and the build outputs has no access to the key:
+.TS
+l l.
1. Clone on build host (dgit clone)
-.br
2. Edit code on build host (edit, git commit)
-.br
3. Build package on build host (dgit build)
-.br
4. Test package on build host or elsewhere (dpkg -i, test)
-.br
5. Upload by invoking dgit rpush on host with your GPG key.
+.TE
However, the build-host must be able to ssh to the dgit repos. If
this is not already the case, you must organise it separately, for