summaryrefslogtreecommitdiff
path: root/dgit-nmu-simple.7.pod
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2022-09-04 11:27:06 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2022-09-04 12:36:11 +0100
commitd6ce5696754c895926e122ed9b4690703dcdb78a (patch)
treef5d491efbfdca4bfe1d2aac3ebdd60cd3d8da375 /dgit-nmu-simple.7.pod
parent2df2d6795e7ef7f34fb9a52236ecc9e8d40145fa (diff)
docs: Update for changes to dgit push-*, and recommend push-source
In command line runes and examples, generally change to "dgit push-source". In running text whwere we talk about "push or push-source", change to "push-built or push-source". In running text where we talk loosely about "push", leave it that way. Closes: #992606 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit-nmu-simple.7.pod')
-rw-r--r--dgit-nmu-simple.7.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgit-nmu-simple.7.pod b/dgit-nmu-simple.7.pod
index 0d2525f..734fb6b 100644
--- a/dgit-nmu-simple.7.pod
+++ b/dgit-nmu-simple.7.pod
@@ -45,8 +45,8 @@ consult the appropriate C<dgit-maint-*(7)> workflow tutorial,
[ run your tests ]
% dch -r && git add debian/changelog && git commit -m"Finalise NMU"
% dgit -wgf sbuild -A -c jessie
- [ final tests on generated .debs ]
- % dgit -wgf [--delayed=5] push jessie
+ [ any final tests on generated .debs ]
+ % dgit -wgf [--delayed=5] push-source jessie
[ enter your gnupg passphrase as prompted ]
[ see that push and upload are successful ]
[ prepare and email NMU diff (git-diff, git-format-patch) ]