chiark / gitweb /
Test suite: Provide t-ref-same-exact
[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 treats 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 argumments 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 argumments 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 git-build\fR ...
138 Runs
139 .B git-buildpackage
140 with some suitable options.  Options and argumments after git-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 quilt-fixup
202 `3.0 (quilt)' format source packages need changes representing not
203 only in-tree but also as patches in debian/patches.  dgit quilt-fixup
204 checks whether this has been done; if not, dgit will make appropriate
205 patches in debian/patches and also commit the resulting changes to
206 git.
207
208 This is normally done automatically by dgit build and dgit push.
209
210 dgit will try to turn each relevant commit in your git history into a
211 new quilt patch.  dgit cannot convert nontrivial merges, or certain
212 other kinds of more exotic history.  If dgit can't find a suitable
213 linearisation of your history, by default it will fail, but you can
214 ask it to generate a single squashed patch instead.
215 .TP
216 .B dgit version
217 Prints version information and exits.
218 .TP
219 .BI "dgit clone-dgit-repos-server" " destdir"
220 Tries to fetch a copy of the source code for the dgit-repos-server,
221 as actually being used on the dgit git server, as a git tree.
222 .SH OPTIONS
223 .TP
224 .BR --dry-run " | " -n
225 Go through the motions, fetching all information needed, but do not
226 actually update the output(s).  For push, dgit does
227 the required checks and leaves the new .dsc in a temporary file,
228 but does not sign, tag, push or upload.
229 .TP
230 .BR --damp-run " | " -L
231 Go through many more of the motions: do everything that doesn't
232 involve either signing things, or making changes on the public
233 servers.
234 .TP
235 .BI -k keyid
236 Use
237 .I keyid
238 for signing the tag and the upload.
239 .TP
240 .BR --no-sign
241 does not sign tags or uploads (meaningful only with push).
242 .TP
243 .TP
244 .BI -p package
245 Specifies that we should process source package
246 .I package
247 rather than looking in debian/control or debian/changelog.
248 Valid with dgit fetch and dgit pull, only.
249 .TP
250 .BR --clean=git " | " -wg
251 The source tree should be cleaned, before building a source package
252 with one of the build options, using
253 .BR "git clean -xdf" .
254 This will delete all files which are not tracked by git.  Also, -wg
255 causes dgit to pass
256 .B -nc
257 to dpkg-buildpackage, which prevents the package's own clean target
258 from being run.
259
260 --clean=git is useful when the package's clean target is troublesome;
261 the downside is simply that git clean may delete files you forgot to
262 git add.
263 .TP
264 .BR --clean=none " | " -wn
265 Do not clean the tree before building a source package.  If there are
266 files which are not in git, or if the build creates such files, a
267 subsequent dgit push will fail.
268 .TP
269 .BR --clean=dpkg-source " | " -wd
270 Use dpkg-buildpackage to do the clean, so that the source package
271 is cleaned by dpkg-source running the package's clean target.
272 This is the default.  It requires the package's build dependencies.
273 .TP
274 .BR -N " | " --new
275 The package may be new in this suite.  Without this, dgit will
276 refuse to push.
277 .TP
278 .BR --ignore-dirty
279 Do not complain if the working tree does not match your git HEAD.
280 This can be useful with build, if you plan to commit later.  (dgit
281 push will still ensure that the .dsc you upload and the git tree
282 you push are identical, so this option won't make broken pushes.)
283 .TP
284 .BI --deliberately- something
285 Declare that you are deliberately doing
286 .IR something .
287 This can be used to override safety catches, including safety catches
288 which relate to distro-specific policies.  The meanings of
289 .IR something s
290 understood in the context of Debian are discussed below:
291 .TP
292 .BR --deliberately-not-fast-forward
293 Declare that you are deliberately rewinding history.  When pushing to
294 Debian, use this when you are making a renewed upload of an entirely
295 new source package whose previous version was not accepted for release
296 from NEW because of problems with copyright or redistributibility.
297 .TP
298 .BR --deliberately-include-questionable-history
299 Declare that you are deliberately including, in the git history of
300 your current push, history which contains a previously-submitted
301 version of this package which was not approved (or has not yet been
302 approved) by the ftpmasters.  When pushing to Debian, only use this
303 option after verifying that: none of the rejected-from-NEW (or
304 never-accepted) versions in the git history of your current push, were
305 rejected by ftpmaster for copyright or redistributability reasons.
306 .TP
307 .BR --deliberately-fresh-repo
308 Declare that you are deliberately rewinding history and want to
309 throw away the existing repo.  Not relevant when pushing to Debian,
310 as the Debian server will do this automatically when necessary.
311 .TP
312 .BR --quilt=linear
313 When fixing up source format `3.0 (quilt)' metadata, insist on
314 generating a linear patch stack.  If such a stack cannot be generated,
315 fail.
316 .TP
317 .BR --quilt=auto
318 When fixing up source format `3.0 (quilt)' metadata, prefer to
319 generate a linear patch stack, but if that doesn't seem possible,
320 generate a single squashed patch for all the changes made in git.
321 This is not a good idea for an NMU in Debian.
322 .TP
323 .BR --quilt=smash
324 When fixing up source format `3.0 (quilt)' metadata,
325 generate a single squashed patch for all the changes made in git.
326 This is not a good idea for an NMU in Debian.
327 .TP
328 .BR --quilt=nofix
329 Check whether source format `3.0 (quilt)' metadata would need fixing
330 up, but, if it does, fail.  You must then fix the metadata yourself
331 somehow before pushing.  (NB that dpkg-source --commit will not work
332 because the dgit git tree does not have a
333 .B .pc
334 directory.)
335 .TP
336 .BR --quilt=nocheck " | " --no-quilt-fixup
337 Do not check whether up source format `3.0 (quilt)' metadata needs
338 fixing up.  If you use this option and the metadata did in fact need
339 fixing up, dgit push will fail.
340 .TP
341 .BI -D
342 Prints debugging information to stderr.  Repeating the option produces
343 more output (currently, up to -DD is meaningfully different).
344 .TP
345 .BI -c name = value
346 Specifies a git configuration option.  dgit itself is also controlled
347 by git configuration options.
348 .TP
349 .RI \fB-v\fR version "|\fB_\fR | " \fB--since-version=\fR version |\fB_\fR
350 Specifies the
351 .BI -v version
352 option to pass to dpkg-genchanges, during builds.  Changes (from
353 debian/changelog) since this version will be included in the built
354 changes file, and hence in the upload.  If this option is not
355 specified, dgit will query the archive and use the latest version
356 uploaded to the intended suite.
357
358 Specifying
359 .B _
360 inhibits this, so that no -v option will be passed to dpkg-genchanges
361 (and as a result, only the last stanza from debian/changelog will
362 be used for the build and upload).
363 .TP
364 .RI \fB-m\fR maintaineraddress
365 Passed to dpkg-genchanges (eventually).
366 .TP
367 .RI \fB--ch:\fR option
368 Specifies a single additional option to pass, eventually, to
369 dpkg-genchanges.
370 .TP
371 .RI \fB--curl=\fR program " | \fB--dput=\fR" program  " |..."
372 Specifies alternative programs to use instead of
373 .BR curl ,
374 .BR dput ,
375 .BR debsign ,
376 .BR dpkg-source ,
377 .BR dpkg-buildpackage ,
378 .BR dpkg-genchanges ,
379 .BR sbuild ,
380 .BR gpg ,
381 .BR ssh ,
382 .BR dgit ,
383 or
384 .BR mergechanges .
385
386 For dpkg-buildpackage, dpkg-genchanges, mergechanges and sbuild,
387 this applies only when the program is invoked directly by dgit.
388
389 For dgit, specifies the command to run on the remote host when dgit
390 rpush needs to invoke a remote copy of itself.  (dgit also reinvokes
391 itself as the EDITOR for dpkg-source --commit; this is done using
392 argv[0], and is not affected by --dgit=).
393
394 For ssh, the default value is taken from the
395 .B DGIT_SSH
396 or
397 .B GIT_SSH
398 environment variables, if set (see below).  And, for ssh, when accessing the
399 archive and dgit-repos, this command line setting is overridden by the
400 git config variables
401 .BI dgit-distro. distro .ssh
402 and
403 .B .dgit.default.ssh
404 (which can in turn be overridden with -c).  Also, when dgit is using
405 git to access dgit-repos, only git's idea of what ssh to use (eg,
406 .BR GIT_SSH )
407 is relevant.
408 .TP
409 .RI \fB--curl:\fR option " | \fB--dput:\fR" option " |..."
410 Specifies a single additional option to pass to
411 .BR curl ,
412 .BR dput ,
413 .BR debsign ,
414 .BR dpkg-source ,
415 .BR dpkg-buildpackage ,
416 .BR dpkg-genchanges ,
417 .BR sbuild ,
418 .BR ssh ,
419 .BR dgit ,
420 or
421 .BR mergechanges .
422 Can be repeated as necessary.
423
424 For dpkg-buildpackage, dpkg-genchanges, mergechanges and sbuild,
425 this applies only when the program is invoked directly by dgit.
426 Usually, for passing options to dpkg-genchanges, you should use
427 .BR --ch: \fIoption\fR.
428
429 See notes above regarding ssh and dgit.
430
431 NB that --gpg:option is not supported (because debsign does not
432 have that facility).  But see -k.
433 .TP
434 .BR -d "\fIdistro\fR | " --distro= \fIdistro\fR
435 Specifies that the suite to be operated on is part of distro
436 .IR distro .
437 This overrides the default value found from the git config option
438 .BR dgit-suite. \fIsuite\fR .distro .
439 The only effect is that other configuration variables (used
440 for accessing the archive and dgit-repos) used are
441 .BR dgit-distro. \fIdistro\fR .* .
442
443 If your suite is part of a distro that dgit already knows about, you
444 can use this option to make dgit work even if your dgit doesn't know
445 about the suite.  For example, specifying
446 .B -ddebian
447 will work when the suite is an unknown suite in the Debian archive.
448
449 To define a new distro it is necessary to define methods and URLs
450 for fetching (and, for dgit push, altering) a variety of information both
451 in the archive and in dgit-repos.  How to do this is not yet
452 documented, and currently the arrangements are unpleasant.  See
453 BUGS.
454 .TP
455 .BI -C changesfile
456 Specifies the .changes file which is to be uploaded.  By default
457 dgit push looks for single .changes file in the parent directory whose
458 filename suggests it is for the right package and version - or,
459 if there is a _multi.changes file, dgit uses that.
460
461 If the specified
462 .I changesfile
463 pathname contains slashes, the directory part is also used as
464 the value for
465 .BR --build-products-dir ;
466 otherwise, the changes file is expected in that directory (by
467 default, in
468 .BR .. ).
469 .TP
470 .BI --build-products-dir= directory
471 Specifies where to find the built files to be uploaded.
472 By default, dgit looks in the parent directory
473 .BR .. ).
474 .TP
475 .BI --existing-package= package
476 dgit push needs to canonicalise the suite name.  Sometimes, dgit
477 lacks a way to ask the archive to do this without knowing the
478 name of an existing package.  Without --new we can just use the
479 package we are trying to push.  But with --new that will not work, so
480 we guess
481 .B dpkg
482 or use the value of this option.  This option is not needed with the
483 default mechanisms for accessing the archive.
484 .TP
485 .BR -h | --help
486 Print a usage summary.
487 .TP
488 .BI --initiator-tempdir= directory
489 dgit rpush uses a temporary directory on the invoking (signing) host.
490 This option causes dgit to use
491 .I directory
492 instead.  Furthermore, the specified directory will be emptied,
493 removed and recreated before dgit starts, rather than removed
494 after dgit finishes.  The directory specified must be an absolute
495 pathname.
496 .TP
497 .BI --no-rm-on-error
498 Do not delete the destination directory if clone fails.
499 .SH WORKFLOW - SIMPLE
500 It is always possible with dgit to clone or fetch a package, make
501 changes in git (using git-commit) on the suite branch
502 .RB ( "git checkout dgit/" \fIsuite\fR)
503 and then dgit push.  You can use whatever gitish techniques you like
504 to construct the commit to push; the only requirement is that it is a
505 descendant of the state of the archive, as provided by dgit in the
506 remote tracking branch
507 .BR remotes/dgit/dgit/ \fIsuite\fR.
508
509 If you are using dgit to do an NMU, and don't know about the
510 maintainers' preferred packaging workflows, you should make your
511 changes as a linear series of (logicially separated) commits on top of
512 what's already in the archive.
513
514 If you are lucky the other uploaders have also used dgit and
515 integrated the other relevant git history; if not you can fetch it
516 into your tree and cherry-pick etc. as you wish.
517 .SH WORKFLOW - INTEGRATING BETWEEN DGIT AND OTHER GIT HISTORY
518 If you are the maintainer of a package dealing with uploads made
519 without dgit, you will probably want to merge the synthetic commits
520 (made by dgit to represent the uploads) into your git history.
521 Normally you can just merge the dgit branch into your own master, or
522 indeed if you do your work on the dgit local suite branch
523 .BI dgit/ suite
524 you can just use dgit pull.
525
526 However the first time dgit is used it will generate a new origin
527 commit from the archive which won't be linked into the rest of your
528 git history.  You will need to merge this.
529
530 If last upload was in fact made with git, you should usually proceed
531 as follows: identify the commit which was actually used to build the
532 package.  (Hopefully you have a tag for this.)  Check out the dgit
533 branch
534 .RB ( "git checkout dgit/" \fIsuite\fR)
535 and merge that other commit
536 .RB ( "git merge debian/" \fIversion\fR).
537 Hopefully this merge will be trivial because the two trees should
538 be the same.  The resulting branch head can be merged into your
539 working branches
540 .RB ( "git checkout master && git merge dgit/" \fIsuite\fR).
541
542 If last upload was not made with git, a different approach is required
543 to start using dgit.  First, do
544 .B dgit fetch
545 (or clone) to obtain a git history representation of what's in the
546 archive and record it in the
547 .BI remotes/dgit/dgit/ suite
548 tracking branch.  Then somehow, using your other git history
549 plus appropriate diffs and cherry picks from the dgit remote tracking
550 branch, construct a git commit whose tree corresponds to the tree to use for the
551 next upload.  If that commit-to-be-uploaded is not a descendant of the
552 dig remote tracking branch, check it out and say
553 .BR "git merge -s ours remotes/dgit/dgit/" \fIsuite\fR;
554 that tells git that we are deliberately throwing away any differences
555 between what's in the archive and what you intend to upload.
556 Then run
557 .BR "dgit push"
558 to actually upload the result.
559 .SH CONFIGURATION
560 dgit looks at the following git config keys to control its behaviour.
561 You may set them with git-config (either in system-global or per-tree
562 configuration), or provide
563 .BI -c key = value
564 on the dgit command line.
565 .TP
566 .BI dgit-suite. suite .distro
567 .TP
568 .BI dgit.default.distro
569 .TP
570 .BI dgit-distro. distro .username
571 .TP
572 .BI dgit-distro. distro .git-url
573 .TP
574 .BI dgit-distro. distro .git-user
575 .TP
576 .BI dgit-distro. distro .git-host
577 .TP
578 .BI dgit-distro. distro .git-proto
579 .TP
580 .BI dgit-distro. distro .git-path
581 .TP
582 .BI dgit-distro. distro .git-check
583 .TP
584 .BI dgit-distro. distro .git-create
585 .TP
586 .BI dgit-distro. distro .upload-host
587 .TP
588 .BI dgit-distro. distro .mirror
589 .TP
590 .BI dgit-distro. distro .archive-query
591 .TP
592 .BI dgit-distro. distro .archive-query-default-component
593 .TP
594 .BI dgit-distro. distro .sshpsql-user
595 .TP
596 .BI dgit-distro. distro .sshpsql-host
597 .TP
598 .BI dgit-distro. distro .sshpsql-dbname
599 .TP
600 .BI dgit-distro. distro .ssh
601 .TP
602 .BI dgit-distro. distro .keyid
603 .TP
604 .BR dgit.default. *
605 for each
606 .BR dgit-distro. \fIdistro\fR . *
607 .SH ENVIRONMENT VARIABLES
608 .TP
609 .BR DGIT_SSH ", " GIT_SSH
610 specify an alternative default program (and perhaps arguments) to use
611 instead of ssh.  DGIT_SSH is consulted first and may contain arguments;
612 if it contains any whitespace will be passed to the shell.  GIT_SSH
613 specifies just the program; no arguments can be specified, so dgit
614 interprets it the same way as git does.
615 See
616 also the --ssh= and --ssh: options.
617 .TP
618 .BR gpg ", " dpkg- "..., " debsign ", " git ", " curl ", " dput ", " LWP::UserAgent
619 and other subprograms and modules used by dgit are affected by various
620 environment variables.  Consult the documentaton for those programs
621 for details.
622 .SH BUGS
623 We should be using some kind of vhost/vpath setup for the git repos on
624 alioth, so that they can be moved later if and when this turns out to
625 be a good idea.
626
627 dgit push should perhaps do `git push origin', or something similar,
628 by default.
629
630 Debian does not have a working rmadison server, so to find out what
631 version of a package is in the archive, or to canonicalise suite
632 names, we ssh directly into the ftpmaster server and run psql there to
633 access the database.
634
635 The mechanism for checking for and creating per-package repos on
636 alioth is a hideous bodge.  One consequence is that dgit currently
637 only works for people with push access.
638
639 Debian Maintainers are currently not able to push, as there is not
640 currently any mechanism for determining and honouring the archive's
641 ideas about access control.  Currently only DDs can push.
642
643 dgit's git representation of format `3.0 (quilt)' source packages does
644 not represent the patch stack as git commits.  Currently the patch
645 series representation cannot round trip between git and the archive.
646 Ideally dgit would represent a quilty package with an origin commit of
647 some kind followed by the patch stack as a series of commits followed
648 by a pseudo-merge (to make the branch fast-forwarding).  This would
649 also mean a new `dgit rebase-prep' command or some such to turn such a
650 fast-forwarding branch back into a rebasing patch stack, and a `force'
651 option to dgit push (perhaps enabled automatically by a note left by
652 rebase-prep) which will make the required pseudo-merge.
653
654 If the dgit push fails halfway through, it should be restartable and
655 idempotent.  However this is not true for the git tag operation.
656 Also, it would be good to check that the proposed signing key is
657 available before starting work.
658
659 dgit's handling of .orig.tar.gz is not very sophisticated.  Ideally
660 the .orig.tar.gz could be transported via the git repo as git tags.
661 Doing this is made more complicated by the possibility of a `3.0
662 (quilt)' package with multiple .orig tarballs.
663
664 dgit's build functions, and dgit push, should not make any changes to
665 your current HEAD.  Sadly this is necessary for packages in the `3.0
666 (quilt)' source format.  This is ultimately due to what I consider
667 design problems in quilt and dpkg-source.
668
669 There should be an option which arranges for the `3.0 (quilt)'
670 autocommit(s) to not appear on your HEAD, but instead only in the
671 remote tracking suite branch.
672
673 The option parser requires values to be cuddled to the option name.
674
675 dgit assumes knowledge of the archive database.  (The information dgit
676 needs is not currently available via any public online service with a
677 well-defined interface, let alone a secure one.)
678
679 --dry-run does not always work properly, as not doing some of the git
680 fetches may result in subsequent actions being different.  Doing a
681 non-dry-run dgit fetch first will help.
682 .SH SEE ALSO
683 \fBdgit\fP(7),
684 \fBcurl\fP(1),
685 \fBdput\fP(1),
686 \fBdebsign\fP(1),
687 \fBgit-config\fP(1),
688 \fBgit-buildpackage\fP(1),
689 \fBdpkg-buildpackage\fP(1),
690 .br
691 https://wiki.debian.org/Alioth