summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-30 11:46:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-30 11:46:22 -0700
commit0460952deb573a315216ad3fdeca3e1223508522 (patch)
tree8d3a62fb686f66f87093af7269735013457df45e
parentda4977eeb21bc1592226384da28d1a85571add54 (diff)
dgit-nmu-simple(7): Mention --delayed
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--dgit-nmu-simple.7.pod8
1 files changed, 7 insertions, 1 deletions
diff --git a/dgit-nmu-simple.7.pod b/dgit-nmu-simple.7.pod
index d4b285a..f1e8543 100644
--- a/dgit-nmu-simple.7.pod
+++ b/dgit-nmu-simple.7.pod
@@ -50,7 +50,7 @@ to upload to the DELAYED queues.
% dch -r && git add debian/changelog && git commit -m"Finalise NMU"
% dgit -wgf sbuild -A -c jessie
[ final tests on generated .debs ]
- % dgit -wgf push jessie
+ % dgit -wgf [--delayed=5] push jessie
[ enter your gnupg passphrase as prompted ]
[ see that push and upload are successful ]
[ prepare and email NMU diff (git-diff, git-format-patch) ]
@@ -108,6 +108,12 @@ tree.
It also means you don't care about the package clean target,
which is just as well because many package clean targets are broken.
+=head1 UPLOADING TO DELAYED
+
+You can use dgit's I<--delayed> option
+to upload to the DELAYED queue.
+However, you should read the warning about this option in dgit(1).
+
=head1 SEE ALSO
dgit(1), dgit(7), dgit-maint-*(7)