chiark / gitweb /
Provide example workflow for dgit rpush. Closes:#763334.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Jun 2015 20:02:38 +0000 (21:02 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Jun 2015 20:02:38 +0000 (21:02 +0100)
debian/changelog
dgit.1

index a6353e113381119f0e8a3a9bdea1c50a47229cdf..7969a61efbf173b3894d4b18fa18e033d6231a1b 100644 (file)
@@ -75,6 +75,8 @@ dgit (0.23~) unstable; urgency=low
 
   * Detect and bomb out on vendor-specific `3.0 (quilt)' patch series.
 
 
   * Detect and bomb out on vendor-specific `3.0 (quilt)' patch series.
 
+  * Provide example workflow for dgit rpush.  Closes:#763334.
+
  --
 
 dgit (0.22.1) unstable; urgency=high
  --
 
 dgit (0.22.1) unstable; urgency=high
diff --git a/dgit.1 b/dgit.1
index 72b16a05ba79dbfd528073ddc84a50bdeb54657f..a33dcb7ef6ba0740e6ad7d3d24ddabf2765a27f5 100644 (file)
--- a/dgit.1
+++ b/dgit.1
@@ -167,7 +167,17 @@ Pushes the contents of the specified directory on a remote machine.
 This is like running dgit push on build-host with build-dir as the
 current directory; however, signing operations are done on the
 invoking host.  This allows you to do a push when the system which has
 This is like running dgit push on build-host with build-dir as the
 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.
+the source code and the build outputs has no access to the key:
+
+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.
 
 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
 
 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