chiark / gitweb /
last minute update
[talk-2015-debconf-dgit.git] / dgit.1-manpage
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.  Changes files matching
131 .IB package _ version _*.changes
132 in the parent directory will be removed; the output is left in
133 .IR package \fB_\fR version \fB_multi.changes\fR.
134
135 Tagging, signing and actually uploading should be left to dgit push.
136 .TP
137 \fBdgit gbp-build\fR ...
138 Runs
139 .B git-buildpackage
140 with some suitable options.  Options and arguments after gbp-build
141 will be passed on to git-buildpackage.
142
143 Tagging, signing and actually uploading should be left to dgit push.
144 .TP
145 \fBdgit push\fR [\fIsuite\fP]
146 Does an `upload', pushing the current HEAD to the archive (as a source
147 package) and to dgit-repos (as git commits).  The package must already
148 have been built ready for upload, with the .dsc and .changes
149 left in the parent directory.  It is normally best to do the build
150 with dgit too (eg with dgit sbuild): some existing build tools pass
151 unhelpful options to dpkg-source et al by default, which can result in
152 the built source package not being identical to the git tree.
153
154 In more detail: dgit push checks that the current HEAD corresponds to
155 the .dsc.  It then pushes the HEAD to the suite's dgit-repos branch,
156 makes a signed git tag, edits the .dsc to contain the dgit metadata
157 field, runs debsign to sign the upload (.dsc and .changes), pushes the
158 signed tag, and finally uses dput to upload the .changes to the
159 archive.
160
161 dgit push always uses the package, suite and version specified in the
162 debian/changelog and the .dsc, which must agree.  If the command line
163 specifies a suite then that must match too.
164
165 If dgit push fails while uploading, it is fine to simply retry the
166 dput on the .changes file at your leisure.
167 .TP
168 \fBdgit rpush\fR \fIbuild-host\fR\fB:\fR\fIbuild-dir\fR [\fIpush args...\fR]
169 Pushes the contents of the specified directory on a remote machine.
170 This is like running dgit push on build-host with build-dir as the
171 current directory; however, signing operations are done on the
172 invoking host.  This allows you to do a push when the system which has
173 the source code and the build outputs has no access to the key:
174
175 1.      Clone on build host (dgit clone)
176 .br
177 2.      Edit code on build host (edit, git commit)
178 .br
179 3.      Build package on build host (dgit build)
180 .br
181 4.      Test package on build host or elsewhere (dpkg -i, test)
182 .br
183 5.      Upload by invoking dgit rpush on host with your GPG key.
184
185 However, the build-host must be able to ssh to the dgit repos.  If
186 this is not already the case, you must organise it separately, for
187 example by the use of ssh agent forwarding.
188
189 The remaining arguments are treated just as dgit push would handle
190 them.
191
192 build-host and build\-dir can be passed as separate
193 arguments; this is assumed to be the case if the first argument
194 contains no : (except perhaps one in [ ], to support IPv6 address
195 literals).
196
197 You will need similar enough versions of dgit on the build-host and
198 the invocation host.  The build-host needs gnupg installed, with your
199 public key in its keyring (but not your private key, obviously).
200 .TP
201 .B dgit setup-new-tree
202 Configure the current working tree the way that dgit clone would have
203 set it up.  Like running
204 .B dgit setup-useremail
205 and
206 .B setup-mergechangelogs
207 (but only does each thing if dgit is configured to do it automatically).
208 You can use these in any git repository, not just ones used with
209 the other dgit operations.
210 .TP
211 .B dgit setup-useremail
212 Set the working tree's user.name and user.email from the
213 distro-specific dgit configuration
214 .RB ( dgit-distro. \fIdistro\fR .user-name " and " .user-email ),
215 or DEBFULLNAME or DEBEMAIL.
216 .TP
217 .B dgit setup-mergechangelogs
218 Configures a git merge helper for the file
219 .B debian/changelog
220 which uses
221 .BR dpkg-mergechangelogs .
222 .TP
223 .B dgit quilt-fixup
224 `3.0 (quilt)' format source packages need changes representing not
225 only in-tree but also as patches in debian/patches.  dgit quilt-fixup
226 checks whether this has been done; if not, dgit will make appropriate
227 patches in debian/patches and also commit the resulting changes to
228 git.
229
230 This is normally done automatically by dgit build and dgit push.
231
232 dgit will try to turn each relevant commit in your git history into a
233 new quilt patch.  dgit cannot convert nontrivial merges, or certain
234 other kinds of more exotic history.  If dgit can't find a suitable
235 linearisation of your history, by default it will fail, but you can
236 ask it to generate a single squashed patch instead.
237 .TP
238 .B dgit version
239 Prints version information and exits.
240 .TP
241 .BI "dgit clone-dgit-repos-server" " destdir"
242 Tries to fetch a copy of the source code for the dgit-repos-server,
243 as actually being used on the dgit git server, as a git tree.
244 .SH OPTIONS
245
246 xxx
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 --dry-run " | " -n
255 Go through the motions, fetching all information needed, but do not
256 actually update the output(s).  For push, dgit does
257 the required checks and leaves the new .dsc in a temporary file,
258 but does not sign, tag, push or upload.
259 .TP
260 .BR --dry-run " | " -n
261 Go through the motions, fetching all information needed, but do not
262 actually update the output(s).  For push, dgit does
263 the required checks and leaves the new .dsc in a temporary file,
264 but does not sign, tag, push or upload.
265 .TP
266 .BR --damp-run " | " -L
267 Go through many more of the motions: do everything that doesn't
268 involve either signing things, or making changes on the public
269 servers.
270
271 .TP
272 .BI -k keyid
273 Use
274 .I keyid
275 for signing the tag and the upload.  The default comes from the
276 distro's
277 .B keyid
278 config setting (see CONFIGURATION, below), or failing that, the
279 uploader trailer line in debian/changelog.
280 .TP
281 .BR --no-sign
282 does not sign tags or uploads (meaningful only with push).
283 .TP
284 .TP
285 .BI -p package
286 Specifies that we should process source package
287 .I package
288 rather than looking in debian/control or debian/changelog.
289 Valid with dgit fetch and dgit pull, only.
290 .TP
291 .BR --clean=git " | " -wg
292 The source tree should be cleaned, before building a source package
293 with one of the build options, using
294 .BR "git clean -xdf" .
295 This will delete all files which are not tracked by git.  Also, -wg
296 causes dgit to pass
297 .B -nc
298 to dpkg-buildpackage, which prevents the package's own clean target
299 from being run.
300
301 --clean=git is useful when the package's clean target is troublesome;
302 the downside is simply that git clean may delete files you forgot to
303 git add.  --clean=git can also avoid needing the build-dependencies.
304 .TP
305 .BR --clean=git-ff " | " -wgf
306 The source tree should be cleaned, before building a source package
307 with one of the build options, using
308 .BR "git clean -xdff" .
309 This is like
310 "git clean -xdf"
311 but it also removes any subdirectories containing different git
312 trees (which only unusual packages are likely to create).
313 .TP
314 .BR --clean=check " | " -wc
315 Merely check that the tree is clean (does not contain uncommitted
316 files), before building a source package.
317 .TP
318 .BR --clean=none " | " -wn
319 Do not clean the tree before building a source package.  If there are
320 files which are not in git, or if the build creates such files, a
321 subsequent dgit push will fail.
322 .TP
323 .BR --clean=dpkg-source " | " -wd
324 Use dpkg-buildpackage to do the clean, so that the source package
325 is cleaned by dpkg-source running the package's clean target.
326 This is the default.  It requires the package's build dependencies.
327 .TP
328 .BR --clean=dpkg-source-d " | " -wdd
329 Use
330 .B dpkg-buildpackage -d
331 to do the clean, so that the source package
332 is cleaned by dpkg-source running the package's clean target.
333 The build-dependencies are not checked (due to
334 .BR -d ),
335 which violates policy, but may work in practice.
336 .TP
337 .BR -N " | " --new
338 The package is or may be new in this suite.  Without this, dgit will
339 refuse to push.  It may (for Debian, will) be unable to access the git
340 history for any packages which have been newly pushed and have not yet
341 been published.
342 .TP
343 .BR --ignore-dirty
344 Do not complain if the working tree does not match your git HEAD.
345 This can be useful with build, if you plan to commit later.  (dgit
346 push will still ensure that the .dsc you upload and the git tree
347 you push are identical, so this option won't make broken pushes.)
348 .TP
349 .BI --deliberately- something
350 Declare that you are deliberately doing
351 .IR something .
352 This can be used to override safety catches, including safety catches
353 which relate to distro-specific policies.  The meanings of
354 .IR something s
355 understood in the context of Debian are discussed below:
356 .TP
357 .BR --deliberately-not-fast-forward
358 Declare that you are deliberately rewinding history.  When pushing to
359 Debian, use this when you are making a renewed upload of an entirely
360 new source package whose previous version was not accepted for release
361 from NEW because of problems with copyright or redistributibility.
362 .TP
363 .BR --deliberately-include-questionable-history
364 Declare that you are deliberately including, in the git history of
365 your current push, history which contains a previously-submitted
366 version of this package which was not approved (or has not yet been
367 approved) by the ftpmasters.  When pushing to Debian, only use this
368 option after verifying that: none of the rejected-from-NEW (or
369 never-accepted) versions in the git history of your current push, were
370 rejected by ftpmaster for copyright or redistributability reasons.
371 .TP
372 .BR --deliberately-fresh-repo
373 Declare that you are deliberately rewinding history and want to
374 throw away the existing repo.  Not relevant when pushing to Debian,
375 as the Debian server will do this automatically when necessary.
376 .TP
377 .BR --quilt=linear
378 When fixing up source format `3.0 (quilt)' metadata, insist on
379 generating a linear patch stack.  If such a stack cannot be generated,
380 fail.  This is the default for Debian.
381 .TP
382 .BR --quilt=auto
383 When fixing up source format `3.0 (quilt)' metadata, prefer to
384 generate a linear patch stack, but if that doesn't seem possible,
385 generate a single squashed patch for all the changes made in git.
386 This is not a good idea for an NMU in Debian.
387 .TP
388 .BR --quilt=smash
389 When fixing up source format `3.0 (quilt)' metadata,
390 generate a single squashed patch for all the changes made in git.
391 This is not a good idea for an NMU in Debian.
392 .TP
393 .BR --quilt=nofix
394 Check whether source format `3.0 (quilt)' metadata would need fixing
395 up, but, if it does, fail.  You must then fix the metadata yourself
396 somehow before pushing.  (NB that dpkg-source --commit will not work
397 because the dgit git tree does not have a
398 .B .pc
399 directory.)
400 .TP
401 .BR --quilt=nocheck " | " --no-quilt-fixup
402 Do not check whether up source format `3.0 (quilt)' metadata needs
403 fixing up.  If you use this option and the metadata did in fact need
404 fixing up, dgit push will fail.
405 .TP
406 .BI -D
407 Prints debugging information to stderr.  Repeating the option produces
408 more output (currently, up to -DDDD is meaningfully different).
409 .TP
410 .BI -c name = value
411 Specifies a git configuration option, to be used for this run.
412 dgit itself is also controlled by git configuration options.
413 .TP
414 .RI \fB-v\fR version "|\fB_\fR | " \fB--since-version=\fR version |\fB_\fR
415 Specifies the
416 .BI -v version
417 option to pass to dpkg-genchanges, during builds.  Changes (from
418 debian/changelog) since this version will be included in the built
419 changes file, and hence in the upload.  If this option is not
420 specified, dgit will query the archive and use the latest version
421 uploaded to the intended suite.
422
423 Specifying
424 .B _
425 inhibits this, so that no -v option will be passed to dpkg-genchanges
426 (and as a result, only the last stanza from debian/changelog will
427 be used for the build and upload).
428 .TP
429 .RI \fB-m\fR maintaineraddress
430 Passed to dpkg-genchanges (eventually).
431 .TP
432 .RI \fB--ch:\fR option
433 Specifies a single additional option to pass, eventually, to
434 dpkg-genchanges.
435 .TP
436 .RI \fB--curl=\fR program " | \fB--dput=\fR" program  " |..."
437 Specifies alternative programs to use instead of
438 .BR curl ,
439 .BR dput ,
440 .BR debsign ,
441 .BR dpkg-source ,
442 .BR dpkg-buildpackage ,
443 .BR dpkg-genchanges ,
444 .BR sbuild ,
445 .BR gpg ,
446 .BR ssh ,
447 .BR dgit ,
448 .BR git ,
449 or
450 .BR mergechanges .
451
452 For dpkg-buildpackage, dpkg-genchanges, mergechanges and sbuild,
453 this applies only when the program is invoked directly by dgit.
454
455 For dgit, specifies the command to run on the remote host when dgit
456 rpush needs to invoke a remote copy of itself.  (dgit also reinvokes
457 itself as the EDITOR for dpkg-source --commit; this is done using
458 argv[0], and is not affected by --dgit=).
459
460 For ssh, the default value is taken from the
461 .B DGIT_SSH
462 or
463 .B GIT_SSH
464 environment variables, if set (see below).  And, for ssh, when accessing the
465 archive and dgit-repos, this command line setting is overridden by the
466 git config variables
467 .BI dgit-distro. distro .ssh
468 and
469 .B .dgit.default.ssh
470 (which can in turn be overridden with -c).  Also, when dgit is using
471 git to access dgit-repos, only git's idea of what ssh to use (eg,
472 .BR GIT_SSH )
473 is relevant.
474 .TP
475 .RI \fB--curl:\fR option " | \fB--dput:\fR" option " |..."
476 Specifies a single additional option to pass to
477 .BR curl ,
478 .BR dput ,
479 .BR debsign ,
480 .BR dpkg-source ,
481 .BR dpkg-buildpackage ,
482 .BR dpkg-genchanges ,
483 .BR sbuild ,
484 .BR ssh ,
485 .BR dgit ,
486 or
487 .BR mergechanges .
488 Can be repeated as necessary.
489
490 For dpkg-buildpackage, dpkg-genchanges, mergechanges and sbuild,
491 this applies only when the program is invoked directly by dgit.
492 Usually, for passing options to dpkg-genchanges, you should use
493 .BR --ch: \fIoption\fR.
494
495 Specifying --git not effective for some lower-level read-only git
496 operations performed by dgit, and also not when git is invoked by
497 another program run by dgit.
498
499 See notes above regarding ssh and dgit.
500
501 NB that --gpg:option is not supported (because debsign does not
502 have that facility).
503 But see
504 .B -k
505 and the
506 .B keyid
507 distro config setting.
508 .TP
509 .BR -d "\fIdistro\fR | " --distro= \fIdistro\fR
510 Specifies that the suite to be operated on is part of distro
511 .IR distro .
512 This overrides the default value found from the git config option
513 .BR dgit-suite. \fIsuite\fR .distro .
514 The only effect is that other configuration variables (used
515 for accessing the archive and dgit-repos) used are
516 .BR dgit-distro. \fIdistro\fR .* .
517
518 If your suite is part of a distro that dgit already knows about, you
519 can use this option to make dgit work even if your dgit doesn't know
520 about the suite.  For example, specifying
521 .B -ddebian
522 will work when the suite is an unknown suite in the Debian archive.
523
524 To define a new distro it is necessary to define methods and URLs
525 for fetching (and, for dgit push, altering) a variety of information both
526 in the archive and in dgit-repos.
527 How to set this up is not yet documented.
528 .TP
529 .BI -C changesfile
530 Specifies the .changes file which is to be uploaded.  By default
531 dgit push looks for single .changes file in the parent directory whose
532 filename suggests it is for the right package and version - or,
533 if there is a _multi.changes file, dgit uses that.
534
535 If the specified
536 .I changesfile
537 pathname contains slashes, the directory part is also used as
538 the value for
539 .BR --build-products-dir ;
540 otherwise, the changes file is expected in that directory (by
541 default, in
542 .BR .. ).
543 .TP
544 .BI --build-products-dir= directory
545 Specifies where to find the built files to be uploaded.
546 By default, dgit looks in the parent directory
547 .RB ( .. ).
548 .TP
549 .BI --existing-package= package
550 dgit push needs to canonicalise the suite name.  Sometimes, dgit
551 lacks a way to ask the archive to do this without knowing the
552 name of an existing package.  Without --new we can just use the
553 package we are trying to push.  But with --new that will not work, so
554 we guess
555 .B dpkg
556 or use the value of this option.  This option is not needed with the
557 default mechanisms for accessing the archive.
558 .TP
559 .BR -h | --help
560 Print a usage summary.
561 .TP
562 .BI --initiator-tempdir= directory
563 dgit rpush uses a temporary directory on the invoking (signing) host.
564 This option causes dgit to use
565 .I directory
566 instead.  Furthermore, the specified directory will be emptied,
567 removed and recreated before dgit starts, rather than removed
568 after dgit finishes.  The directory specified must be an absolute
569 pathname.
570 .TP
571 .BI --no-rm-on-error
572 Do not delete the destination directory if clone fails.
573 .SH WORKFLOW - SIMPLE
574 It is always possible with dgit to clone or fetch a package, make
575 changes in git (using git-commit) on the suite branch
576 .RB ( "git checkout dgit/" \fIsuite\fR)
577 and then dgit push.  You can use whatever gitish techniques you like
578 to construct the commits to push;
579 the only requirement is that what you push is a
580 descendant of the state of the archive, as provided by dgit in the
581 remote tracking branch
582 .BR remotes/dgit/dgit/ \fIsuite\fR.
583
584 If you are using dgit to do an NMU (in Debian),
585 and don't know about the
586 maintainers' preferred packaging workflows, you should make your
587 changes as a linear series of (logicially separated) commits on top of
588 what's already in the archive.
589
590 If you are lucky the other uploaders have also used dgit and
591 integrated the other relevant git history; if not you can fetch it
592 into your tree and cherry-pick etc. as you wish.
593 .SH WORKFLOW - INTEGRATING BETWEEN DGIT AND OTHER GIT HISTORY
594 If you are the maintainer of a package dealing with uploads made
595 without dgit, you will probably want to merge the synthetic commits
596 (made by dgit to represent the uploads) into your git history.
597 Normally you can just merge the dgit branch into your own master, or
598 indeed if you do your work on the dgit local suite branch
599 .BI dgit/ suite
600 you can just use dgit pull.
601
602 However the first time dgit is used it will generate a new origin
603 commit from the archive which won't be linked into the rest of your
604 git history.  You will need to merge this.
605
606 If last upload was in fact made with git, you should usually proceed
607 as follows: identify the commit which was actually used to build the
608 package.  (Hopefully you have a tag for this.)  Check out the dgit
609 branch
610 .RB ( "git checkout dgit/" \fIsuite\fR)
611 and merge that other commit
612 .RB ( "git merge debian/" \fIversion\fR).
613 Hopefully this merge will be trivial because the two trees should
614 be very similar.  The resulting branch head can be merged into your
615 working branches
616 .RB ( "git checkout master && git merge dgit/" \fIsuite\fR).
617
618 If last upload was not made with git, a different approach is required
619 to start using dgit.  First, do
620 .B dgit fetch
621 (or clone) to obtain a git history representation of what's in the
622 archive and record it in the
623 .BI remotes/dgit/dgit/ suite
624 tracking branch.  Then somehow, using your other git history
625 plus appropriate diffs and cherry picks from the dgit remote tracking
626 branch, construct a git commit whose tree corresponds to the tree to use for the
627 next upload.  If that commit-to-be-uploaded is not a descendant of the
628 dig remote tracking branch, check it out and say
629 .BR "git merge -s ours remotes/dgit/dgit/" \fIsuite\fR;
630 that tells git that we are deliberately throwing away any differences
631 between what's in the archive and what you intend to upload.
632 Then run
633 .BR "dgit push"
634 to actually upload the result.
635 .SH CONFIGURATION
636 dgit can be configured via the git config system.
637 You may set keys with git-config (either in system-global or per-tree
638 configuration), or provide
639 .BI -c key = value
640 on the dgit command line.
641 .LP
642 Settings likely to be useful for an end user include:
643 .TP
644 .BR dgit-suite. \fIsuite\fR .distro " \fIdistro\fR"
645 Specifies the distro for a suite.  dgit keys off the suite name (which
646 appears in changelogs etc.), and uses that to determine the distro
647 which is involved.  The config used is thereafter that for the distro.
648 .TP
649 .BI dgit.default.distro " distro"
650 The default distro for an unknown suite.
651 .TP
652 .BR dgit-distro. \fIdistro\fR .readonly " " auto | a " | " true | t | y | 1 " | " false | f | n | 0
653 Whether you have push access to the distro.
654 For Debian, it is OK to use auto, which uses readonly mode if you are
655 not pushing right now;
656 but, setting this to false will avoid relying on the mirror of the dgit
657 git repository server.
658 .TP
659 .BI dgit-distro. distro .keyid
660 See also
661 .BR -k .
662 .TP
663 .BI dgit-distro. distro .mirror " url"
664 .TP
665 .BI dgit-distro. distro .username
666 Not relevant for Debian.
667 .TP
668 .BI dgit-distro. distro .upload-host
669 Might be useful if you have an intermediate queue server.
670 .TP
671 .BI dgit-distro. distro .user-name " " dgit-distro. distro .user-email
672 Values to configure for user.name and user.email in new git trees.  If
673 not specified, the DEBFULLNAME and DEBEMAIL environment variables are
674 used, respectively.  Only used if .setup-usermail is not disabled.
675 .TP
676 .BI dgit-distro. distro .setup-useremail
677 Whether to set user.name and user.email in new git trees.
678 True by default.  Ignored for dgit setup-setup-useremail, which does it anyway.
679 .TP
680 .BI dgit-distro. distro .setup-mergechangelogs
681 Whether to setup a merge driver which uses dpkg-mergechangelogs for
682 debian/changelog.  True by default.  Ignored for dgit
683 setup-mergechangelogs, which does it anyway.
684 .TP
685 .BI dgit-distro. distro .cmd- cmd
686 Program to use instead of
687 .IR cmd .
688 Works like
689 .BR -- \fIcmd\fR = "... ."
690 .TP
691 .BI dgit-distro. distro .opts- cmd
692 Extra options to pass to
693 .IR cmd .
694 Works like
695 .BR -- \fIcmd\fR : "... ."
696 To pass several options, configure multiple values in git config
697 (with git config --add).  The options for
698 .BI dgit.default.opts- cmd
699 .BI dgit-distro. distro /push.opts- cmd
700 and are all used, followed by options from dgit's command line.
701 .SH ACCESS CONFIGURATION
702 There are many other settings which specify how a particular distro's
703 services (archive and git) are provided.  These should not normally be
704 adjusted, but are documented for the benefit of distros who wish to
705 adopt dgit.
706 .TP
707 .BR dgit-distro. \fIdistro\fR /push. *
708 If set, overrides corresponding non \fB/push\fR config when
709 .BR readonly=false ,
710 or when pushing and
711 .BR readonly=auto .
712 .TP
713 .BI dgit-distro. distro .git-url
714 .TP
715 .BR dgit-distro. \fIdistro\fR .git-url [ -suffix ]
716 .TP
717 .BI dgit-distro. distro .git-proto
718 .TP
719 .BI dgit-distro. distro .git-path
720 .TP
721 .BR dgit-distro. \fIdistro\fR .git-check " " true | false | url | ssh-cmd
722 .TP
723 .BI dgit-distro. distro .git-check-suffix
724 .TP
725 .BR dgit-distro. \fIdistro\fR .diverts.divert " " new-distro | / \fIdistro-suffix\fR
726 .TP
727 .BI dgit-distro. distro .git-create " " ssh-cmd | true
728 .TP
729 .BR dgit-distro. \fIdistro\fR .archive-query " " ftpmasterapi: " | " madison: "\fIdistro\fR | " dummycat: "\fI/path\fR  | " sshpsql: \fIuser\fR @ \fIhost\fR : \fIdbname\fR
730 .TP
731 .BR dgit-distro. \fIdistro\fR .archive-query- ( url | tls-key | curl-ca-args )
732 .TP
733 .BI dgit-distro. distro .madison-distro
734 .TP
735 .BI dgit-distro. distro .archive-query-default-component
736 .TP
737 .BI dgit-distro. distro .ssh
738 .TP
739 .BI dgit-distro. distro .sshpsql-dbname
740 .TP
741 .BR dgit-distro. \fIdistro\fR . ( git | sshpsql ) - ( user | host | user-force )
742 .TP
743 .BI dgit-distro. distro .backports-quirk
744 .TP
745 .BR dgit.default. *
746 for each
747 .BR dgit-distro. \fIdistro\fR . *
748 .SH ENVIRONMENT VARIABLES
749 .TP
750 .BR DGIT_SSH ", " GIT_SSH
751 specify an alternative default program (and perhaps arguments) to use
752 instead of ssh.  DGIT_SSH is consulted first and may contain arguments;
753 if it contains any whitespace will be passed to the shell.  GIT_SSH
754 specifies just the program; no arguments can be specified, so dgit
755 interprets it the same way as git does.
756 See
757 also the --ssh= and --ssh: options.
758 .TP
759 .BR DEBEMAIL ", " DEBFULLNAME
760 Default git user.email and user.name for new trees.  See
761 .BR "dgit setup-new-tree" .
762 .TP
763 .BR gpg ", " dpkg- "..., " debsign ", " git ", " curl ", " dput ", " LWP::UserAgent
764 and other subprograms and modules used by dgit are affected by various
765 environment variables.  Consult the documentaton for those programs
766 for details.
767 .SH BUGS
768 dgit's git representation of format `3.0 (quilt)' source packages does
769 not represent the patch stack as git commits.  Currently the patch
770 series representation cannot round trip between git and the archive.
771 Ideally dgit would represent a quilty package with an origin commit of
772 some kind followed by the patch stack as a series of commits followed
773 by a pseudo-merge (to make the branch fast-forwarding).  This would
774 also mean a new `dgit rebase-prep' command or some such to turn such a
775 fast-forwarding branch back into a rebasing patch stack, and a `force'
776 option to dgit push (perhaps enabled automatically by a note left by
777 rebase-prep) which will make the required pseudo-merge.
778
779 If the dgit push fails halfway through, it should be restartable and
780 idempotent.  However this is not true for the git tag operation.
781 Also, it would be good to check that the proposed signing key is
782 available before starting work.
783
784 dgit's handling of .orig.tar.gz is not very sophisticated.  Ideally
785 the .orig.tar.gz could be transported via the git repo as git tags.
786 Doing this is made more complicated by the possibility of a `3.0
787 (quilt)' package with multiple .orig tarballs.
788
789 dgit's build functions, and dgit push, should not make any changes to
790 your current HEAD.  Sadly this is necessary for packages in the `3.0
791 (quilt)' source format.  This is ultimately due to what I consider
792 design problems in quilt and dpkg-source.
793
794 There should be an option which arranges for the `3.0 (quilt)'
795 autocommit(s) to not appear on your HEAD, but instead only in the
796 remote tracking suite branch.
797
798 The option parser requires values to be cuddled to the option name.
799
800 --dry-run does not always work properly, as not doing some of the git
801 fetches may result in subsequent actions being different.  Doing a
802 non-dry-run dgit fetch first will help.
803 .SH SEE ALSO
804 \fBdgit\fP(7),
805 \fBcurl\fP(1),
806 \fBdput\fP(1),
807 \fBdebsign\fP(1),
808 \fBgit-config\fP(1),
809 \fBgit-buildpackage\fP(1),
810 \fBdpkg-buildpackage\fP(1),
811 .br
812 https://wiki.debian.org/Alioth