chiark / gitweb /
Do not remove destination when clone fails because it already exists (!)
[dgit.git] / dgit.1
diff --git a/dgit.1 b/dgit.1
index 712f36dc80855d8b4e948f180fe4b85680eadbb8..6449ea34df2b19f983d9fcfa2c1d81d9dabc38b7 100644 (file)
--- a/dgit.1
+++ b/dgit.1
@@ -169,7 +169,8 @@ contains no : (except perhaps on in [ ], to support IPv6 address
 literals).
 
 You will need similar enough versions of dgit on the build-host and
-the invocation host.
+the invocation host.  The build-host needs gnupg installed, with your
+public key in its keyring (but not your private key, obviously).
 .TP
 .B dgit quilt-fixup
 Looks to see if the tree is one which dpkg-source cannot properly
@@ -511,6 +512,10 @@ build and dgit push.
 To a user looking at the archive, changes pushed using dgit look like
 changes made in an NMU: in a `3.0 (quilt)' package the delta from the
 previous upload is recorded in a new patch constructed by dpkg-source.
+.SH READ-ONLY DISTROS
+Distros which do not maintain a set of dgit history git repositories
+can still be used in a read-only mode with dgit.  Currently Ubuntu
+is configured this way.
 .SH PACKAGE SOURCE FORMATS
 If you are not the maintainer, you do not need to worry about the
 source format of the package.  You can just make changes as you like