chiark / gitweb /
Dgit.pm: failedcmd_report_cmd: Break out of failedcmd
[dgit.git] / dgit.1
1 .TH dgit 1 "" "Debian Project" "dgit"
2 .SH NAME
3 dgit \- git integration with the Debian archive
4 .
5 .SH SYNOPSIS
6 .B dgit
7 [\fIdgit\-opts\fP] \fBclone\fP [\fIdgit\-opts\fP]
8 \fIpackage\fP [\fIsuite\fP] [\fB./\fP\fIdir|\fB/\fP\fIdir\fR]
9 .br
10 .B dgit
11 [\fIdgit\-opts\fP] \fBfetch\fP|\fBpull\fP [\fIdgit\-opts\fP]
12 [\fIsuite\fP]
13 .br
14 .B dgit
15 [\fIdgit\-opts\fP] \fBbuild\fP|\fBsbuild\fP|\fBbuild-source\fP
16 [\fIbuild\-opts\fp]
17 .br
18 .B dgit
19 [\fIdgit\-opts\fP] \fBpush\fP [\fIdgit\-opts\fP]
20 [\fIsuite\fP]
21 .br
22 .B dgit
23 [\fIdgit\-opts\fP] \fBrpush\fR \fIbuild-host\fR\fB:\fR\fIbuild-dir\fR
24 [\fIpush args...\fR]
25 .br
26 .B dgit
27 [\fIdgit\-opts\fP] \fIaction\fR ...
28 .SH DESCRIPTION
29 .B dgit
30 allows you to treat the Debian archive as if it were a git
31 repository.  See \fBdgit\fP(7) for detailed information about the data
32 model, common problems likely to arise with certain kinds of package,
33 etc.
34
35 The usual workflow is:
36 .br
37 1.      \fBdgit clone\fR or \fBfetch\fR;
38 .br
39 2.      make, do dev tests, and commit changes in git as desired;
40 .br
41 3.      build packages for upload, using e.g. \fBdgit sbuild\fR
42 .br
43 4.      do pre-upload tests of the proposed upload;
44 .br
45 5.      \fBdgit push\fR.
46 .SH OPERATIONS
47 .TP
48 \fBdgit clone\fR \fIpackage\fP [\fIsuite\fP] [\fB./\fP\fIdir|\fB/\fP\fIdir\fR]
49 Consults the archive and dgit-repos to construct the git view of
50 history for
51 .I package
52 in
53 .I suite
54 .RB ( sid
55 by default)
56 in a new directory (named
57 .BI ./ package
58 by default);
59 also, downloads any necessary orig tarballs.
60
61 The suite's git tip is
62 left on the local branch
63 .BI dgit/ suite
64 ready for work, and on the corresponding dgit remote tracking branch.
65 The
66 .B origin
67 remote will be set up to point to the package's dgit-repos tree
68 for the distro to which
69 .I suite
70 belongs.
71
72 For your convenience, the
73 .B vcs-git
74 remote will be set up from the package's Vcs-Git field, if there is
75 one - but note that in the general case the history found there may be
76 different to or even disjoint from dgit's view.
77 .TP
78 \fBdgit fetch\fR [\fIsuite\fP]
79 Consults the archive and git-repos to update the git view of
80 history for a specific suite (and downloads any necessary orig
81 tarballs), and updates the remote tracking branch
82 .BR remotes/dgit/dgit/ \fIsuite\fR.
83 If the current branch is
84 .BI dgit/ suite
85 then dgit fetch defaults to
86 .IR suite ;
87 otherwise it parses debian/changelog and uses the suite specified
88 there.
89 .TP
90 \fBdgit pull\fR [\fIsuite\fP]
91 Does dgit fetch, and then merges the new head of the remote tracking
92 branch
93 .BI remotes/dgit/dgit/ suite
94 into the current branch.
95 .TP
96 \fBdgit build\fR ...
97 Runs
98 .B dpkg-buildpackage
99 with some suitable options.  Options and arguments after build
100 will be passed on to dpkg-buildpackage.  It is not necessary to use
101 dgit build when using dgit; it is OK to use any approach which ensures
102 that the generated source package corresponds to the relevant git
103 commit.
104
105 Tagging, signing and actually uploading should be left to dgit push.
106 .TP
107 \fBdgit build-source\fR ...
108 Builds the source package, and a changes file for a prospective
109 source-only upload, using
110 .BR dpkg-source .
111 The output is left in
112 .IR package \fB_\fR version \fB.dsc\fR
113 and
114 .IR package \fB_\fR version \fB_source.changes\fR.
115
116 Tagging, signing and actually uploading should be left to dgit push.
117 .TP
118 .B dgit clean
119 Cleans the current working tree (according to the --clean= option in
120 force).
121 .TP
122 .B dgit help
123 Print a usage summary.
124 .TP
125 \fBdgit sbuild\fR ...
126 Constructs the source package, uses
127 .B  sbuild
128 to do a binary build, and uses mergechanges to merge the source and
129 binary changes files.  Options and arguments after sbuild will be
130 passed on to sbuild.
131 The output is left in
132 .IR package \fB_\fR version \fB_multi.changes\fR.
133
134 Tagging, signing and actually uploading should be left to dgit push.
135 .TP
136 \fBdgit gbp-build\fR ...
137 Runs
138 .B git-buildpackage
139 with some suitable options.  Options and arguments after gbp-build
140 will be passed on to git-buildpackage.
141
142 By default this uses \-\-quilt=gbp, so HEAD should be a
143 git-buildpackage style branch, not a patches-applied branch.
144
145 Tagging, signing and actually uploading should be left to dgit push.
146 .TP
147 \fBdgit push\fR [\fIsuite\fP]
148 Does an `upload', pushing the current HEAD to the archive (as a source
149 package) and to dgit-repos (as git commits).  The package must already
150 have been built ready for upload, with the .dsc and .changes
151 left in the parent directory.  It is normally best to do the build
152 with dgit too (eg with dgit sbuild): some existing build tools pass
153 unhelpful options to dpkg-source et al by default, which can result in
154 the built source package not being identical to the git tree.
155
156 In more detail: dgit push checks that the current HEAD corresponds to
157 the .dsc.  It then pushes the HEAD to the suite's dgit-repos branch,
158 makes a signed git tag, edits the .dsc to contain the dgit metadata
159 field, runs debsign to sign the upload (.dsc and .changes), pushes the
160 signed tag, and finally uses dput to upload the .changes to the
161 archive.
162
163 dgit push always uses the package, suite and version specified in the
164 debian/changelog and the .dsc, which must agree.  If the command line
165 specifies a suite then that must match too.
166
167 If dgit push fails while uploading, it is fine to simply retry the
168 dput on the .changes file at your leisure.
169 .TP
170 \fBdgit rpush\fR \fIbuild-host\fR\fB:\fR\fIbuild-dir\fR [\fIpush args...\fR]
171 Pushes the contents of the specified directory on a remote machine.
172 This is like running dgit push on build-host with build-dir as the
173 current directory; however, signing operations are done on the
174 invoking host.  This allows you to do a push when the system which has
175 the source code and the build outputs has no access to the key:
176
177 1.      Clone on build host (dgit clone)
178 .br
179 2.      Edit code on build host (edit, git commit)
180 .br
181 3.      Build package on build host (dgit build)
182 .br
183 4.      Test package on build host or elsewhere (dpkg -i, test)
184 .br
185 5.      Upload by invoking dgit rpush on host with your GPG key.
186
187 However, the build-host must be able to ssh to the dgit repos.  If
188 this is not already the case, you must organise it separately, for
189 example by the use of ssh agent forwarding.
190
191 The remaining arguments are treated just as dgit push would handle
192 them.
193
194 build-host and build\-dir can be passed as separate
195 arguments; this is assumed to be the case if the first argument
196 contains no : (except perhaps one in [ ], to support IPv6 address
197 literals).
198
199 You will need similar enough versions of dgit on the build-host and
200 the invocation host.  The build-host needs gnupg installed, with your
201 public key in its keyring (but not your private key, obviously).
202 .TP
203 .B dgit setup-new-tree
204 Configure the current working tree the way that dgit clone would have
205 set it up.  Like running
206 .B dgit setup-useremail
207 and
208 .B setup-mergechangelogs
209 (but only does each thing if dgit is configured to do it automatically).
210 You can use these in any git repository, not just ones used with
211 the other dgit operations.
212 .TP
213 .B dgit setup-useremail
214 Set the working tree's user.name and user.email from the
215 distro-specific dgit configuration
216 .RB ( dgit-distro. \fIdistro\fR .user-name " and " .user-email ),
217 or DEBFULLNAME or DEBEMAIL.
218 .TP
219 .B dgit setup-mergechangelogs
220 Configures a git merge helper for the file
221 .B debian/changelog
222 which uses
223 .BR dpkg-mergechangelogs .
224 .TP
225 .B dgit quilt-fixup
226 `3.0 (quilt)' format source packages need changes representing not
227 only in-tree but also as patches in debian/patches.  dgit quilt-fixup
228 checks whether this has been done; if not, dgit will make appropriate
229 patches in debian/patches and also commit the resulting changes to
230 git.
231
232 This is normally done automatically by dgit build and dgit push.
233
234 dgit will try to turn each relevant commit in your git history into a
235 new quilt patch.  dgit cannot convert nontrivial merges, or certain
236 other kinds of more exotic history.  If dgit can't find a suitable
237 linearisation of your history, by default it will fail, but you can
238 ask it to generate a single squashed patch instead.
239 .TP
240 .B dgit version
241 Prints version information and exits.
242 .TP
243 .BI "dgit clone-dgit-repos-server" " destdir"
244 Tries to fetch a copy of the source code for the dgit-repos-server,
245 as actually being used on the dgit git server, as a git tree.
246 .SH OPTIONS
247 .TP
248 .BR --dry-run " | " -n
249 Go through the motions, fetching all information needed, but do not
250 actually update the output(s).  For push, dgit does
251 the required checks and leaves the new .dsc in a temporary file,
252 but does not sign, tag, push or upload.
253 .TP
254 .BR --damp-run " | " -L
255 Go through many more of the motions: do everything that doesn't
256 involve either signing things, or making changes on the public
257 servers.
258 .TP
259 .BI -k keyid
260 Use
261 .I keyid
262 for signing the tag and the upload.  The default comes from the
263 distro's
264 .B keyid
265 config setting (see CONFIGURATION, below), or failing that, the
266 uploader trailer line in debian/changelog.
267 .TP
268 .BR --no-sign
269 does not sign tags or uploads (meaningful only with push).
270 .TP
271 .TP
272 .BI -p package
273 Specifies that we should process source package
274 .I package
275 rather than looking in debian/control or debian/changelog.
276 Valid with dgit fetch and dgit pull, only.
277 .TP
278 .BR --clean=git " | " -wg
279 Use
280 .BR "git clean -xdf"
281 to clean the working tree,
282 rather than running the package's rules clean target.
283
284 This will delete all files which are not tracked by git.
285 (Including any files you forgot to git add.)
286
287 .BI --clean= ...
288 options other than dpkg-source
289 are useful when the package's clean target is troublesome, or
290 to avoid needing the build-dependencies.
291 .TP
292 .BR --clean=git-ff " | " -wgf
293 Use
294 .BR "git clean -xdff"
295 to clean the working tree.
296 Like
297 git clean -xdf
298 but it also removes any subdirectories containing different git
299 trees (which only unusual packages are likely to create).
300 .TP
301 .BR --clean=check " | " -wc
302 Merely check that the tree is clean (does not contain uncommitted
303 files).
304 Avoids running rules clean,
305 and can avoid needing the build-dependencies.
306 .TP
307 .BR --clean=none " | " -wn
308 Do not clean the tree, nor check that it is clean.
309 Avoids running rules clean,
310 and can avoid needing the build-dependencies.
311 If there are
312 files which are not in git, or if the build creates such files, a
313 subsequent dgit push will fail.
314 .TP
315 .BR --clean=dpkg-source " | " -wd
316 Use dpkg-buildpackage to do the clean, so that the source package
317 is cleaned by dpkg-source running the package's clean target.
318 This is the default.
319 Requires the package's build dependencies.
320 .TP
321 .BR --clean=dpkg-source-d " | " -wdd
322 Use
323 .B dpkg-buildpackage -d
324 to do the clean,
325 so that the source package
326 is cleaned by dpkg-source running the package's clean target.
327 The build-dependencies are not checked (due to
328 .BR -d ),
329 which violates policy, but may work in practice.
330 .TP
331 .BR -N " | " --new
332 The package is or may be new in this suite.  Without this, dgit will
333 refuse to push.  It may (for Debian, will) be unable to access the git
334 history for any packages which have been newly pushed and have not yet
335 been published.
336 .TP
337 .BR --ignore-dirty
338 Do not complain if the working tree does not match your git HEAD.
339 This can be useful with build, if you plan to commit later.  (dgit
340 push will still ensure that the .dsc you upload and the git tree
341 you push are identical, so this option won't make broken pushes.)
342 .TP
343 .BR --overwrite =\fIprevious-version\fR
344 Declare that even though your git branch is not a descendant
345 of the version in the archive
346 according to the revision history,
347 it really does contain
348 all the (wanted) changes from that version.
349
350 This option is useful if you are the maintainer, and you have
351 incorporated NMU changes into your own git workflow in a way that
352 doesn't make your branch a fast forward from the NMU.
353
354 .I previous-version
355 ought to be the version currently in the archive.  If
356 .I previous-version
357 is not
358 specified, dgit will check that the version in the archive is
359 mentioned in your debian/changelog.
360 (This will avoid losing
361 changes unless someone committed to git a finalised changelog
362 entry, and then made later changes to that version.)
363
364 dgit push --overwrite
365 will make a
366 pseudo-merge (that is, something that looks like the result
367 of git merge -s ours) to stitch the archive's version into your own
368 git history, so that your push is a fast forward from the archive.
369
370 (In quilt mode
371 .BR gbp ", " dpm " or " unpatched ,
372 implying a split between the dgit view and the
373 maintainer view, the pseudo-merge will appear only in the dgit view.)
374 .TP
375 .BI --deliberately- something
376 Declare that you are deliberately doing
377 .IR something .
378 This can be used to override safety catches, including safety catches
379 which relate to distro-specific policies.  The meanings of
380 .IR something s
381 understood in the context of Debian are discussed below:
382 .TP
383 .BR --deliberately-not-fast-forward
384 Declare that you are deliberately rewinding history.  When pushing to
385 Debian, use this when you are making a renewed upload of an entirely
386 new source package whose previous version was not accepted for release
387 from NEW because of problems with copyright or redistributibility.
388 .TP
389 .BR --deliberately-include-questionable-history
390 Declare that you are deliberately including, in the git history of
391 your current push, history which contains a previously-submitted
392 version of this package which was not approved (or has not yet been
393 approved) by the ftpmasters.  When pushing to Debian, only use this
394 option after verifying that: none of the rejected-from-NEW (or
395 never-accepted) versions in the git history of your current push, were
396 rejected by ftpmaster for copyright or redistributability reasons.
397 .TP
398 .BR --deliberately-fresh-repo
399 Declare that you are deliberately rewinding history and want to
400 throw away the existing repo.  Not relevant when pushing to Debian,
401 as the Debian server will do this automatically when necessary.
402 .TP
403 .BR --quilt=linear
404 When fixing up source format `3.0 (quilt)' metadata, insist on
405 generating a linear patch stack: one new patch for each relevant
406 commit.
407 If such a stack cannot be generated, fail.
408 This is the default for Debian.
409
410 HEAD should be a series of plain commits
411 (not touching debian/patches/),
412 and pseudomerges,
413 with as ancestor a patches-applied branch.
414 .TP
415 .BR --quilt=auto
416 When fixing up source format `3.0 (quilt)' metadata, prefer to
417 generate a linear patch stack
418 (as with --quilt=auto)
419 but if that doesn't seem possible,
420 try to generate a single squashed patch for all the changes made in git
421 (as with --quilt=smash).
422 This is not a good idea for an NMU in Debian.
423 .TP
424 .BR --quilt=smash
425 When fixing up source format `3.0 (quilt)' metadata,
426 generate a single additional patch for all the changes made in git.
427 This is not a good idea for an NMU in Debian.
428
429 (If HEAD has any in-tree patches already, they must apply cleanly.
430 This will be the case for any trees produced by dgit fetch or clone;
431 if you do not change the upstream version
432 nor make changes in debian/patches,
433 it will remain true.)
434 .TP
435 .BR --quilt=nofix
436 Check whether source format `3.0 (quilt)' metadata would need fixing
437 up, but, if it does, fail.  You must then fix the metadata yourself
438 somehow before pushing.  (NB that dpkg-source --commit will not work
439 because the dgit git tree does not have a
440 .B .pc
441 directory.)
442 .TP
443 .BR --quilt=nocheck " | " --no-quilt-fixup
444 Do not check whether up source format `3.0 (quilt)' metadata needs
445 fixing up.  If you use this option and the metadata did in fact need
446 fixing up, dgit push will fail.
447 .TP
448 .BR -- [ quilt= ] gbp " | " -- [ quilt= ] dpm " | " --quilt=unapplied
449 Tell dgit that you are using a nearly-dgit-compatible git branch,
450 aka a
451 .BR "maintainer view" ,
452 and
453 do not want your branch changed by dgit.
454
455 .B --gbp
456 (short for
457 .BR --quilt=gbp )
458 is for use with git-buildpackage.
459 Your HEAD is expected to be
460 a patches-unapplied git branch, except that it might contain changes
461 to upstream .gitignore files.  This is the default for dgit gbp-build.
462
463 .B --dpm
464 (short for
465 .BR --quilt=dpm )
466 is for use with git-dpm.
467 Your HEAD is expected to be
468 a patches-applied git branch,
469 except that it might contain changes to upstream .gitignore files.
470
471 .B --quilt=unapplied
472 specifies that your HEAD is a patches-unapplied git branch (and
473 that any changes to upstream .gitignore files are represented as
474 patches in debian/patches).
475
476 With --quilt=gbp|dpm|unapplied,
477 dgit push (or precursors like quilt-fixup and build) will automatically
478 generate a conversion of your git branch into the right form.
479 dgit push will push the
480 dgit-compatible form (the
481 .BR "dgit view" )
482 to the dgit git server.
483 The dgit view will be visible to you
484 in the dgit remote tracking branches, but your own branch will
485 not be modified.
486 dgit push will create a tag
487 .BI debian/ version
488 for the maintainer view, and the dgit tag
489 .BI archive/debian/ version
490 for the dgit view.
491 dgit quilt-fixup will merely do some checks,
492 and cache the maintainer view.
493
494 .B If you have a branch like this it is essential to specify the appropriate --quilt= option!
495 This is because it is not always possible to tell: a patches-unapplied
496 git branch of a package with one patch, for example, looks very like
497 a patches-applied branch where the user has used git revert to
498 undo the patch, expecting to actually revert it.
499 However, if you fail to specify the right \-\-quilt option,
500 and you aren't too lucky, dgit will notice the problem and stop,
501 with a useful hint. 
502 .TP
503 .BI -D
504 Prints debugging information to stderr.  Repeating the option produces
505 more output (currently, up to -DDDD is meaningfully different).
506 .TP
507 .BI -c name = value
508 Specifies a git configuration option, to be used for this run.
509 dgit itself is also controlled by git configuration options.
510 .TP
511 .RI \fB-v\fR version "|\fB_\fR | " \fB--since-version=\fR version |\fB_\fR
512 Specifies the
513 .BI -v version
514 option to pass to dpkg-genchanges, during builds.  Changes (from
515 debian/changelog) since this version will be included in the built
516 changes file, and hence in the upload.  If this option is not
517 specified, dgit will query the archive and use the latest version
518 uploaded to the intended suite.
519
520 Specifying
521 .B _
522 inhibits this, so that no -v option will be passed to dpkg-genchanges
523 (and as a result, only the last stanza from debian/changelog will
524 be used for the build and upload).
525 .TP
526 .RI \fB-m\fR maintaineraddress
527 Passed to dpkg-genchanges (eventually).
528 .TP
529 .RI \fB--ch:\fR option
530 Specifies a single additional option to pass, eventually, to
531 dpkg-genchanges.
532
533 Options which are safe to pass include
534 .BR "-si -sa -sd -C" .
535
536 For other options the caveat below applies.
537 .TP
538 .RI \fB--curl:\fR option " | \fB--dput:\fR" option " |..."
539 Specifies a single additional option to pass to
540 .BR curl ,
541 .BR dput ,
542 .BR debsign ,
543 .BR dpkg-source ,
544 .BR dpkg-buildpackage ,
545 .BR dpkg-genchanges ,
546 .BR sbuild ,
547 .BR ssh ,
548 .BR dgit ,
549 .BR gbp-pq ,
550 .BR gbp-build ,
551 or
552 .BR mergechanges .
553 Can be repeated as necessary.
554
555 Use of this ability should not normally be necessary.
556 It is provided for working around bugs,
557 or other unusual situations.
558 If you use these options,
559 you may violate dgit's assumptions
560 about the behaviour of its subprograms
561 and cause lossage.
562
563 For dpkg-buildpackage, dpkg-genchanges, mergechanges and sbuild,
564 the option applies only when the program is invoked directly by dgit.
565 Usually, for passing options to dpkg-genchanges, you should use
566 .BR --ch: \fIoption\fR.
567
568 Specifying --git is not effective for some lower-level read-only git
569 operations performed by dgit, and also not when git is invoked by
570 another program run by dgit.
571
572 See notes below regarding ssh and dgit.
573
574 NB that --gpg:option is not supported (because debsign does not
575 have that facility).
576 But see
577 .B -k
578 and the
579 .B keyid
580 distro config setting.
581 .TP
582 .RI \fB--curl=\fR program " | \fB--dput=\fR" program  " |..."
583 Specifies alternative programs to use instead of
584 .BR curl ,
585 .BR dput ,
586 .BR debsign ,
587 .BR dpkg-source ,
588 .BR dpkg-buildpackage ,
589 .BR dpkg-genchanges ,
590 .BR sbuild ,
591 .BR gpg ,
592 .BR ssh ,
593 .BR dgit ,
594 .BR git ,
595 .BR gbp-pq ,
596 .BR gbp-build ,
597 or
598 .BR mergechanges .
599
600 For
601 .BR dpkg-buildpackage ,
602 .BR dpkg-genchanges ,
603 .B mergechanges
604 and
605 .BR sbuild ,
606 this applies only when the program is invoked directly by dgit.
607
608 For
609 .BR dgit ,
610 specifies the command to run on the remote host when dgit
611 rpush needs to invoke a remote copy of itself.  (dgit also reinvokes
612 itself as the EDITOR for dpkg-source --commit; this is done using
613 argv[0], and is not affected by --dgit=).
614
615 .BR gbp-build 's
616 value
617 is used instead of gbp build or git-buildpackage.  (The default is
618 the latter unless the former exists on PATH.)
619 .BR gbp-pq 's
620 value
621 is used instead of gbp pq.
622 In both cases,
623 unusually, the specified value is split on whitespace
624 to produce a command and possibly some options and/or arguments.
625
626 For
627 .BR ssh ,
628 the default value is taken from the
629 .B DGIT_SSH
630 or
631 .B GIT_SSH
632 environment variables, if set (see below).  And, for ssh, when accessing the
633 archive and dgit-repos, this command line setting is overridden by the
634 git config variables
635 .BI dgit-distro. distro .ssh
636 and
637 .B .dgit.default.ssh
638 (which can in turn be overridden with -c).  Also, when dgit is using
639 git to access dgit-repos, only git's idea of what ssh to use (eg,
640 .BR GIT_SSH )
641 is relevant.
642 .TP
643 .BR -d "\fIdistro\fR | " --distro= \fIdistro\fR
644 Specifies that the suite to be operated on is part of distro
645 .IR distro .
646 This overrides the default value found from the git config option
647 .BR dgit-suite. \fIsuite\fR .distro .
648 The only effect is that other configuration variables (used
649 for accessing the archive and dgit-repos) used are
650 .BR dgit-distro. \fIdistro\fR .* .
651
652 If your suite is part of a distro that dgit already knows about, you
653 can use this option to make dgit work even if your dgit doesn't know
654 about the suite.  For example, specifying
655 .B -ddebian
656 will work when the suite is an unknown suite in the Debian archive.
657
658 To define a new distro it is necessary to define methods and URLs
659 for fetching (and, for dgit push, altering) a variety of information both
660 in the archive and in dgit-repos.
661 How to set this up is not yet documented.
662 .TP
663 .BI -C changesfile
664 Specifies the .changes file which is to be uploaded.  By default
665 dgit push looks for single .changes file in the parent directory whose
666 filename suggests it is for the right package and version.
667
668 If the specified
669 .I changesfile
670 pathname contains slashes, the directory part is also used as
671 the value for
672 .BR --build-products-dir ;
673 otherwise, the changes file is expected in that directory (by
674 default, in
675 .BR .. ).
676 .TP
677 .B --rm-old-changes
678 When doing a build, delete any changes files matching
679 .IB package _ version _*.changes
680 before starting.  This ensures that
681 dgit push (and dgit sbuild) will be able to unambigously
682 identify the relevant changes files from the most recent build, even
683 if there have been previous builds with different tools or options.
684 The default is not to remove, but
685 .B \-\-no-rm-old-changes
686 can be used to override a previous \-\-rm-old-changes
687 or the .rm-old-changes configuration setting.
688 .TP
689 .BI --build-products-dir= directory
690 Specifies where to find the built files to be uploaded.
691 By default, dgit looks in the parent directory
692 .RB ( .. ).
693 .TP
694 .BI --existing-package= package
695 dgit push needs to canonicalise the suite name.  Sometimes, dgit
696 lacks a way to ask the archive to do this without knowing the
697 name of an existing package.  Without --new we can just use the
698 package we are trying to push.  But with --new that will not work, so
699 we guess
700 .B dpkg
701 or use the value of this option.  This option is not needed with the
702 default mechanisms for accessing the archive.
703 .TP
704 .BR -h | --help
705 Print a usage summary.
706 .TP
707 .BI --initiator-tempdir= directory
708 dgit rpush uses a temporary directory on the invoking (signing) host.
709 This option causes dgit to use
710 .I directory
711 instead.  Furthermore, the specified directory will be emptied,
712 removed and recreated before dgit starts, rather than removed
713 after dgit finishes.  The directory specified must be an absolute
714 pathname.
715 .TP
716 .BI --no-rm-on-error
717 Do not delete the destination directory if clone fails.
718 .SH WORKFLOW - SIMPLE
719 It is always possible with dgit to clone or fetch a package, make
720 changes in git (using git-commit) on the suite branch
721 .RB ( "git checkout dgit/" \fIsuite\fR)
722 and then dgit push.  You can use whatever gitish techniques you like
723 to construct the commits to push;
724 the only requirement is that what you push is a
725 descendant of the state of the archive, as provided by dgit in the
726 remote tracking branch
727 .BR remotes/dgit/dgit/ \fIsuite\fR.
728
729 If you are using dgit to do an NMU (in Debian),
730 and don't know about the
731 maintainers' preferred packaging workflows, you should make your
732 changes as a linear series of (logicially separated) commits on top of
733 what's already in the archive.
734
735 If you are lucky the other uploaders have also used dgit and
736 integrated the other relevant git history; if not you can fetch it
737 into your tree and cherry-pick etc. as you wish.
738 .SH WORKFLOW - INTEGRATING BETWEEN DGIT AND OTHER GIT HISTORY
739 If you are the maintainer of a package dealing with uploads made
740 without dgit, you will probably want to merge the synthetic commits
741 (made by dgit to represent the uploads) into your git history.
742 Normally you can just merge the dgit branch into your own master, or
743 indeed if you do your work on the dgit local suite branch
744 .BI dgit/ suite
745 you can just use dgit pull.
746
747 However the first time dgit is used it will generate a new origin
748 commit from the archive which won't be linked into the rest of your
749 git history.  You will need to merge this.
750
751 If last upload was in fact made with git, you should usually proceed
752 as follows: identify the commit which was actually used to build the
753 package.  (Hopefully you have a tag for this.)  Check out the dgit
754 branch
755 .RB ( "git checkout dgit/" \fIsuite\fR)
756 and merge that other commit
757 .RB ( "git merge debian/" \fIversion\fR).
758 Hopefully this merge will be trivial because the two trees should
759 be very similar.  The resulting branch head can be merged into your
760 working branches
761 .RB ( "git checkout master && git merge dgit/" \fIsuite\fR).
762
763 If last upload was not made with git, a different approach is required
764 to start using dgit.  First, do
765 .B dgit fetch
766 (or clone) to obtain a git history representation of what's in the
767 archive and record it in the
768 .BI remotes/dgit/dgit/ suite
769 tracking branch.  Then somehow, using your other git history
770 plus appropriate diffs and cherry picks from the dgit remote tracking
771 branch, construct a git commit whose tree corresponds to the tree to use for the
772 next upload. 
773
774 between what's in the archive and what you intend to upload.
775 Then run
776 .BR "dgit push"
777 to actually upload the result.
778
779 If the commit-to-be-uploaded is not a descendant of the
780 dgit remote tracking branch, you will need to pass
781 .B --overwrite
782 to dgit.
783 .SH CONFIGURATION
784 dgit can be configured via the git config system.
785 You may set keys with git-config (either in system-global or per-tree
786 configuration), or provide
787 .BI -c key = value
788 on the dgit command line.
789 .LP
790 Settings likely to be useful for an end user include:
791 .TP
792 .BR dgit-suite. \fIsuite\fR .distro " \fIdistro\fR"
793 Specifies the distro for a suite.  dgit keys off the suite name (which
794 appears in changelogs etc.), and uses that to determine the distro
795 which is involved.  The config used is thereafter that for the distro.
796 .TP
797 .BI dgit.default.distro " distro"
798 The default distro for an unknown suite.
799 .TP
800 .BR dgit.default. *
801 for each
802 .BR dgit-distro. \fIdistro\fR . *,
803 the default value used if there is no distro-specific setting.
804 .TP
805 .BR dgit-distro. \fIdistro\fR .clean-mode
806 One of the values for the command line --clean= option; used if
807 --clean is not specified.
808 .TP
809 .BR dgit-distro. \fIdistro\fR .quilt-mode
810 One of the values for the command line --quilt= option; used if
811 --quilt is not specified.
812 .TP
813 .BR dgit-distro. \fIdistro\fR .rm-old-changes
814 Boolean, used if neither \-\-rm-old-changes nor \-\-no-rm-old-changes
815 is specified.  The default is not to remove.
816 .TP
817 .BR dgit-distro. \fIdistro\fR .readonly " " auto | a " | " true | t | y | 1 " | " false | f | n | 0
818 Whether you have push access to the distro.
819 For Debian, it is OK to use auto, which uses readonly mode if you are
820 not pushing right now;
821 but, setting this to false will avoid relying on the mirror of the dgit
822 git repository server.
823 .TP
824 .BI dgit-distro. distro .keyid
825 See also
826 .BR -k .
827 .TP
828 .BI dgit-distro. distro .mirror " url"
829 .TP
830 .BI dgit-distro. distro .username
831 Not relevant for Debian.
832 .TP
833 .BI dgit-distro. distro .upload-host
834 Might be useful if you have an intermediate queue server.
835 .TP
836 .BI dgit-distro. distro .user-name " " dgit-distro. distro .user-email
837 Values to configure for user.name and user.email in new git trees.  If
838 not specified, the DEBFULLNAME and DEBEMAIL environment variables are
839 used, respectively.  Only used if .setup-usermail is not disabled.
840 .TP
841 .BI dgit-distro. distro .setup-useremail
842 Whether to set user.name and user.email in new git trees.
843 True by default.  Ignored for dgit setup-setup-useremail, which does it anyway.
844 .TP
845 .BI dgit-distro. distro .setup-mergechangelogs
846 Whether to setup a merge driver which uses dpkg-mergechangelogs for
847 debian/changelog.  True by default.  Ignored for dgit
848 setup-mergechangelogs, which does it anyway.
849 .TP
850 .BI dgit-distro. distro .cmd- cmd
851 Program to use instead of
852 .IR cmd .
853 Works like
854 .BR -- \fIcmd\fR = "... ."
855 .TP
856 .BI dgit-distro. distro .opts- cmd
857 Extra options to pass to
858 .IR cmd .
859 Works like
860 .BR -- \fIcmd\fR : "... ."
861 To pass several options, configure multiple values in git config
862 (with git config --add).  The options for
863 .BI dgit.default.opts- cmd
864 .BI dgit-distro. distro /push.opts- cmd
865 and are all used, followed by options from dgit's command line.
866 .SH ACCESS CONFIGURATION
867 There are many other settings which specify how a particular distro's
868 services (archive and git) are provided.  These should not normally be
869 adjusted, but are documented for the benefit of distros who wish to
870 adopt dgit.
871 .TP
872 .BR dgit-distro. \fIdistro\fR /push. *
873 If set, overrides corresponding non \fB/push\fR config when
874 .BR readonly=false ,
875 or when pushing and
876 .BR readonly=auto .
877 .TP
878 .BI dgit-distro. distro .git-url
879 .TP
880 .BR dgit-distro. \fIdistro\fR .git-url [ -suffix ]
881 .TP
882 .BI dgit-distro. distro .git-proto
883 .TP
884 .BI dgit-distro. distro .git-path
885 .TP
886 .BR dgit-distro. \fIdistro\fR .git-check " " true | false | url | ssh-cmd
887 .TP
888 .BI dgit-distro. distro .git-check-suffix
889 .TP
890 .BR dgit-distro. \fIdistro\fR .diverts.divert " " new-distro | / \fIdistro-suffix\fR
891 .TP
892 .BI dgit-distro. distro .git-create " " ssh-cmd | true
893 .TP
894 .BR dgit-distro. \fIdistro\fR .archive-query " " ftpmasterapi: " | " madison: "\fIdistro\fR | " dummycat: "\fI/path\fR  | " sshpsql: \fIuser\fR @ \fIhost\fR : \fIdbname\fR
895 .TP
896 .BR dgit-distro. \fIdistro\fR .archive-query- ( url | tls-key | curl-ca-args )
897 .TP
898 .BI dgit-distro. distro .madison-distro
899 .TP
900 .BI dgit-distro. distro .archive-query-default-component
901 .TP
902 .BI dgit-distro. distro .dgit-tag-format
903 .TP
904 .BI dgit-distro. distro .ssh
905 .TP
906 .BI dgit-distro. distro .sshpsql-dbname
907 .TP
908 .BR dgit-distro. \fIdistro\fR . ( git | sshpsql ) - ( user | host | user-force )
909 .TP
910 .BI dgit-distro. distro .backports-quirk
911 .SH ENVIRONMENT VARIABLES
912 .TP
913 .BR DGIT_SSH ", " GIT_SSH
914 specify an alternative default program (and perhaps arguments) to use
915 instead of ssh.  DGIT_SSH is consulted first and may contain arguments;
916 if it contains any whitespace will be passed to the shell.  GIT_SSH
917 specifies just the program; no arguments can be specified, so dgit
918 interprets it the same way as git does.
919 See
920 also the --ssh= and --ssh: options.
921 .TP
922 .BR DEBEMAIL ", " DEBFULLNAME
923 Default git user.email and user.name for new trees.  See
924 .BR "dgit setup-new-tree" .
925 .TP
926 .BR gpg ", " dpkg- "..., " debsign ", " git ", " curl ", " dput ", " LWP::UserAgent
927 and other subprograms and modules used by dgit are affected by various
928 environment variables.  Consult the documentaton for those programs
929 for details.
930 .SH BUGS
931 dgit's git representation of format `3.0 (quilt)' source packages does
932 not represent the patch stack as git commits.  Currently the patch
933 series representation cannot round trip between git and the archive.
934 Ideally dgit would represent a quilty package with an origin commit of
935 some kind followed by the patch stack as a series of commits followed
936 by a pseudo-merge (to make the branch fast-forwarding).  This would
937 also mean a new `dgit rebase-prep' command or some such to turn such a
938 fast-forwarding branch back into a rebasing patch stack, and a `force'
939 option to dgit push (perhaps enabled automatically by a note left by
940 rebase-prep) which will make the required pseudo-merge.
941
942 If the dgit push fails halfway through, it should be restartable and
943 idempotent.  However this is not true for the git tag operation.
944 Also, it would be good to check that the proposed signing key is
945 available before starting work.
946
947 dgit's handling of .orig.tar.gz is not very sophisticated.  Ideally
948 the .orig.tar.gz could be transported via the git repo as git tags.
949 Doing this is made more complicated by the possibility of a `3.0
950 (quilt)' package with multiple .orig tarballs.
951
952 dgit's build functions, and dgit push, should not make any changes to
953 your current HEAD.  Sadly this is necessary for packages in the `3.0
954 (quilt)' source format.  This is ultimately due to what I consider
955 design problems in quilt and dpkg-source.
956
957 There should be an option which arranges for the `3.0 (quilt)'
958 autocommit(s) to not appear on your HEAD, but instead only in the
959 remote tracking suite branch.
960
961 --dry-run does not always work properly, as not doing some of the git
962 fetches may result in subsequent actions being different.  Doing a
963 non-dry-run dgit fetch first will help.
964 .SH SEE ALSO
965 \fBdgit\fP(7),
966 \fBdgit-maint-merge\fP(7),
967 \fBcurl\fP(1),
968 \fBdput\fP(1),
969 \fBdebsign\fP(1),
970 \fBgit-config\fP(1),
971 \fBgit-buildpackage\fP(1),
972 \fBdpkg-buildpackage\fP(1),
973 .br
974 https://browse.dgit.debian.org/