3 # Integration between git and Debian-style archives
5 # Copyright (C)2013-2018 Ian Jackson
6 # Copyright (C)2017-2018 Sean Whitton
8 # This program is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation, either version 3 of the License, or
11 # (at your option) any later version.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
21 END { $? = $Debian::Dgit::ExitStatus::desired // -1; };
22 use Debian::Dgit::ExitStatus;
23 use Debian::Dgit::I18n;
27 use Debian::Dgit qw(:DEFAULT :playground);
33 use Dpkg::Control::Hash;
36 use File::Temp qw(tempdir);
39 use Dpkg::Compression;
40 use Dpkg::Compression::Process;
46 use List::MoreUtils qw(pairwise);
47 use Text::Glob qw(match_glob);
48 use Fcntl qw(:DEFAULT :flock);
53 our $our_version = 'UNRELEASED'; ###substituted###
54 our $absurdity = undef; ###substituted###
56 our @rpushprotovsn_support = qw(4 3 2); # 4 is new tag format
67 our $dryrun_level = 0;
69 our $buildproductsdir;
72 our $includedirty = 0;
76 our $existing_package = 'dpkg';
78 our $changes_since_version;
80 our $overwrite_version; # undef: not specified; '': check changelog
82 our $quilt_modes_re = 'linear|smash|auto|nofix|nocheck|gbp|dpm|unapplied';
84 our %internal_object_save;
85 our $we_are_responder;
86 our $we_are_initiator;
87 our $initiator_tempdir;
88 our $patches_applied_dirtily = 00;
92 our $chase_dsc_distro=1;
94 our %forceopts = map { $_=>0 }
95 qw(unrepresentable unsupported-source-format
96 dsc-changes-mismatch changes-origs-exactly
97 uploading-binaries uploading-source-only
98 import-gitapply-absurd
99 import-gitapply-no-absurd
100 import-dsc-with-dgit-field);
102 our %format_ok = map { $_=>1 } ("1.0","3.0 (native)","3.0 (quilt)");
104 our $suite_re = '[-+.0-9a-z]+';
105 our $cleanmode_re = qr{(?: dpkg-source (?: -d )? (?: ,no-check | ,all-check )?
106 | (?: git | git-ff ) (?: ,always )?
107 | check (?: ,ignores )?
111 our $git_authline_re = '^([^<>]+) \<(\S+)\> (\d+ [-+]\d+)$';
112 our $splitbraincache = 'dgit-intern/quilt-cache';
113 our $rewritemap = 'dgit-rewrite/map';
115 our @dpkg_source_ignores = qw(-i(?:^|/)\.git(?:/|$) -I.git);
117 our (@git) = qw(git);
118 our (@dget) = qw(dget);
119 our (@curl) = (qw(curl --proto-redir), '-all,http,https', qw(-L));
120 our (@dput) = qw(dput);
121 our (@debsign) = qw(debsign);
122 our (@gpg) = qw(gpg);
123 our (@sbuild) = (qw(sbuild --no-source));
125 our (@dgit) = qw(dgit);
126 our (@git_debrebase) = qw(git-debrebase);
127 our (@aptget) = qw(apt-get);
128 our (@aptcache) = qw(apt-cache);
129 our (@dpkgbuildpackage) = (qw(dpkg-buildpackage), @dpkg_source_ignores);
130 our (@dpkgsource) = (qw(dpkg-source), @dpkg_source_ignores);
131 our (@dpkggenchanges) = qw(dpkg-genchanges);
132 our (@mergechanges) = qw(mergechanges -f);
133 our (@gbp_build) = ('');
134 our (@gbp_pq) = ('gbp pq');
135 our (@changesopts) = ('');
136 our (@pbuilder) = ("sudo -E pbuilder","--no-source-only-changes");
137 our (@cowbuilder) = ("sudo -E cowbuilder","--no-source-only-changes");
139 our %opts_opt_map = ('dget' => \@dget, # accept for compatibility
142 'debsign' => \@debsign,
144 'sbuild' => \@sbuild,
148 'git-debrebase' => \@git_debrebase,
149 'apt-get' => \@aptget,
150 'apt-cache' => \@aptcache,
151 'dpkg-source' => \@dpkgsource,
152 'dpkg-buildpackage' => \@dpkgbuildpackage,
153 'dpkg-genchanges' => \@dpkggenchanges,
154 'gbp-build' => \@gbp_build,
155 'gbp-pq' => \@gbp_pq,
156 'ch' => \@changesopts,
157 'mergechanges' => \@mergechanges,
158 'pbuilder' => \@pbuilder,
159 'cowbuilder' => \@cowbuilder);
161 our %opts_opt_cmdonly = ('gpg' => 1, 'git' => 1);
162 our %opts_cfg_insertpos = map {
164 scalar @{ $opts_opt_map{$_} }
165 } keys %opts_opt_map;
167 sub parseopts_late_defaults();
168 sub quiltify_trees_differ ($$;$$$);
169 sub setup_gitattrs(;$);
170 sub check_gitattrs($$);
177 our $supplementary_message = '';
178 our $made_split_brain = 0;
179 our $do_split_brain = 0;
181 # Interactions between quilt mode and split brain
182 # (currently, split brain only implemented iff
183 # madformat_wantfixup && quiltmode_splitbrain)
185 # source format sane `3.0 (quilt)'
186 # madformat_wantfixup()
188 # quilt mode normal quiltmode
189 # (eg linear) _splitbrain
191 # ------------ ------------------------------------------------
193 # no split no q cache no q cache forbidden,
194 # brain PM on master q fixup on master prevented
195 # !$do_split_brain PM on master
197 # split brain no q cache q fixup cached, to dgit view
198 # PM in dgit view PM in dgit view
200 # PM = pseudomerge to make ff, due to overwrite (or split view)
201 # "no q cache" = do not record in cache on build, do not check cache
202 # `3.0 (quilt)' with --quilt=nocheck is treated as sane format
206 return unless forkcheck_mainprocess();
207 print STDERR "! $_\n" foreach $supplementary_message =~ m/^.+$/mg;
210 our $remotename = 'dgit';
211 our @ourdscfield = qw(Dgit Vcs-Dgit-Master);
215 if (!defined $absurdity) {
217 $absurdity =~ s{/[^/]+$}{/absurd} or die;
221 my ($v,$distro) = @_;
222 return $tagformatfn->($v, $distro);
225 sub madformat ($) { $_[0] eq '3.0 (quilt)' }
227 sub lbranch () { return "$branchprefix/$csuite"; }
228 my $lbranch_re = '^refs/heads/'.$branchprefix.'/([^/.]+)$';
229 sub lref () { return "refs/heads/".lbranch(); }
230 sub lrref () { return "refs/remotes/$remotename/".server_branch($csuite); }
231 sub rrref () { return server_ref($csuite); }
234 my ($vsn, $sfx) = @_;
235 return &source_file_leafname($package, $vsn, $sfx);
237 sub is_orig_file_of_vsn ($$) {
238 my ($f, $upstreamvsn) = @_;
239 return is_orig_file_of_p_v($f, $package, $upstreamvsn);
244 return srcfn($vsn,".dsc");
247 sub changespat ($;$) {
248 my ($vsn, $arch) = @_;
249 return "${package}_".(stripepoch $vsn)."_".($arch//'*').".changes";
258 return unless forkcheck_mainprocess();
259 foreach my $f (@end) {
261 print STDERR "$us: cleanup: $@" if length $@;
266 print STDERR f_ "%s: invalid configuration: %s\n", $us, "@_";
270 sub forceable_fail ($$) {
271 my ($forceoptsl, $msg) = @_;
272 fail $msg unless grep { $forceopts{$_} } @$forceoptsl;
273 print STDERR +(__ "warning: overriding problem due to --force:\n"). $msg;
277 my ($forceoptsl) = @_;
278 my @got = grep { $forceopts{$_} } @$forceoptsl;
279 return 0 unless @got;
281 "warning: skipping checks or functionality due to --force-%s\n",
285 sub no_such_package () {
286 print STDERR f_ "%s: source package %s does not exist in suite %s\n",
287 $us, $package, $isuite;
291 sub deliberately ($) {
293 return !!grep { $_ eq "--deliberately-$enquiry" } @deliberatelies;
296 sub deliberately_not_fast_forward () {
297 foreach (qw(not-fast-forward fresh-repo)) {
298 return 1 if deliberately($_) || deliberately("TEST-dgit-only-$_");
302 sub quiltmode_splitbrain () {
303 $quilt_mode =~ m/gbp|dpm|unapplied/;
306 sub opts_opt_multi_cmd {
309 push @cmd, split /\s+/, shift @_;
316 return opts_opt_multi_cmd [], @gbp_pq;
319 sub dgit_privdir () {
320 our $dgit_privdir_made //= ensure_a_playground 'dgit';
324 my $r = $buildproductsdir;
325 $r = "$maindir/$r" unless $r =~ m{^/};
329 sub get_tree_of_commit ($) {
330 my ($commitish) = @_;
331 my $cdata = cmdoutput @git, qw(cat-file commit), $commitish;
332 $cdata =~ m/\n\n/; $cdata = $`;
333 $cdata =~ m/^tree (\w+)$/m or confess "cdata $cdata ?";
337 sub branch_gdr_info ($$) {
338 my ($symref, $head) = @_;
339 my ($status, $msg, $current, $ffq_prev, $gdrlast) =
340 gdr_ffq_prev_branchinfo($symref);
341 return () unless $status eq 'branch';
342 $ffq_prev = git_get_ref $ffq_prev;
343 $gdrlast = git_get_ref $gdrlast;
344 $gdrlast &&= is_fast_fwd $gdrlast, $head;
345 return ($ffq_prev, $gdrlast);
348 sub branch_is_gdr_unstitched_ff ($$$) {
349 my ($symref, $head, $ancestor) = @_;
350 my ($ffq_prev, $gdrlast) = branch_gdr_info($symref, $head);
351 return 0 unless $ffq_prev;
352 return 0 unless !defined $ancestor or is_fast_fwd $ancestor, $ffq_prev;
356 sub branch_is_gdr ($) {
358 # This is quite like git-debrebase's keycommits.
359 # We have our own implementation because:
360 # - our algorighm can do fewer tests so is faster
361 # - it saves testing to see if gdr is installed
363 # NB we use this jsut for deciding whether to run gdr make-patches
364 # Before reusing this algorithm for somthing else, its
365 # suitability should be reconsidered.
368 local $Debian::Dgit::debugcmd_when_debuglevel = 3;
369 printdebug "branch_is_gdr $head...\n";
370 my $get_patches = sub {
371 my $t = git_cat_file "$_[0]:debian/patches", [qw(missing tree)];
374 my $tip_patches = $get_patches->($head);
377 my $cdata = git_cat_file $walk, 'commit';
378 my ($hdrs,$msg) = $cdata =~ m{\n\n} ? ($`,$') : ($cdata,'');
379 if ($msg =~ m{^\[git-debrebase\ (
380 anchor | changelog | make-patches |
381 merged-breakwater | pseudomerge
383 # no need to analyse this - it's sufficient
384 # (gdr classifications: Anchor, MergedBreakwaters)
385 # (made by gdr: Pseudomerge, Changelog)
386 printdebug "branch_is_gdr $walk gdr $1 YES\n";
389 my @parents = ($hdrs =~ m/^parent (\w+)$/gm);
391 my $walk_tree = get_tree_of_commit $walk;
392 foreach my $p (@parents) {
393 my $p_tree = get_tree_of_commit $p;
394 if ($p_tree eq $walk_tree) { # pseudomerge contriburor
395 # (gdr classification: Pseudomerge; not made by gdr)
396 printdebug "branch_is_gdr $walk unmarked pseudomerge\n"
402 # some other non-gdr merge
403 # (gdr classification: VanillaMerge, DgitImportUnpatched, ?)
404 printdebug "branch_is_gdr $walk ?-2-merge NO\n";
408 # (gdr classification: ?)
409 printdebug "branch_is_gdr $walk ?-octopus NO\n";
413 printdebug "branch_is_gdr $walk origin\n";
416 if ($get_patches->($walk) ne $tip_patches) {
417 # Our parent added, removed, or edited patches, and wasn't
418 # a gdr make-patches commit. gdr make-patches probably
419 # won't do that well, then.
420 # (gdr classification of parent: AddPatches or ?)
421 printdebug "branch_is_gdr $walk ?-patches NO\n";
424 if ($tip_patches eq '' and
425 !defined git_cat_file "$walk~:debian" and
426 !quiltify_trees_differ "$walk~", $walk
428 # (gdr classification of parent: BreakwaterStart
429 printdebug "branch_is_gdr $walk unmarked BreakwaterStart YES\n";
432 # (gdr classification: Upstream Packaging Mixed Changelog)
433 printdebug "branch_is_gdr $walk plain\n"
439 #---------- remote protocol support, common ----------
441 # remote push initiator/responder protocol:
442 # $ dgit remote-push-build-host <n-rargs> <rargs>... <push-args>...
443 # where <rargs> is <push-host-dir> <supported-proto-vsn>,... ...
444 # < dgit-remote-push-ready <actual-proto-vsn>
451 # > supplementary-message NBYTES # $protovsn >= 3
456 # > file parsed-changelog
457 # [indicates that output of dpkg-parsechangelog follows]
458 # > data-block NBYTES
459 # > [NBYTES bytes of data (no newline)]
460 # [maybe some more blocks]
469 # > param head DGIT-VIEW-HEAD
470 # > param csuite SUITE
471 # > param tagformat old|new
472 # > param maint-view MAINT-VIEW-HEAD
474 # > param buildinfo-filename P_V_X.buildinfo # zero or more times
475 # > file buildinfo # for buildinfos to sign
477 # > previously REFNAME=OBJNAME # if --deliberately-not-fast-forward
478 # # goes into tag, for replay prevention
481 # [indicates that signed tag is wanted]
482 # < data-block NBYTES
483 # < [NBYTES bytes of data (no newline)]
484 # [maybe some more blocks]
488 # > want signed-dsc-changes
489 # < data-block NBYTES [transfer of signed dsc]
491 # < data-block NBYTES [transfer of signed changes]
493 # < data-block NBYTES [transfer of each signed buildinfo
494 # [etc] same number and order as "file buildinfo"]
502 sub i_child_report () {
503 # Sees if our child has died, and reap it if so. Returns a string
504 # describing how it died if it failed, or undef otherwise.
505 return undef unless $i_child_pid;
506 my $got = waitpid $i_child_pid, WNOHANG;
507 return undef if $got <= 0;
508 die unless $got == $i_child_pid;
509 $i_child_pid = undef;
510 return undef unless $?;
511 return f_ "build host child %s", waitstatusmsg();
516 fail f_ "connection lost: %s", $! if $fh->error;
517 fail f_ "protocol violation; %s not expected", $m;
520 sub badproto_badread ($$) {
522 fail f_ "connection lost: %s", $! if $!;
523 my $report = i_child_report();
524 fail $report if defined $report;
525 badproto $fh, f_ "eof (reading %s)", $wh;
528 sub protocol_expect (&$) {
529 my ($match, $fh) = @_;
532 defined && chomp or badproto_badread $fh, __ "protocol message";
540 badproto $fh, f_ "\`%s'", $_;
543 sub protocol_send_file ($$) {
544 my ($fh, $ourfn) = @_;
545 open PF, "<", $ourfn or die "$ourfn: $!";
548 my $got = read PF, $d, 65536;
549 die "$ourfn: $!" unless defined $got;
551 print $fh "data-block ".length($d)."\n" or confess "$!";
552 print $fh $d or confess "$!";
554 PF->error and die "$ourfn $!";
555 print $fh "data-end\n" or confess "$!";
559 sub protocol_read_bytes ($$) {
560 my ($fh, $nbytes) = @_;
561 $nbytes =~ m/^[1-9]\d{0,5}$|^0$/ or badproto \*RO, __ "bad byte count";
563 my $got = read $fh, $d, $nbytes;
564 $got==$nbytes or badproto_badread $fh, __ "data block";
568 sub protocol_receive_file ($$) {
569 my ($fh, $ourfn) = @_;
570 printdebug "() $ourfn\n";
571 open PF, ">", $ourfn or die "$ourfn: $!";
573 my ($y,$l) = protocol_expect {
574 m/^data-block (.*)$/ ? (1,$1) :
575 m/^data-end$/ ? (0,) :
579 my $d = protocol_read_bytes $fh, $l;
580 print PF $d or confess "$!";
582 close PF or confess "$!";
585 #---------- remote protocol support, responder ----------
587 sub responder_send_command ($) {
589 return unless $we_are_responder;
590 # called even without $we_are_responder
591 printdebug ">> $command\n";
592 print PO $command, "\n" or confess "$!";
595 sub responder_send_file ($$) {
596 my ($keyword, $ourfn) = @_;
597 return unless $we_are_responder;
598 printdebug "]] $keyword $ourfn\n";
599 responder_send_command "file $keyword";
600 protocol_send_file \*PO, $ourfn;
603 sub responder_receive_files ($@) {
604 my ($keyword, @ourfns) = @_;
605 die unless $we_are_responder;
606 printdebug "[[ $keyword @ourfns\n";
607 responder_send_command "want $keyword";
608 foreach my $fn (@ourfns) {
609 protocol_receive_file \*PI, $fn;
612 protocol_expect { m/^files-end$/ } \*PI;
615 #---------- remote protocol support, initiator ----------
617 sub initiator_expect (&) {
619 protocol_expect { &$match } \*RO;
622 #---------- end remote code ----------
625 if ($we_are_responder) {
627 responder_send_command "progress ".length($m) or confess "$!";
628 print PO $m or confess "$!";
638 $ua = LWP::UserAgent->new();
642 progress "downloading $what...";
643 my $r = $ua->get(@_) or confess "$!";
644 return undef if $r->code == 404;
645 $r->is_success or fail f_ "failed to fetch %s: %s",
646 $what, $r->status_line;
647 return $r->decoded_content(charset => 'none');
650 our ($dscdata,$dscurl,$dsc,$dsc_checked,$skew_warning_vsn);
652 sub act_local () { return $dryrun_level <= 1; }
653 sub act_scary () { return !$dryrun_level; }
656 if (!$dryrun_level) {
657 progress f_ "%s ok: %s", $us, "@_";
659 progress f_ "would be ok: %s (but dry run only)", "@_";
664 printcmd(\*STDERR,$debugprefix."#",@_);
667 sub runcmd_ordryrun {
675 sub runcmd_ordryrun_local {
683 our $helpmsg = i_ <<END;
685 dgit [dgit-opts] clone [dgit-opts] package [suite] [./dir|/dir]
686 dgit [dgit-opts] fetch|pull [dgit-opts] [suite]
687 dgit [dgit-opts] build [dpkg-buildpackage-opts]
688 dgit [dgit-opts] sbuild [sbuild-opts]
689 dgit [dgit-opts] pbuilder|cowbuilder [debbuildopts]
690 dgit [dgit-opts] push [dgit-opts] [suite]
691 dgit [dgit-opts] push-source [dgit-opts] [suite]
692 dgit [dgit-opts] rpush build-host:build-dir ...
693 important dgit options:
694 -k<keyid> sign tag and package with <keyid> instead of default
695 --dry-run -n do not change anything, but go through the motions
696 --damp-run -L like --dry-run but make local changes, without signing
697 --new -N allow introducing a new package
698 --debug -D increase debug level
699 -c<name>=<value> set git config option (used directly by dgit too)
702 our $later_warning_msg = i_ <<END;
703 Perhaps the upload is stuck in incoming. Using the version from git.
707 print STDERR f_ "%s: %s\n%s", $us, "@_", __ $helpmsg or confess "$!";
712 @ARGV or badusage __ "too few arguments";
713 return scalar shift @ARGV;
717 not_necessarily_a_tree();
720 print __ $helpmsg or confess "$!";
724 our $td = $ENV{DGIT_TEST_DUMMY_DIR} || "DGIT_TEST_DUMMY_DIR-unset";
726 our %defcfg = ('dgit.default.distro' => 'debian',
727 'dgit.default.default-suite' => 'unstable',
728 'dgit.default.old-dsc-distro' => 'debian',
729 'dgit-suite.*-security.distro' => 'debian-security',
730 'dgit.default.username' => '',
731 'dgit.default.archive-query-default-component' => 'main',
732 'dgit.default.ssh' => 'ssh',
733 'dgit.default.archive-query' => 'madison:',
734 'dgit.default.sshpsql-dbname' => 'service=projectb',
735 'dgit.default.aptget-components' => 'main',
736 'dgit.default.dgit-tag-format' => 'new,old,maint',
737 'dgit.default.source-only-uploads' => 'ok',
738 'dgit.dsc-url-proto-ok.http' => 'true',
739 'dgit.dsc-url-proto-ok.https' => 'true',
740 'dgit.dsc-url-proto-ok.git' => 'true',
741 'dgit.vcs-git.suites', => 'sid', # ;-separated
742 'dgit.default.dsc-url-proto-ok' => 'false',
743 # old means "repo server accepts pushes with old dgit tags"
744 # new means "repo server accepts pushes with new dgit tags"
745 # maint means "repo server accepts split brain pushes"
746 # hist means "repo server may have old pushes without new tag"
747 # ("hist" is implied by "old")
748 'dgit-distro.debian.archive-query' => 'ftpmasterapi:',
749 'dgit-distro.debian.git-check' => 'url',
750 'dgit-distro.debian.git-check-suffix' => '/info/refs',
751 'dgit-distro.debian.new-private-pushers' => 't',
752 'dgit-distro.debian.source-only-uploads' => 'not-wholly-new',
753 'dgit-distro.debian/push.git-url' => '',
754 'dgit-distro.debian/push.git-host' => 'push.dgit.debian.org',
755 'dgit-distro.debian/push.git-user-force' => 'dgit',
756 'dgit-distro.debian/push.git-proto' => 'git+ssh://',
757 'dgit-distro.debian/push.git-path' => '/dgit/debian/repos',
758 'dgit-distro.debian/push.git-create' => 'true',
759 'dgit-distro.debian/push.git-check' => 'ssh-cmd',
760 'dgit-distro.debian.archive-query-url', 'https://api.ftp-master.debian.org/',
761 # 'dgit-distro.debian.archive-query-tls-key',
762 # '/etc/ssl/certs/%HOST%.pem:/etc/dgit/%HOST%.pem',
763 # ^ this does not work because curl is broken nowadays
764 # Fixing #790093 properly will involve providing providing the key
765 # in some pacagke and maybe updating these paths.
767 # 'dgit-distro.debian.archive-query-tls-curl-args',
768 # '--ca-path=/etc/ssl/ca-debian',
769 # ^ this is a workaround but works (only) on DSA-administered machines
770 'dgit-distro.debian.git-url' => 'https://git.dgit.debian.org',
771 'dgit-distro.debian.git-url-suffix' => '',
772 'dgit-distro.debian.upload-host' => 'ftp-master', # for dput
773 'dgit-distro.debian.mirror' => 'http://ftp.debian.org/debian/',
774 'dgit-distro.debian-security.archive-query' => 'aptget:',
775 'dgit-distro.debian-security.mirror' => 'http://security.debian.org/debian-security/',
776 'dgit-distro.debian-security.aptget-suite-map' => 's#-security$#/updates#',
777 'dgit-distro.debian-security.aptget-suite-rmap' => 's#$#-security#',
778 'dgit-distro.debian-security.nominal-distro' => 'debian',
779 'dgit-distro.debian.backports-quirk' => '(squeeze)-backports*',
780 'dgit-distro.debian-backports.mirror' => 'http://backports.debian.org/debian-backports/',
781 'dgit-distro.ubuntu.git-check' => 'false',
782 'dgit-distro.ubuntu.mirror' => 'http://archive.ubuntu.com/ubuntu',
783 'dgit-distro.test-dummy.ssh' => "$td/ssh",
784 'dgit-distro.test-dummy.username' => "alice",
785 'dgit-distro.test-dummy.git-check' => "ssh-cmd",
786 'dgit-distro.test-dummy.git-create' => "ssh-cmd",
787 'dgit-distro.test-dummy.git-url' => "$td/git",
788 'dgit-distro.test-dummy.git-host' => "git",
789 'dgit-distro.test-dummy.git-path' => "$td/git",
790 'dgit-distro.test-dummy.archive-query' => "dummycatapi:",
791 'dgit-distro.test-dummy.archive-query-url' => "file://$td/aq/",
792 'dgit-distro.test-dummy.mirror' => "file://$td/mirror/",
793 'dgit-distro.test-dummy.upload-host' => 'test-dummy',
797 our @gitcfgsources = qw(cmdline local global system);
798 our $invoked_in_git_tree = 1;
800 sub git_slurp_config () {
801 # This algoritm is a bit subtle, but this is needed so that for
802 # options which we want to be single-valued, we allow the
803 # different config sources to override properly. See #835858.
804 foreach my $src (@gitcfgsources) {
805 next if $src eq 'cmdline';
806 # we do this ourselves since git doesn't handle it
808 $gitcfgs{$src} = git_slurp_config_src $src;
812 sub git_get_config ($) {
814 foreach my $src (@gitcfgsources) {
815 my $l = $gitcfgs{$src}{$c};
816 confess "internal error ($l $c)" if $l && !ref $l;
817 printdebug"C $c ".(defined $l ?
818 join " ", map { messagequote "'$_'" } @$l :
823 f_ "multiple values for %s (in %s git config)", $c, $src
825 $l->[0] =~ m/\n/ and badcfg f_
826 "value for config option %s (in %s git config) contains newline(s)!",
835 return undef if $c =~ /RETURN-UNDEF/;
836 printdebug "C? $c\n" if $debuglevel >= 5;
837 my $v = git_get_config($c);
838 return $v if defined $v;
839 my $dv = $defcfg{$c};
841 printdebug "CD $c $dv\n" if $debuglevel >= 4;
846 "need value for one of: %s\n".
847 "%s: distro or suite appears not to be (properly) supported",
851 sub not_necessarily_a_tree () {
852 # needs to be called from pre_*
853 @gitcfgsources = grep { $_ ne 'local' } @gitcfgsources;
854 $invoked_in_git_tree = 0;
857 sub access_basedistro__noalias () {
858 if (defined $idistro) {
861 my $def = cfg("dgit-suite.$isuite.distro", 'RETURN-UNDEF');
862 return $def if defined $def;
863 foreach my $src (@gitcfgsources, 'internal') {
864 my $kl = $src eq 'internal' ? \%defcfg : $gitcfgs{$src};
866 foreach my $k (keys %$kl) {
867 next unless $k =~ m#^dgit-suite\.(.*)\.distro$#;
869 next unless match_glob $dpat, $isuite;
873 return cfg("dgit.default.distro");
877 sub access_basedistro () {
878 my $noalias = access_basedistro__noalias();
879 my $canon = cfg("dgit-distro.$noalias.alias-canon",'RETURN-UNDEF');
880 return $canon // $noalias;
883 sub access_nomdistro () {
884 my $base = access_basedistro();
885 my $r = cfg("dgit-distro.$base.nominal-distro",'RETURN-UNDEF') // $base;
886 $r =~ m/^$distro_re$/ or badcfg
887 f_ "bad syntax for (nominal) distro \`%s' (does not match %s)",
888 $r, "/^$distro_re$/";
892 sub access_quirk () {
893 # returns (quirk name, distro to use instead or undef, quirk-specific info)
894 my $basedistro = access_basedistro();
895 my $backports_quirk = cfg("dgit-distro.$basedistro.backports-quirk",
897 if (defined $backports_quirk) {
898 my $re = $backports_quirk;
899 $re =~ s/[^-0-9a-z_\%*()]/\\$&/ig;
901 $re =~ s/\%/([-0-9a-z_]+)/
902 or $re =~ m/[()]/ or badcfg __ "backports-quirk needs \% or ( )";
903 if ($isuite =~ m/^$re$/) {
904 return ('backports',"$basedistro-backports",$1);
907 return ('none',undef);
912 sub parse_cfg_bool ($$$) {
913 my ($what,$def,$v) = @_;
916 $v =~ m/^[ty1]/ ? 1 :
917 $v =~ m/^[fn0]/ ? 0 :
918 badcfg f_ "%s needs t (true, y, 1) or f (false, n, 0) not \`%s'",
922 sub access_forpush_config () {
923 my $d = access_basedistro();
927 parse_cfg_bool('new-private-pushers', 0,
928 cfg("dgit-distro.$d.new-private-pushers",
931 my $v = cfg("dgit-distro.$d.readonly", 'RETURN-UNDEF');
934 $v =~ m/^[ty1]/ ? 0 : # force readonly, forpush = 0
935 $v =~ m/^[fn0]/ ? 1 : # force nonreadonly, forpush = 1
936 $v =~ m/^[a]/ ? '' : # auto, forpush = ''
938 "readonly needs t (true, y, 1) or f (false, n, 0) or a (auto)";
941 sub access_forpush () {
942 $access_forpush //= access_forpush_config();
943 return $access_forpush;
947 confess +(__ 'internal error').' '.Dumper($access_forpush)," ?" if
948 defined $access_forpush and !$access_forpush;
949 badcfg __ "pushing but distro is configured readonly"
950 if access_forpush_config() eq '0';
952 $supplementary_message = __ <<'END' unless $we_are_responder;
953 Push failed, before we got started.
954 You can retry the push, after fixing the problem, if you like.
956 parseopts_late_defaults();
960 parseopts_late_defaults();
963 sub supplementary_message ($) {
965 if (!$we_are_responder) {
966 $supplementary_message = $msg;
968 } elsif ($protovsn >= 3) {
969 responder_send_command "supplementary-message ".length($msg)
971 print PO $msg or confess "$!";
975 sub access_distros () {
976 # Returns list of distros to try, in order
979 # 0. `instead of' distro name(s) we have been pointed to
980 # 1. the access_quirk distro, if any
981 # 2a. the user's specified distro, or failing that } basedistro
982 # 2b. the distro calculated from the suite }
983 my @l = access_basedistro();
985 my (undef,$quirkdistro) = access_quirk();
986 unshift @l, $quirkdistro;
987 unshift @l, $instead_distro;
988 @l = grep { defined } @l;
990 push @l, access_nomdistro();
992 if (access_forpush()) {
993 @l = map { ("$_/push", $_) } @l;
998 sub access_cfg_cfgs (@) {
1001 # The nesting of these loops determines the search order. We put
1002 # the key loop on the outside so that we search all the distros
1003 # for each key, before going on to the next key. That means that
1004 # if access_cfg is called with a more specific, and then a less
1005 # specific, key, an earlier distro can override the less specific
1006 # without necessarily overriding any more specific keys. (If the
1007 # distro wants to override the more specific keys it can simply do
1008 # so; whereas if we did the loop the other way around, it would be
1009 # impossible to for an earlier distro to override a less specific
1010 # key but not the more specific ones without restating the unknown
1011 # values of the more specific keys.
1014 # We have to deal with RETURN-UNDEF specially, so that we don't
1015 # terminate the search prematurely.
1017 if (m/RETURN-UNDEF/) { push @rundef, $_; last; }
1020 foreach my $d (access_distros()) {
1021 push @cfgs, map { "dgit-distro.$d.$_" } @realkeys;
1023 push @cfgs, map { "dgit.default.$_" } @realkeys;
1024 push @cfgs, @rundef;
1028 sub access_cfg (@) {
1030 my (@cfgs) = access_cfg_cfgs(@keys);
1031 my $value = cfg(@cfgs);
1035 sub access_cfg_bool ($$) {
1036 my ($def, @keys) = @_;
1037 parse_cfg_bool($keys[0], $def, access_cfg(@keys, 'RETURN-UNDEF'));
1040 sub string_to_ssh ($) {
1042 if ($spec =~ m/\s/) {
1043 return qw(sh -ec), 'exec '.$spec.' "$@"', 'x';
1049 sub access_cfg_ssh () {
1050 my $gitssh = access_cfg('ssh', 'RETURN-UNDEF');
1051 if (!defined $gitssh) {
1054 return string_to_ssh $gitssh;
1058 sub access_runeinfo ($) {
1060 return ": dgit ".access_basedistro()." $info ;";
1063 sub access_someuserhost ($) {
1065 my $user = access_cfg("$some-user-force", 'RETURN-UNDEF');
1066 defined($user) && length($user) or
1067 $user = access_cfg("$some-user",'username');
1068 my $host = access_cfg("$some-host");
1069 return length($user) ? "$user\@$host" : $host;
1072 sub access_gituserhost () {
1073 return access_someuserhost('git');
1076 sub access_giturl (;$) {
1077 my ($optional) = @_;
1078 my $url = access_cfg('git-url','RETURN-UNDEF');
1081 my $proto = access_cfg('git-proto', 'RETURN-UNDEF');
1082 return undef unless defined $proto;
1085 access_gituserhost().
1086 access_cfg('git-path');
1088 $suffix = access_cfg('git-url-suffix','RETURN-UNDEF');
1091 return "$url/$package$suffix";
1094 sub commit_getclogp ($) {
1095 # Returns the parsed changelog hashref for a particular commit
1097 our %commit_getclogp_memo;
1098 my $memo = $commit_getclogp_memo{$objid};
1099 return $memo if $memo;
1101 my $mclog = dgit_privdir()."clog";
1102 runcmd shell_cmd "exec >$mclog", @git, qw(cat-file blob),
1103 "$objid:debian/changelog";
1104 $commit_getclogp_memo{$objid} = parsechangelog("-l$mclog");
1107 sub parse_dscdata () {
1108 my $dscfh = new IO::File \$dscdata, '<' or confess "$!";
1109 printdebug Dumper($dscdata) if $debuglevel>1;
1110 $dsc = parsecontrolfh($dscfh,$dscurl,1);
1111 printdebug Dumper($dsc) if $debuglevel>1;
1116 sub archive_query ($;@) {
1117 my ($method) = shift @_;
1118 fail __ "this operation does not support multiple comma-separated suites"
1120 my $query = access_cfg('archive-query','RETURN-UNDEF');
1121 $query =~ s/^(\w+):// or badcfg "invalid archive-query method \`$query'";
1124 { no strict qw(refs); &{"${method}_${proto}"}($proto,$data,@_); }
1127 sub archive_query_prepend_mirror {
1128 my $m = access_cfg('mirror');
1129 return map { [ $_->[0], $m.$_->[1], @$_[2..$#$_] ] } @_;
1132 sub pool_dsc_subpath ($$) {
1133 my ($vsn,$component) = @_; # $package is implict arg
1134 my $prefix = substr($package, 0, $package =~ m/^l/ ? 4 : 1);
1135 return "/pool/$component/$prefix/$package/".dscfn($vsn);
1138 sub cfg_apply_map ($$$) {
1139 my ($varref, $what, $mapspec) = @_;
1140 return unless $mapspec;
1142 printdebug "config $what EVAL{ $mapspec; }\n";
1144 eval "package Dgit::Config; $mapspec;";
1149 #---------- `ftpmasterapi' archive query method (nascent) ----------
1151 sub archive_api_query_cmd ($) {
1153 my @cmd = (@curl, qw(-sS));
1154 my $url = access_cfg('archive-query-url');
1155 if ($url =~ m#^https://([-.0-9a-z]+)/#) {
1157 my $keys = access_cfg('archive-query-tls-key','RETURN-UNDEF') //'';
1158 foreach my $key (split /\:/, $keys) {
1159 $key =~ s/\%HOST\%/$host/g;
1161 fail "for $url: stat $key: $!" unless $!==ENOENT;
1164 fail f_ "config requested specific TLS key but do not know".
1165 " how to get curl to use exactly that EE key (%s)",
1167 # push @cmd, "--cacert", $key, "--capath", "/dev/enoent";
1168 # # Sadly the above line does not work because of changes
1169 # # to gnutls. The real fix for #790093 may involve
1170 # # new curl options.
1173 # Fixing #790093 properly will involve providing a value
1174 # for this on clients.
1175 my $kargs = access_cfg('archive-query-tls-curl-ca-args','RETURN-UNDEF');
1176 push @cmd, split / /, $kargs if defined $kargs;
1178 push @cmd, $url.$subpath;
1182 sub api_query ($$;$) {
1184 my ($data, $subpath, $ok404) = @_;
1185 badcfg __ "ftpmasterapi archive query method takes no data part"
1187 my @cmd = archive_api_query_cmd($subpath);
1188 my $url = $cmd[$#cmd];
1189 push @cmd, qw(-w %{http_code});
1190 my $json = cmdoutput @cmd;
1191 unless ($json =~ s/\d+\d+\d$//) {
1192 failedcmd_report_cmd undef, @cmd;
1193 fail __ "curl failed to print 3-digit HTTP code";
1196 return undef if $code eq '404' && $ok404;
1197 fail f_ "fetch of %s gave HTTP code %s", $url, $code
1198 unless $url =~ m#^file://# or $code =~ m/^2/;
1199 return decode_json($json);
1202 sub canonicalise_suite_ftpmasterapi {
1203 my ($proto,$data) = @_;
1204 my $suites = api_query($data, 'suites');
1206 foreach my $entry (@$suites) {
1208 my $v = $entry->{$_};
1209 defined $v && $v eq $isuite;
1210 } qw(codename name);
1211 push @matched, $entry;
1213 fail f_ "unknown suite %s, maybe -d would help", $isuite
1217 @matched==1 or die f_ "multiple matches for suite %s\n", $isuite;
1218 $cn = "$matched[0]{codename}";
1219 defined $cn or die f_ "suite %s info has no codename\n", $isuite;
1220 $cn =~ m/^$suite_re$/
1221 or die f_ "suite %s maps to bad codename\n", $isuite;
1223 die +(__ "bad ftpmaster api response: ")."$@\n".Dumper(\@matched)
1228 sub archive_query_ftpmasterapi {
1229 my ($proto,$data) = @_;
1230 my $info = api_query($data, "dsc_in_suite/$isuite/$package");
1232 my $digester = Digest::SHA->new(256);
1233 foreach my $entry (@$info) {
1235 my $vsn = "$entry->{version}";
1236 my ($ok,$msg) = version_check $vsn;
1237 die f_ "bad version: %s\n", $msg unless $ok;
1238 my $component = "$entry->{component}";
1239 $component =~ m/^$component_re$/ or die __ "bad component";
1240 my $filename = "$entry->{filename}";
1241 $filename && $filename !~ m#[^-+:._~0-9a-zA-Z/]|^[/.]|/[/.]#
1242 or die __ "bad filename";
1243 my $sha256sum = "$entry->{sha256sum}";
1244 $sha256sum =~ m/^[0-9a-f]+$/ or die __ "bad sha256sum";
1245 push @rows, [ $vsn, "/pool/$component/$filename",
1246 $digester, $sha256sum ];
1248 die +(__ "bad ftpmaster api response: ")."$@\n".Dumper($entry)
1251 @rows = sort { -version_compare($a->[0],$b->[0]) } @rows;
1252 return archive_query_prepend_mirror @rows;
1255 sub file_in_archive_ftpmasterapi {
1256 my ($proto,$data,$filename) = @_;
1257 my $pat = $filename;
1260 $pat =~ s#[^-+_.0-9a-z/]# sprintf '%%%02x', ord $& #ge;
1261 my $info = api_query($data, "file_in_archive/$pat", 1);
1264 sub package_not_wholly_new_ftpmasterapi {
1265 my ($proto,$data,$pkg) = @_;
1266 my $info = api_query($data,"madison?package=${pkg}&f=json");
1270 #---------- `aptget' archive query method ----------
1273 our $aptget_releasefile;
1274 our $aptget_configpath;
1276 sub aptget_aptget () { return @aptget, qw(-c), $aptget_configpath; }
1277 sub aptget_aptcache () { return @aptcache, qw(-c), $aptget_configpath; }
1279 sub aptget_cache_clean {
1280 runcmd_ordryrun_local qw(sh -ec),
1281 'cd "$1"; find -atime +30 -type f -print0 | xargs -0r rm --',
1285 sub aptget_lock_acquire () {
1286 my $lockfile = "$aptget_base/lock";
1287 open APTGET_LOCK, '>', $lockfile or confess "open $lockfile: $!";
1288 flock APTGET_LOCK, LOCK_EX or confess "lock $lockfile: $!";
1291 sub aptget_prep ($) {
1293 return if defined $aptget_base;
1295 badcfg __ "aptget archive query method takes no data part"
1298 my $cache = $ENV{XDG_CACHE_DIR} // "$ENV{HOME}/.cache";
1301 ensuredir "$cache/dgit";
1303 access_cfg('aptget-cachekey','RETURN-UNDEF')
1304 // access_nomdistro();
1306 $aptget_base = "$cache/dgit/aptget";
1307 ensuredir $aptget_base;
1309 my $quoted_base = $aptget_base;
1310 confess "$quoted_base contains bad chars, cannot continue"
1311 if $quoted_base =~ m/["\\]/; # apt.conf(5) says no escaping :-/
1313 ensuredir $aptget_base;
1315 aptget_lock_acquire();
1317 aptget_cache_clean();
1319 $aptget_configpath = "$aptget_base/apt.conf#$cachekey";
1320 my $sourceslist = "source.list#$cachekey";
1322 my $aptsuites = $isuite;
1323 cfg_apply_map(\$aptsuites, 'suite map',
1324 access_cfg('aptget-suite-map', 'RETURN-UNDEF'));
1326 open SRCS, ">", "$aptget_base/$sourceslist" or confess "$!";
1327 printf SRCS "deb-src %s %s %s\n",
1328 access_cfg('mirror'),
1330 access_cfg('aptget-components')
1333 ensuredir "$aptget_base/cache";
1334 ensuredir "$aptget_base/lists";
1336 open CONF, ">", $aptget_configpath or confess "$!";
1338 Debug::NoLocking "true";
1339 APT::Get::List-Cleanup "false";
1340 #clear APT::Update::Post-Invoke-Success;
1341 Dir::Etc::SourceList "$quoted_base/$sourceslist";
1342 Dir::State::Lists "$quoted_base/lists";
1343 Dir::Etc::preferences "$quoted_base/preferences";
1344 Dir::Cache::srcpkgcache "$quoted_base/cache/srcs#$cachekey";
1345 Dir::Cache::pkgcache "$quoted_base/cache/pkgs#$cachekey";
1348 foreach my $key (qw(
1351 Dir::Cache::Archives
1352 Dir::Etc::SourceParts
1353 Dir::Etc::preferencesparts
1355 ensuredir "$aptget_base/$key";
1356 print CONF "$key \"$quoted_base/$key\";\n" or confess "$!";
1359 my $oldatime = (time // confess "$!") - 1;
1360 foreach my $oldlist (<$aptget_base/lists/*Release>) {
1361 next unless stat_exists $oldlist;
1362 my ($mtime) = (stat _)[9];
1363 utime $oldatime, $mtime, $oldlist or die "$oldlist $!";
1366 runcmd_ordryrun_local aptget_aptget(), qw(update);
1369 foreach my $oldlist (<$aptget_base/lists/*Release>) {
1370 next unless stat_exists $oldlist;
1371 my ($atime) = (stat _)[8];
1372 next if $atime == $oldatime;
1373 push @releasefiles, $oldlist;
1375 my @inreleasefiles = grep { m#/InRelease$# } @releasefiles;
1376 @releasefiles = @inreleasefiles if @inreleasefiles;
1377 if (!@releasefiles) {
1378 fail f_ <<END, $isuite, $cache;
1379 apt seemed to not to update dgit's cached Release files for %s.
1381 is on a filesystem mounted `noatime'; if so, please use `relatime'.)
1384 confess "apt updated too many Release files (@releasefiles), erk"
1385 unless @releasefiles == 1;
1387 ($aptget_releasefile) = @releasefiles;
1390 sub canonicalise_suite_aptget {
1391 my ($proto,$data) = @_;
1394 my $release = parsecontrol $aptget_releasefile, "Release file", 1;
1396 foreach my $name (qw(Codename Suite)) {
1397 my $val = $release->{$name};
1399 printdebug "release file $name: $val\n";
1400 $val =~ m/^$suite_re$/o or fail f_
1401 "Release file (%s) specifies intolerable %s",
1402 $aptget_releasefile, $name;
1403 cfg_apply_map(\$val, 'suite rmap',
1404 access_cfg('aptget-suite-rmap', 'RETURN-UNDEF'));
1411 sub archive_query_aptget {
1412 my ($proto,$data) = @_;
1415 ensuredir "$aptget_base/source";
1416 foreach my $old (<$aptget_base/source/*.dsc>) {
1417 unlink $old or die "$old: $!";
1420 my $showsrc = cmdoutput aptget_aptcache(), qw(showsrc), $package;
1421 return () unless $showsrc =~ m/^package:\s*\Q$package\E\s*$/mi;
1422 # avoids apt-get source failing with ambiguous error code
1424 runcmd_ordryrun_local
1425 shell_cmd 'cd "$1"/source; shift', $aptget_base,
1426 aptget_aptget(), qw(--download-only --only-source source), $package;
1428 my @dscs = <$aptget_base/source/*.dsc>;
1429 fail __ "apt-get source did not produce a .dsc" unless @dscs;
1430 fail f_ "apt-get source produced several .dscs (%s)", "@dscs"
1433 my $pre_dsc = parsecontrol $dscs[0], $dscs[0], 1;
1436 my $uri = "file://". uri_escape $dscs[0];
1437 $uri =~ s{\%2f}{/}gi;
1438 return [ (getfield $pre_dsc, 'Version'), $uri ];
1441 sub file_in_archive_aptget () { return undef; }
1442 sub package_not_wholly_new_aptget () { return undef; }
1444 #---------- `dummyapicat' archive query method ----------
1445 # (untranslated, because this is for testing purposes etc.)
1447 sub archive_query_dummycatapi { archive_query_ftpmasterapi @_; }
1448 sub canonicalise_suite_dummycatapi { canonicalise_suite_ftpmasterapi @_; }
1450 sub dummycatapi_run_in_mirror ($@) {
1451 # runs $fn with FIA open onto rune
1452 my ($rune, $argl, $fn) = @_;
1454 my $mirror = access_cfg('mirror');
1455 $mirror =~ s#^file://#/# or die "$mirror ?";
1456 my @cmd = (qw(sh -ec), 'cd "$1"; shift'."\n".$rune,
1457 qw(x), $mirror, @$argl);
1458 debugcmd "-|", @cmd;
1459 open FIA, "-|", @cmd or confess "$!";
1461 close FIA or ($!==0 && $?==141) or die failedcmd @cmd;
1465 sub file_in_archive_dummycatapi ($$$) {
1466 my ($proto,$data,$filename) = @_;
1468 dummycatapi_run_in_mirror '
1469 find -name "$1" -print0 |
1471 ', [$filename], sub {
1474 printdebug "| $_\n";
1475 m/^(\w+) (\S+)$/ or die "$_ ?";
1476 push @out, { sha256sum => $1, filename => $2 };
1482 sub package_not_wholly_new_dummycatapi {
1483 my ($proto,$data,$pkg) = @_;
1484 dummycatapi_run_in_mirror "
1485 find -name ${pkg}_*.dsc
1492 #---------- `madison' archive query method ----------
1494 sub archive_query_madison {
1495 return archive_query_prepend_mirror
1496 map { [ @$_[0..1] ] } madison_get_parse(@_);
1499 sub madison_get_parse {
1500 my ($proto,$data) = @_;
1501 die unless $proto eq 'madison';
1502 if (!length $data) {
1503 $data= access_cfg('madison-distro','RETURN-UNDEF');
1504 $data //= access_basedistro();
1506 $rmad{$proto,$data,$package} ||= cmdoutput
1507 qw(rmadison -asource),"-s$isuite","-u$data",$package;
1508 my $rmad = $rmad{$proto,$data,$package};
1511 foreach my $l (split /\n/, $rmad) {
1512 $l =~ m{^ \s*( [^ \t|]+ )\s* \|
1513 \s*( [^ \t|]+ )\s* \|
1514 \s*( [^ \t|/]+ )(?:/([^ \t|/]+))? \s* \|
1515 \s*( [^ \t|]+ )\s* }x or die "$rmad ?";
1516 $1 eq $package or die "$rmad $package ?";
1523 $component = access_cfg('archive-query-default-component');
1525 $5 eq 'source' or die "$rmad ?";
1526 push @out, [$vsn,pool_dsc_subpath($vsn,$component),$newsuite];
1528 return sort { -version_compare($a->[0],$b->[0]); } @out;
1531 sub canonicalise_suite_madison {
1532 # madison canonicalises for us
1533 my @r = madison_get_parse(@_);
1535 "unable to canonicalise suite using package %s".
1536 " which does not appear to exist in suite %s;".
1537 " --existing-package may help",
1542 sub file_in_archive_madison { return undef; }
1543 sub package_not_wholly_new_madison { return undef; }
1545 #---------- `sshpsql' archive query method ----------
1546 # (untranslated, because this is obsolete)
1549 my ($data,$runeinfo,$sql) = @_;
1550 if (!length $data) {
1551 $data= access_someuserhost('sshpsql').':'.
1552 access_cfg('sshpsql-dbname');
1554 $data =~ m/:/ or badcfg "invalid sshpsql method string \`$data'";
1555 my ($userhost,$dbname) = ($`,$'); #';
1557 my @cmd = (access_cfg_ssh, $userhost,
1558 access_runeinfo("ssh-psql $runeinfo").
1559 " export LC_MESSAGES=C; export LC_CTYPE=C;".
1560 " ".shellquote qw(psql -A), $dbname, qw(-c), $sql);
1562 open P, "-|", @cmd or confess "$!";
1565 printdebug(">|$_|\n");
1568 $!=0; $?=0; close P or failedcmd @cmd;
1570 my $nrows = pop @rows;
1571 $nrows =~ s/^\((\d+) rows?\)$/$1/ or die "$nrows ?";
1572 @rows == $nrows+1 or die "$nrows ".(scalar @rows)." ?";
1573 @rows = map { [ split /\|/, $_ ] } @rows;
1574 my $ncols = scalar @{ shift @rows };
1575 die if grep { scalar @$_ != $ncols } @rows;
1579 sub sql_injection_check {
1580 foreach (@_) { die "$_ $& ?" if m{[^-+=:_.,/0-9a-zA-Z]}; }
1583 sub archive_query_sshpsql ($$) {
1584 my ($proto,$data) = @_;
1585 sql_injection_check $isuite, $package;
1586 my @rows = sshpsql($data, "archive-query $isuite $package", <<END);
1587 SELECT source.version, component.name, files.filename, files.sha256sum
1589 JOIN src_associations ON source.id = src_associations.source
1590 JOIN suite ON suite.id = src_associations.suite
1591 JOIN dsc_files ON dsc_files.source = source.id
1592 JOIN files_archive_map ON files_archive_map.file_id = dsc_files.file
1593 JOIN component ON component.id = files_archive_map.component_id
1594 JOIN files ON files.id = dsc_files.file
1595 WHERE ( suite.suite_name='$isuite' OR suite.codename='$isuite' )
1596 AND source.source='$package'
1597 AND files.filename LIKE '%.dsc';
1599 @rows = sort { -version_compare($a->[0],$b->[0]) } @rows;
1600 my $digester = Digest::SHA->new(256);
1602 my ($vsn,$component,$filename,$sha256sum) = @$_;
1603 [ $vsn, "/pool/$component/$filename",$digester,$sha256sum ];
1605 return archive_query_prepend_mirror @rows;
1608 sub canonicalise_suite_sshpsql ($$) {
1609 my ($proto,$data) = @_;
1610 sql_injection_check $isuite;
1611 my @rows = sshpsql($data, "canonicalise-suite $isuite", <<END);
1612 SELECT suite.codename
1613 FROM suite where suite_name='$isuite' or codename='$isuite';
1615 @rows = map { $_->[0] } @rows;
1616 fail "unknown suite $isuite" unless @rows;
1617 die "ambiguous $isuite: @rows ?" if @rows>1;
1621 sub file_in_archive_sshpsql ($$$) { return undef; }
1622 sub package_not_wholly_new_sshpsql ($$$) { return undef; }
1624 #---------- `dummycat' archive query method ----------
1625 # (untranslated, because this is for testing purposes etc.)
1627 sub canonicalise_suite_dummycat ($$) {
1628 my ($proto,$data) = @_;
1629 my $dpath = "$data/suite.$isuite";
1630 if (!open C, "<", $dpath) {
1631 $!==ENOENT or die "$dpath: $!";
1632 printdebug "dummycat canonicalise_suite $isuite $dpath ENOENT\n";
1636 chomp or die "$dpath: $!";
1638 printdebug "dummycat canonicalise_suite $isuite $dpath = $_\n";
1642 sub archive_query_dummycat ($$) {
1643 my ($proto,$data) = @_;
1644 canonicalise_suite();
1645 my $dpath = "$data/package.$csuite.$package";
1646 if (!open C, "<", $dpath) {
1647 $!==ENOENT or die "$dpath: $!";
1648 printdebug "dummycat query $csuite $package $dpath ENOENT\n";
1656 printdebug "dummycat query $csuite $package $dpath | $_\n";
1657 my @row = split /\s+/, $_;
1658 @row==2 or die "$dpath: $_ ?";
1661 C->error and die "$dpath: $!";
1663 return archive_query_prepend_mirror
1664 sort { -version_compare($a->[0],$b->[0]); } @rows;
1667 sub file_in_archive_dummycat () { return undef; }
1668 sub package_not_wholly_new_dummycat () { return undef; }
1670 #---------- tag format handling ----------
1671 # (untranslated, because everything should be new tag format by now)
1673 sub access_cfg_tagformats () {
1674 split /\,/, access_cfg('dgit-tag-format');
1677 sub access_cfg_tagformats_can_splitbrain () {
1678 my %y = map { $_ => 1 } access_cfg_tagformats;
1679 foreach my $needtf (qw(new maint)) {
1680 next if $y{$needtf};
1686 sub need_tagformat ($$) {
1687 my ($fmt, $why) = @_;
1688 fail "need to use tag format $fmt ($why) but also need".
1689 " to use tag format $tagformat_want->[0] ($tagformat_want->[1])".
1690 " - no way to proceed"
1691 if $tagformat_want && $tagformat_want->[0] ne $fmt;
1692 $tagformat_want = [$fmt, $why, $tagformat_want->[2] // 0];
1695 sub select_tagformat () {
1697 return if $tagformatfn && !$tagformat_want;
1698 die 'bug' if $tagformatfn && $tagformat_want;
1699 # ... $tagformat_want assigned after previous select_tagformat
1701 my (@supported) = grep { $_ =~ m/^(?:old|new)$/ } access_cfg_tagformats();
1702 printdebug "select_tagformat supported @supported\n";
1704 $tagformat_want //= [ $supported[0], "distro access configuration", 0 ];
1705 printdebug "select_tagformat specified @$tagformat_want\n";
1707 my ($fmt,$why,$override) = @$tagformat_want;
1709 fail "target distro supports tag formats @supported".
1710 " but have to use $fmt ($why)"
1712 or grep { $_ eq $fmt } @supported;
1714 $tagformat_want = undef;
1716 $tagformatfn = ${*::}{"debiantag_$fmt"};
1718 fail "trying to use unknown tag format \`$fmt' ($why) !"
1719 unless $tagformatfn;
1722 #---------- archive query entrypoints and rest of program ----------
1724 sub canonicalise_suite () {
1725 return if defined $csuite;
1726 fail f_ "cannot operate on %s suite", $isuite if $isuite eq 'UNRELEASED';
1727 $csuite = archive_query('canonicalise_suite');
1728 if ($isuite ne $csuite) {
1729 progress f_ "canonical suite name for %s is %s", $isuite, $csuite;
1731 progress f_ "canonical suite name is %s", $csuite;
1735 sub get_archive_dsc () {
1736 canonicalise_suite();
1737 my @vsns = archive_query('archive_query');
1738 foreach my $vinfo (@vsns) {
1739 my ($vsn,$vsn_dscurl,$digester,$digest) = @$vinfo;
1740 $dscurl = $vsn_dscurl;
1741 $dscdata = url_get($dscurl);
1743 $skew_warning_vsn = $vsn if !defined $skew_warning_vsn;
1748 $digester->add($dscdata);
1749 my $got = $digester->hexdigest();
1751 fail f_ "%s has hash %s but archive told us to expect %s",
1752 $dscurl, $got, $digest;
1755 my $fmt = getfield $dsc, 'Format';
1756 $format_ok{$fmt} or forceable_fail [qw(unsupported-source-format)],
1757 f_ "unsupported source format %s, sorry", $fmt;
1759 $dsc_checked = !!$digester;
1760 printdebug "get_archive_dsc: Version ".(getfield $dsc, 'Version')."\n";
1764 printdebug "get_archive_dsc: nothing in archive, returning undef\n";
1767 sub check_for_git ();
1768 sub check_for_git () {
1770 my $how = access_cfg('git-check');
1771 if ($how eq 'ssh-cmd') {
1773 (access_cfg_ssh, access_gituserhost(),
1774 access_runeinfo("git-check $package").
1775 " set -e; cd ".access_cfg('git-path').";".
1776 " if test -d $package.git; then echo 1; else echo 0; fi");
1777 my $r= cmdoutput @cmd;
1778 if (defined $r and $r =~ m/^divert (\w+)$/) {
1780 my ($usedistro,) = access_distros();
1781 # NB that if we are pushing, $usedistro will be $distro/push
1782 $instead_distro= cfg("dgit-distro.$usedistro.diverts.$divert");
1783 $instead_distro =~ s{^/}{ access_basedistro()."/" }e;
1784 progress f_ "diverting to %s (using config for %s)",
1785 $divert, $instead_distro;
1786 return check_for_git();
1788 failedcmd @cmd unless defined $r and $r =~ m/^[01]$/;
1790 } elsif ($how eq 'url') {
1791 my $prefix = access_cfg('git-check-url','git-url');
1792 my $suffix = access_cfg('git-check-suffix','git-suffix',
1793 'RETURN-UNDEF') // '.git';
1794 my $url = "$prefix/$package$suffix";
1795 my @cmd = (@curl, qw(-sS -I), $url);
1796 my $result = cmdoutput @cmd;
1797 $result =~ s/^\S+ 200 .*\n\r?\n//;
1798 # curl -sS -I with https_proxy prints
1799 # HTTP/1.0 200 Connection established
1800 $result =~ m/^\S+ (404|200) /s or
1801 fail +(__ "unexpected results from git check query - ").
1802 Dumper($prefix, $result);
1804 if ($code eq '404') {
1806 } elsif ($code eq '200') {
1811 } elsif ($how eq 'true') {
1813 } elsif ($how eq 'false') {
1816 badcfg f_ "unknown git-check \`%s'", $how;
1820 sub create_remote_git_repo () {
1821 my $how = access_cfg('git-create');
1822 if ($how eq 'ssh-cmd') {
1824 (access_cfg_ssh, access_gituserhost(),
1825 access_runeinfo("git-create $package").
1826 "set -e; cd ".access_cfg('git-path').";".
1827 " cp -a _template $package.git");
1828 } elsif ($how eq 'true') {
1831 badcfg f_ "unknown git-create \`%s'", $how;
1835 our ($dsc_hash,$lastpush_mergeinput);
1836 our ($dsc_distro, $dsc_hint_tag, $dsc_hint_url);
1840 dgit_privdir(); # ensures that $dgit_privdir_made is based on $maindir
1841 $playground = fresh_playground 'dgit/unpack';
1844 sub mktree_in_ud_here () {
1845 playtree_setup $gitcfgs{local};
1848 sub git_write_tree () {
1849 my $tree = cmdoutput @git, qw(write-tree);
1850 $tree =~ m/^\w+$/ or die "$tree ?";
1854 sub git_add_write_tree () {
1855 runcmd @git, qw(add -Af .);
1856 return git_write_tree();
1859 sub remove_stray_gits ($) {
1861 my @gitscmd = qw(find -name .git -prune -print0);
1862 debugcmd "|",@gitscmd;
1863 open GITS, "-|", @gitscmd or confess "$!";
1868 print STDERR f_ "%s: warning: removing from %s: %s\n",
1869 $us, $what, (messagequote $_);
1873 $!=0; $?=0; close GITS or failedcmd @gitscmd;
1876 sub mktree_in_ud_from_only_subdir ($;$) {
1877 my ($what,$raw) = @_;
1878 # changes into the subdir
1881 confess "expected one subdir but found @dirs ?" unless @dirs==1;
1882 $dirs[0] =~ m#^([^/]+)/\.$# or die;
1886 remove_stray_gits($what);
1887 mktree_in_ud_here();
1889 my ($format, $fopts) = get_source_format();
1890 if (madformat($format)) {
1895 my $tree=git_add_write_tree();
1896 return ($tree,$dir);
1899 our @files_csum_info_fields =
1900 (['Checksums-Sha256','Digest::SHA', 'new(256)', 'sha256sum'],
1901 ['Checksums-Sha1', 'Digest::SHA', 'new(1)', 'sha1sum'],
1902 ['Files', 'Digest::MD5', 'new()', 'md5sum']);
1904 sub dsc_files_info () {
1905 foreach my $csumi (@files_csum_info_fields) {
1906 my ($fname, $module, $method) = @$csumi;
1907 my $field = $dsc->{$fname};
1908 next unless defined $field;
1909 eval "use $module; 1;" or die $@;
1911 foreach (split /\n/, $field) {
1913 m/^(\w+) (\d+) (\S+)$/ or
1914 fail f_ "could not parse .dsc %s line \`%s'", $fname, $_;
1915 my $digester = eval "$module"."->$method;" or die $@;
1920 Digester => $digester,
1925 fail f_ "missing any supported Checksums-* or Files field in %s",
1926 $dsc->get_option('name');
1930 map { $_->{Filename} } dsc_files_info();
1933 sub files_compare_inputs (@) {
1938 my $showinputs = sub {
1939 return join "; ", map { $_->get_option('name') } @$inputs;
1942 foreach my $in (@$inputs) {
1944 my $in_name = $in->get_option('name');
1946 printdebug "files_compare_inputs $in_name\n";
1948 foreach my $csumi (@files_csum_info_fields) {
1949 my ($fname) = @$csumi;
1950 printdebug "files_compare_inputs $in_name $fname\n";
1952 my $field = $in->{$fname};
1953 next unless defined $field;
1956 foreach (split /\n/, $field) {
1959 my ($info, $f) = m/^(\w+ \d+) (?:\S+ \S+ )?(\S+)$/ or
1960 fail "could not parse $in_name $fname line \`$_'";
1962 printdebug "files_compare_inputs $in_name $fname $f\n";
1966 my $re = \ $record{$f}{$fname};
1968 $fchecked{$f}{$in_name} = 1;
1971 "hash or size of %s varies in %s fields (between: %s)",
1972 $f, $fname, $showinputs->();
1977 @files = sort @files;
1978 $expected_files //= \@files;
1979 "@$expected_files" eq "@files" or
1980 fail f_ "file list in %s varies between hash fields!",
1984 fail f_ "%s has no files list field(s)", $in_name;
1986 printdebug "files_compare_inputs ".Dumper(\%fchecked, \%record)
1989 grep { keys %$_ == @$inputs-1 } values %fchecked
1990 or fail f_ "no file appears in all file lists (looked in: %s)",
1994 sub is_orig_file_in_dsc ($$) {
1995 my ($f, $dsc_files_info) = @_;
1996 return 0 if @$dsc_files_info <= 1;
1997 # One file means no origs, and the filename doesn't have a "what
1998 # part of dsc" component. (Consider versions ending `.orig'.)
1999 return 0 unless $f =~ m/\.$orig_f_tail_re$/o;
2003 # This function determines whether a .changes file is source-only from
2004 # the point of view of dak. Thus, it permits *_source.buildinfo
2007 # It does not, however, permit any other buildinfo files. After a
2008 # source-only upload, the buildds will try to upload files like
2009 # foo_1.2.3_amd64.buildinfo. If the package maintainer included files
2010 # named like this in their (otherwise) source-only upload, the uploads
2011 # of the buildd can be rejected by dak. Fixing the resultant
2012 # situation can require manual intervention. So we block such
2013 # .buildinfo files when the user tells us to perform a source-only
2014 # upload (such as when using the push-source subcommand with the -C
2015 # option, which calls this function).
2017 # Note, though, that when dgit is told to prepare a source-only
2018 # upload, such as when subcommands like build-source and push-source
2019 # without -C are used, dgit has a more restrictive notion of
2020 # source-only .changes than dak: such uploads will never include
2021 # *_source.buildinfo files. This is because there is no use for such
2022 # files when using a tool like dgit to produce the source package, as
2023 # dgit ensures the source is identical to git HEAD.
2024 sub test_source_only_changes ($) {
2026 foreach my $l (split /\n/, getfield $changes, 'Files') {
2027 $l =~ m/\S+$/ or next;
2028 # \.tar\.[a-z0-9]+ covers orig.tar and the tarballs in native packages
2029 unless ($& =~ m/(?:\.dsc|\.diff\.gz|\.tar\.[a-z0-9]+|_source\.buildinfo)$/) {
2030 print f_ "purportedly source-only changes polluted by %s\n", $&;
2037 sub changes_update_origs_from_dsc ($$$$) {
2038 my ($dsc, $changes, $upstreamvsn, $changesfile) = @_;
2040 printdebug "checking origs needed ($upstreamvsn)...\n";
2041 $_ = getfield $changes, 'Files';
2042 m/^\w+ \d+ (\S+ \S+) \S+$/m or
2043 fail __ "cannot find section/priority from .changes Files field";
2044 my $placementinfo = $1;
2046 printdebug "checking origs needed placement '$placementinfo'...\n";
2047 foreach my $l (split /\n/, getfield $dsc, 'Files') {
2048 $l =~ m/\S+$/ or next;
2050 printdebug "origs $file | $l\n";
2051 next unless is_orig_file_of_vsn $file, $upstreamvsn;
2052 printdebug "origs $file is_orig\n";
2053 my $have = archive_query('file_in_archive', $file);
2054 if (!defined $have) {
2055 print STDERR __ <<END;
2056 archive does not support .orig check; hope you used --ch:--sa/-sd if needed
2062 printdebug "origs $file \$#\$have=$#$have\n";
2063 foreach my $h (@$have) {
2066 foreach my $csumi (@files_csum_info_fields) {
2067 my ($fname, $module, $method, $archivefield) = @$csumi;
2068 next unless defined $h->{$archivefield};
2069 $_ = $dsc->{$fname};
2070 next unless defined;
2071 m/^(\w+) .* \Q$file\E$/m or
2072 fail f_ ".dsc %s missing entry for %s", $fname, $file;
2073 if ($h->{$archivefield} eq $1) {
2077 "%s: %s (archive) != %s (local .dsc)",
2078 $archivefield, $h->{$archivefield}, $1;
2081 confess "$file ".Dumper($h)." ?!" if $same && @differ;
2085 f_ "archive %s: %s", $h->{filename}, join "; ", @differ
2088 printdebug "origs $file f.same=$found_same".
2089 " #f._differ=$#found_differ\n";
2090 if (@found_differ && !$found_same) {
2092 (f_ "archive contains %s with different checksum", $file),
2095 # Now we edit the changes file to add or remove it
2096 foreach my $csumi (@files_csum_info_fields) {
2097 my ($fname, $module, $method, $archivefield) = @$csumi;
2098 next unless defined $changes->{$fname};
2100 # in archive, delete from .changes if it's there
2101 $changed{$file} = "removed" if
2102 $changes->{$fname} =~ s/\n.* \Q$file\E$(?:)$//m;
2103 } elsif ($changes->{$fname} =~ m/^.* \Q$file\E$(?:)$/m) {
2104 # not in archive, but it's here in the .changes
2106 my $dsc_data = getfield $dsc, $fname;
2107 $dsc_data =~ m/^(.* \Q$file\E$)$/m or die "$dsc_data $file ?";
2109 $extra =~ s/ \d+ /$&$placementinfo /
2110 or confess "$fname $extra >$dsc_data< ?"
2111 if $fname eq 'Files';
2112 $changes->{$fname} .= "\n". $extra;
2113 $changed{$file} = "added";
2118 foreach my $file (keys %changed) {
2120 "edited .changes for archive .orig contents: %s %s",
2121 $changed{$file}, $file;
2123 my $chtmp = "$changesfile.tmp";
2124 $changes->save($chtmp);
2126 rename $chtmp,$changesfile or die "$changesfile $!";
2128 progress f_ "[new .changes left in %s]", $changesfile;
2131 progress f_ "%s already has appropriate .orig(s) (if any)",
2136 sub make_commit ($) {
2138 return cmdoutput @git, qw(hash-object -w -t commit), $file;
2141 sub clogp_authline ($) {
2143 my $author = getfield $clogp, 'Maintainer';
2144 if ($author =~ m/^[^"\@]+\,/) {
2145 # single entry Maintainer field with unquoted comma
2146 $author = ($& =~ y/,//rd).$'; # strip the comma
2148 # git wants a single author; any remaining commas in $author
2149 # are by now preceded by @ (or "). It seems safer to punt on
2150 # "..." for now rather than attempting to dequote or something.
2151 $author =~ s#,.*##ms unless $author =~ m/"/;
2152 my $date = cmdoutput qw(date), '+%s %z', qw(-d), getfield($clogp,'Date');
2153 my $authline = "$author $date";
2154 $authline =~ m/$git_authline_re/o or
2155 fail f_ "unexpected commit author line format \`%s'".
2156 " (was generated from changelog Maintainer field)",
2158 return ($1,$2,$3) if wantarray;
2162 sub vendor_patches_distro ($$) {
2163 my ($checkdistro, $what) = @_;
2164 return unless defined $checkdistro;
2166 my $series = "debian/patches/\L$checkdistro\E.series";
2167 printdebug "checking for vendor-specific $series ($what)\n";
2169 if (!open SERIES, "<", $series) {
2170 confess "$series $!" unless $!==ENOENT;
2177 print STDERR __ <<END;
2179 Unfortunately, this source package uses a feature of dpkg-source where
2180 the same source package unpacks to different source code on different
2181 distros. dgit cannot safely operate on such packages on affected
2182 distros, because the meaning of source packages is not stable.
2184 Please ask the distro/maintainer to remove the distro-specific series
2185 files and use a different technique (if necessary, uploading actually
2186 different packages, if different distros are supposed to have
2190 fail f_ "Found active distro-specific series file for".
2191 " %s (%s): %s, cannot continue",
2192 $checkdistro, $what, $series;
2194 die "$series $!" if SERIES->error;
2198 sub check_for_vendor_patches () {
2199 # This dpkg-source feature doesn't seem to be documented anywhere!
2200 # But it can be found in the changelog (reformatted):
2202 # commit 4fa01b70df1dc4458daee306cfa1f987b69da58c
2203 # Author: Raphael Hertzog <hertzog@debian.org>
2204 # Date: Sun Oct 3 09:36:48 2010 +0200
2206 # dpkg-source: correctly create .pc/.quilt_series with alternate
2209 # If you have debian/patches/ubuntu.series and you were
2210 # unpacking the source package on ubuntu, quilt was still
2211 # directed to debian/patches/series instead of
2212 # debian/patches/ubuntu.series.
2214 # debian/changelog | 3 +++
2215 # scripts/Dpkg/Source/Package/V3/quilt.pm | 4 +++-
2216 # 2 files changed, 6 insertions(+), 1 deletion(-)
2219 vendor_patches_distro($ENV{DEB_VENDOR}, "DEB_VENDOR");
2220 vendor_patches_distro(Dpkg::Vendor::get_current_vendor(),
2221 __ "Dpkg::Vendor \`current vendor'");
2222 vendor_patches_distro(access_basedistro(),
2223 __ "(base) distro being accessed");
2224 vendor_patches_distro(access_nomdistro(),
2225 __ "(nominal) distro being accessed");
2228 sub check_bpd_exists () {
2229 stat $buildproductsdir
2230 or fail f_ "build-products-dir %s is not accessible: %s\n",
2231 $buildproductsdir, $!;
2234 sub dotdot_bpd_transfer_origs ($$$) {
2235 my ($bpd_abs, $upstreamversion, $wanted) = @_;
2236 # checks is_orig_file_of_vsn and if
2237 # calls $wanted->{$leaf} and expects boolish
2239 return if $buildproductsdir eq '..';
2242 my $dotdot = $maindir;
2243 $dotdot =~ s{/[^/]+$}{};
2244 opendir DD, $dotdot or fail "opendir .. ($dotdot): $!";
2245 while ($!=0, defined(my $leaf = readdir DD)) {
2247 local ($debuglevel) = $debuglevel-1;
2248 printdebug "DD_BPD $leaf ?\n";
2250 next unless is_orig_file_of_vsn $leaf, $upstreamversion;
2251 next unless $wanted->($leaf);
2252 next if lstat "$bpd_abs/$leaf";
2255 "%s: found orig(s) in .. missing from build-products-dir, transferring:\n",
2258 $! == &ENOENT or fail f_
2259 "check orig file %s in bpd %s: %s", $leaf, $bpd_abs, $!;
2260 lstat "$dotdot/$leaf" or fail f_
2261 "check orig file %s in ..: %s", $leaf, $!;
2263 stat "$dotdot/$leaf" or fail f_
2264 "check target of orig symlink %s in ..: %s", $leaf, $!;
2265 my $ltarget = readlink "$dotdot/$leaf" or
2266 die "readlink $dotdot/$leaf: $!";
2267 if ($ltarget !~ m{^/}) {
2268 $ltarget = "$dotdot/$ltarget";
2270 symlink $ltarget, "$bpd_abs/$leaf"
2271 or die "$ltarget $bpd_abs $leaf: $!";
2273 "%s: cloned orig symlink from ..: %s\n",
2275 } elsif (link "$dotdot/$leaf", "$bpd_abs/$leaf") {
2277 "%s: hardlinked orig from ..: %s\n",
2279 } elsif ($! != EXDEV) {
2280 fail f_ "failed to make %s a hardlink to %s: %s",
2281 "$bpd_abs/$leaf", "$dotdot/$leaf", $!;
2283 symlink "$bpd_abs/$leaf", "$dotdot/$leaf"
2284 or die "$bpd_abs $dotdot $leaf $!";
2286 "%s: symmlinked orig from .. on other filesystem: %s\n",
2290 die "$dotdot; $!" if $!;
2294 sub generate_commits_from_dsc () {
2295 # See big comment in fetch_from_archive, below.
2296 # See also README.dsc-import.
2298 changedir $playground;
2300 my $bpd_abs = bpd_abs();
2301 my $upstreamv = upstreamversion $dsc->{version};
2302 my @dfi = dsc_files_info();
2304 dotdot_bpd_transfer_origs $bpd_abs, $upstreamv,
2305 sub { grep { $_->{Filename} eq $_[0] } @dfi };
2307 foreach my $fi (@dfi) {
2308 my $f = $fi->{Filename};
2309 die "$f ?" if $f =~ m#/|^\.|\.dsc$|\.tmp$#;
2310 my $upper_f = "$bpd_abs/$f";
2312 printdebug "considering reusing $f: ";
2314 if (link_ltarget "$upper_f,fetch", $f) {
2315 printdebug "linked (using ...,fetch).\n";
2316 } elsif ((printdebug "($!) "),
2318 fail f_ "accessing %s: %s", "$buildproductsdir/$f,fetch", $!;
2319 } elsif (link_ltarget $upper_f, $f) {
2320 printdebug "linked.\n";
2321 } elsif ((printdebug "($!) "),
2323 fail f_ "accessing %s: %s", "$buildproductsdir/$f", $!;
2325 printdebug "absent.\n";
2329 complete_file_from_dsc('.', $fi, \$refetched)
2332 printdebug "considering saving $f: ";
2334 if (rename_link_xf 1, $f, $upper_f) {
2335 printdebug "linked.\n";
2336 } elsif ((printdebug "($@) "),
2338 fail f_ "saving %s: %s", "$buildproductsdir/$f", $@;
2339 } elsif (!$refetched) {
2340 printdebug "no need.\n";
2341 } elsif (rename_link_xf 1, $f, "$upper_f,fetch") {
2342 printdebug "linked (using ...,fetch).\n";
2343 } elsif ((printdebug "($@) "),
2345 fail f_ "saving %s: %s", "$buildproductsdir/$f,fetch", $@;
2347 printdebug "cannot.\n";
2351 # We unpack and record the orig tarballs first, so that we only
2352 # need disk space for one private copy of the unpacked source.
2353 # But we can't make them into commits until we have the metadata
2354 # from the debian/changelog, so we record the tree objects now and
2355 # make them into commits later.
2357 my $orig_f_base = srcfn $upstreamv, '';
2359 foreach my $fi (@dfi) {
2360 # We actually import, and record as a commit, every tarball
2361 # (unless there is only one file, in which case there seems
2364 my $f = $fi->{Filename};
2365 printdebug "import considering $f ";
2366 (printdebug "only one dfi\n"), next if @dfi == 1;
2367 (printdebug "not tar\n"), next unless $f =~ m/\.tar(\.\w+)?$/;
2368 (printdebug "signature\n"), next if $f =~ m/$orig_f_sig_re$/o;
2372 $f =~ m/^\Q$orig_f_base\E\.([^._]+)?\.tar(?:\.\w+)?$/;
2374 printdebug "Y ", (join ' ', map { $_//"(none)" }
2375 $compr_ext, $orig_f_part
2378 my $input = new IO::File $f, '<' or die "$f $!";
2382 if (defined $compr_ext) {
2384 Dpkg::Compression::compression_guess_from_filename $f;
2385 fail "Dpkg::Compression cannot handle file $f in source package"
2386 if defined $compr_ext && !defined $cname;
2388 new Dpkg::Compression::Process compression => $cname;
2389 @compr_cmd = $compr_proc->get_uncompress_cmdline();
2390 my $compr_fh = new IO::Handle;
2391 my $compr_pid = open $compr_fh, "-|" // confess "$!";
2393 open STDIN, "<&", $input or confess "$!";
2395 die "dgit (child): exec $compr_cmd[0]: $!\n";
2400 rmtree "_unpack-tar";
2401 mkdir "_unpack-tar" or confess "$!";
2402 my @tarcmd = qw(tar -x -f -
2403 --no-same-owner --no-same-permissions
2404 --no-acls --no-xattrs --no-selinux);
2405 my $tar_pid = fork // confess "$!";
2407 chdir "_unpack-tar" or confess "$!";
2408 open STDIN, "<&", $input or confess "$!";
2410 die f_ "dgit (child): exec %s: %s", $tarcmd[0], $!;
2412 $!=0; (waitpid $tar_pid, 0) == $tar_pid or confess "$!";
2413 !$? or failedcmd @tarcmd;
2416 (@compr_cmd ? ($?==SIGPIPE || failedcmd @compr_cmd)
2418 # finally, we have the results in "tarball", but maybe
2419 # with the wrong permissions
2421 runcmd qw(chmod -R +rwX _unpack-tar);
2422 changedir "_unpack-tar";
2423 remove_stray_gits($f);
2424 mktree_in_ud_here();
2426 my ($tree) = git_add_write_tree();
2427 my $tentries = cmdoutput @git, qw(ls-tree -z), $tree;
2428 if ($tentries =~ m/^\d+ tree (\w+)\t[^\000]+\000$/s) {
2430 printdebug "one subtree $1\n";
2432 printdebug "multiple subtrees\n";
2435 rmtree "_unpack-tar";
2437 my $ent = [ $f, $tree ];
2439 Orig => !!$orig_f_part,
2440 Sort => (!$orig_f_part ? 2 :
2441 $orig_f_part =~ m/-/g ? 1 :
2449 # put any without "_" first (spec is not clear whether files
2450 # are always in the usual order). Tarballs without "_" are
2451 # the main orig or the debian tarball.
2452 $a->{Sort} <=> $b->{Sort} or
2456 my $any_orig = grep { $_->{Orig} } @tartrees;
2458 my $dscfn = "$package.dsc";
2460 my $treeimporthow = 'package';
2462 open D, ">", $dscfn or die "$dscfn: $!";
2463 print D $dscdata or die "$dscfn: $!";
2464 close D or die "$dscfn: $!";
2465 my @cmd = qw(dpkg-source);
2466 push @cmd, '--no-check' if $dsc_checked;
2467 if (madformat $dsc->{format}) {
2468 push @cmd, '--skip-patches';
2469 $treeimporthow = 'unpatched';
2471 push @cmd, qw(-x --), $dscfn;
2474 my ($tree,$dir) = mktree_in_ud_from_only_subdir(__ "source package");
2475 if (madformat $dsc->{format}) {
2476 check_for_vendor_patches();
2480 if (madformat $dsc->{format}) {
2481 my @pcmd = qw(dpkg-source --before-build .);
2482 runcmd shell_cmd 'exec >/dev/null', @pcmd;
2484 $dappliedtree = git_add_write_tree();
2487 my @clogcmd = qw(dpkg-parsechangelog --format rfc822 --all);
2491 printdebug "import clog search...\n";
2492 parsechangelog_loop \@clogcmd, (__ "package changelog"), sub {
2493 my ($thisstanza, $desc) = @_;
2494 no warnings qw(exiting);
2496 $clogp //= $thisstanza;
2498 printdebug "import clog $thisstanza->{version} $desc...\n";
2500 last if !$any_orig; # we don't need $r1clogp
2502 # We look for the first (most recent) changelog entry whose
2503 # version number is lower than the upstream version of this
2504 # package. Then the last (least recent) previous changelog
2505 # entry is treated as the one which introduced this upstream
2506 # version and used for the synthetic commits for the upstream
2509 # One might think that a more sophisticated algorithm would be
2510 # necessary. But: we do not want to scan the whole changelog
2511 # file. Stopping when we see an earlier version, which
2512 # necessarily then is an earlier upstream version, is the only
2513 # realistic way to do that. Then, either the earliest
2514 # changelog entry we have seen so far is indeed the earliest
2515 # upload of this upstream version; or there are only changelog
2516 # entries relating to later upstream versions (which is not
2517 # possible unless the changelog and .dsc disagree about the
2518 # version). Then it remains to choose between the physically
2519 # last entry in the file, and the one with the lowest version
2520 # number. If these are not the same, we guess that the
2521 # versions were created in a non-monotonic order rather than
2522 # that the changelog entries have been misordered.
2524 printdebug "import clog $thisstanza->{version} vs $upstreamv...\n";
2526 last if version_compare($thisstanza->{version}, $upstreamv) < 0;
2527 $r1clogp = $thisstanza;
2529 printdebug "import clog $r1clogp->{version} becomes r1\n";
2532 $clogp or fail __ "package changelog has no entries!";
2534 my $authline = clogp_authline $clogp;
2535 my $changes = getfield $clogp, 'Changes';
2536 $changes =~ s/^\n//; # Changes: \n
2537 my $cversion = getfield $clogp, 'Version';
2540 $r1clogp //= $clogp; # maybe there's only one entry;
2541 my $r1authline = clogp_authline $r1clogp;
2542 # Strictly, r1authline might now be wrong if it's going to be
2543 # unused because !$any_orig. Whatever.
2545 printdebug "import tartrees authline $authline\n";
2546 printdebug "import tartrees r1authline $r1authline\n";
2548 foreach my $tt (@tartrees) {
2549 printdebug "import tartree $tt->{F} $tt->{Tree}\n";
2551 my $mbody = f_ "Import %s", $tt->{F};
2552 $tt->{Commit} = make_commit_text($tt->{Orig} ? <<END_O : <<END_T);
2555 committer $r1authline
2559 [dgit import orig $tt->{F}]
2567 [dgit import tarball $package $cversion $tt->{F}]
2572 printdebug "import main commit\n";
2574 open C, ">../commit.tmp" or confess "$!";
2575 print C <<END or confess "$!";
2578 print C <<END or confess "$!" foreach @tartrees;
2581 print C <<END or confess "$!";
2587 [dgit import $treeimporthow $package $cversion]
2590 close C or confess "$!";
2591 my $rawimport_hash = make_commit qw(../commit.tmp);
2593 if (madformat $dsc->{format}) {
2594 printdebug "import apply patches...\n";
2596 # regularise the state of the working tree so that
2597 # the checkout of $rawimport_hash works nicely.
2598 my $dappliedcommit = make_commit_text(<<END);
2605 runcmd @git, qw(checkout -q -b dapplied), $dappliedcommit;
2607 runcmd @git, qw(checkout -q -b unpa), $rawimport_hash;
2609 # We need the answers to be reproducible
2610 my @authline = clogp_authline($clogp);
2611 local $ENV{GIT_COMMITTER_NAME} = $authline[0];
2612 local $ENV{GIT_COMMITTER_EMAIL} = $authline[1];
2613 local $ENV{GIT_COMMITTER_DATE} = $authline[2];
2614 local $ENV{GIT_AUTHOR_NAME} = $authline[0];
2615 local $ENV{GIT_AUTHOR_EMAIL} = $authline[1];
2616 local $ENV{GIT_AUTHOR_DATE} = $authline[2];
2618 my $path = $ENV{PATH} or die;
2620 # we use ../../gbp-pq-output, which (given that we are in
2621 # $playground/PLAYTREE, and $playground is .git/dgit/unpack,
2624 foreach my $use_absurd (qw(0 1)) {
2625 runcmd @git, qw(checkout -q unpa);
2626 runcmd @git, qw(update-ref -d refs/heads/patch-queue/unpa);
2627 local $ENV{PATH} = $path;
2630 progress "warning: $@";
2631 $path = "$absurdity:$path";
2632 progress f_ "%s: trying slow absurd-git-apply...", $us;
2633 rename "../../gbp-pq-output","../../gbp-pq-output.0"
2638 die "forbid absurd git-apply\n" if $use_absurd
2639 && forceing [qw(import-gitapply-no-absurd)];
2640 die "only absurd git-apply!\n" if !$use_absurd
2641 && forceing [qw(import-gitapply-absurd)];
2643 local $ENV{DGIT_ABSURD_DEBUG} = $debuglevel if $use_absurd;
2644 local $ENV{PATH} = $path if $use_absurd;
2646 my @showcmd = (gbp_pq, qw(import));
2647 my @realcmd = shell_cmd
2648 'exec >/dev/null 2>>../../gbp-pq-output', @showcmd;
2649 debugcmd "+",@realcmd;
2650 if (system @realcmd) {
2651 die f_ "%s failed: %s\n",
2652 +(shellquote @showcmd),
2653 failedcmd_waitstatus();
2656 my $gapplied = git_rev_parse('HEAD');
2657 my $gappliedtree = cmdoutput @git, qw(rev-parse HEAD:);
2658 $gappliedtree eq $dappliedtree or
2659 fail f_ <<END, $gapplied, $gappliedtree, $dappliedtree;
2660 gbp-pq import and dpkg-source disagree!
2661 gbp-pq import gave commit %s
2662 gbp-pq import gave tree %s
2663 dpkg-source --before-build gave tree %s
2665 $rawimport_hash = $gapplied;
2670 { local $@; eval { runcmd qw(cat ../../gbp-pq-output); }; }
2675 progress f_ "synthesised git commit from .dsc %s", $cversion;
2677 my $rawimport_mergeinput = {
2678 Commit => $rawimport_hash,
2679 Info => __ "Import of source package",
2681 my @output = ($rawimport_mergeinput);
2683 if ($lastpush_mergeinput) {
2684 my $oldclogp = mergeinfo_getclogp($lastpush_mergeinput);
2685 my $oversion = getfield $oldclogp, 'Version';
2687 version_compare($oversion, $cversion);
2689 @output = ($rawimport_mergeinput, $lastpush_mergeinput,
2690 { ReverseParents => 1,
2691 Message => (f_ <<END, $package, $cversion, $csuite) });
2692 Record %s (%s) in archive suite %s
2694 } elsif ($vcmp > 0) {
2695 print STDERR f_ <<END, $cversion, $oversion,
2697 Version actually in archive: %s (older)
2698 Last version pushed with dgit: %s (newer or same)
2701 __ $later_warning_msg or confess "$!";
2702 @output = $lastpush_mergeinput;
2704 # Same version. Use what's in the server git branch,
2705 # discarding our own import. (This could happen if the
2706 # server automatically imports all packages into git.)
2707 @output = $lastpush_mergeinput;
2715 sub complete_file_from_dsc ($$;$) {
2716 our ($dstdir, $fi, $refetched) = @_;
2717 # Ensures that we have, in $dstdir, the file $fi, with the correct
2718 # contents. (Downloading it from alongside $dscurl if necessary.)
2719 # If $refetched is defined, can overwrite "$dstdir/$fi->{Filename}"
2720 # and will set $$refetched=1 if it did so (or tried to).
2722 my $f = $fi->{Filename};
2723 my $tf = "$dstdir/$f";
2727 my $checkhash = sub {
2728 open F, "<", "$tf" or die "$tf: $!";
2729 $fi->{Digester}->reset();
2730 $fi->{Digester}->addfile(*F);
2731 F->error and confess "$!";
2732 $got = $fi->{Digester}->hexdigest();
2733 return $got eq $fi->{Hash};
2736 if (stat_exists $tf) {
2737 if ($checkhash->()) {
2738 progress f_ "using existing %s", $f;
2742 fail f_ "file %s has hash %s but .dsc demands hash %s".
2743 " (perhaps you should delete this file?)",
2744 $f, $got, $fi->{Hash};
2746 progress f_ "need to fetch correct version of %s", $f;
2747 unlink $tf or die "$tf $!";
2750 printdebug "$tf does not exist, need to fetch\n";
2754 $furl =~ s{/[^/]+$}{};
2756 die "$f ?" unless $f =~ m/^\Q${package}\E_/;
2757 die "$f ?" if $f =~ m#/#;
2758 runcmd_ordryrun_local @curl,qw(-f -o),$tf,'--',"$furl";
2759 return 0 if !act_local();
2762 fail f_ "file %s has hash %s but .dsc demands hash %s".
2763 " (got wrong file from archive!)",
2764 $f, $got, $fi->{Hash};
2769 sub ensure_we_have_orig () {
2770 my @dfi = dsc_files_info();
2771 foreach my $fi (@dfi) {
2772 my $f = $fi->{Filename};
2773 next unless is_orig_file_in_dsc($f, \@dfi);
2774 complete_file_from_dsc($buildproductsdir, $fi)
2779 #---------- git fetch ----------
2781 sub lrfetchrefs () { return "refs/dgit-fetch/".access_basedistro(); }
2782 sub lrfetchref () { return lrfetchrefs.'/'.server_branch($csuite); }
2784 # We fetch some parts of lrfetchrefs/*. Ideally we delete these
2785 # locally fetched refs because they have unhelpful names and clutter
2786 # up gitk etc. So we track whether we have "used up" head ref (ie,
2787 # whether we have made another local ref which refers to this object).
2789 # (If we deleted them unconditionally, then we might end up
2790 # re-fetching the same git objects each time dgit fetch was run.)
2792 # So, each use of lrfetchrefs needs to be accompanied by arrangements
2793 # in git_fetch_us to fetch the refs in question, and possibly a call
2794 # to lrfetchref_used.
2796 our (%lrfetchrefs_f, %lrfetchrefs_d);
2797 # $lrfetchrefs_X{lrfetchrefs."/heads/whatever"} = $objid
2799 sub lrfetchref_used ($) {
2800 my ($fullrefname) = @_;
2801 my $objid = $lrfetchrefs_f{$fullrefname};
2802 $lrfetchrefs_d{$fullrefname} = $objid if defined $objid;
2805 sub git_lrfetch_sane {
2806 my ($url, $supplementary, @specs) = @_;
2807 # Make a 'refs/'.lrfetchrefs.'/*' be just like on server,
2808 # at least as regards @specs. Also leave the results in
2809 # %lrfetchrefs_f, and arrange for lrfetchref_used to be
2810 # able to clean these up.
2812 # With $supplementary==1, @specs must not contain wildcards
2813 # and we add to our previous fetches (non-atomically).
2815 # This is rather miserable:
2816 # When git fetch --prune is passed a fetchspec ending with a *,
2817 # it does a plausible thing. If there is no * then:
2818 # - it matches subpaths too, even if the supplied refspec
2819 # starts refs, and behaves completely madly if the source
2820 # has refs/refs/something. (See, for example, Debian #NNNN.)
2821 # - if there is no matching remote ref, it bombs out the whole
2823 # We want to fetch a fixed ref, and we don't know in advance
2824 # if it exists, so this is not suitable.
2826 # Our workaround is to use git ls-remote. git ls-remote has its
2827 # own qairks. Notably, it has the absurd multi-tail-matching
2828 # behaviour: git ls-remote R refs/foo can report refs/foo AND
2829 # refs/refs/foo etc.
2831 # Also, we want an idempotent snapshot, but we have to make two
2832 # calls to the remote: one to git ls-remote and to git fetch. The
2833 # solution is use git ls-remote to obtain a target state, and
2834 # git fetch to try to generate it. If we don't manage to generate
2835 # the target state, we try again.
2837 printdebug "git_lrfetch_sane suppl=$supplementary specs @specs\n";
2839 my $specre = join '|', map {
2842 my $wildcard = $x =~ s/\\\*$/.*/;
2843 die if $wildcard && $supplementary;
2846 printdebug "git_lrfetch_sane specre=$specre\n";
2847 my $wanted_rref = sub {
2849 return m/^(?:$specre)$/;
2852 my $fetch_iteration = 0;
2855 printdebug "git_lrfetch_sane iteration $fetch_iteration\n";
2856 if (++$fetch_iteration > 10) {
2857 fail __ "too many iterations trying to get sane fetch!";
2860 my @look = map { "refs/$_" } @specs;
2861 my @lcmd = (@git, qw(ls-remote -q --refs), $url, @look);
2865 open GITLS, "-|", @lcmd or confess "$!";
2867 printdebug "=> ", $_;
2868 m/^(\w+)\s+(\S+)\n/ or die "ls-remote $_ ?";
2869 my ($objid,$rrefname) = ($1,$2);
2870 if (!$wanted_rref->($rrefname)) {
2871 print STDERR f_ <<END, "@look", $rrefname;
2872 warning: git ls-remote %s reported %s; this is silly, ignoring it.
2876 $wantr{$rrefname} = $objid;
2879 close GITLS or failedcmd @lcmd;
2881 # OK, now %want is exactly what we want for refs in @specs
2883 !m/\*$/ && !exists $wantr{"refs/$_"} ? () :
2884 "+refs/$_:".lrfetchrefs."/$_";
2887 printdebug "git_lrfetch_sane fspecs @fspecs\n";
2889 my @fcmd = (@git, qw(fetch -p -n -q), $url, @fspecs);
2890 runcmd_ordryrun_local @fcmd if @fspecs;
2892 if (!$supplementary) {
2893 %lrfetchrefs_f = ();
2897 git_for_each_ref(lrfetchrefs, sub {
2898 my ($objid,$objtype,$lrefname,$reftail) = @_;
2899 $lrfetchrefs_f{$lrefname} = $objid;
2900 $objgot{$objid} = 1;
2903 if ($supplementary) {
2907 foreach my $lrefname (sort keys %lrfetchrefs_f) {
2908 my $rrefname = 'refs'.substr($lrefname, length lrfetchrefs);
2909 if (!exists $wantr{$rrefname}) {
2910 if ($wanted_rref->($rrefname)) {
2912 git-fetch @fspecs created $lrefname which git ls-remote @look didn't list.
2915 print STDERR f_ <<END, "@fspecs", $lrefname
2916 warning: git fetch %s created %s; this is silly, deleting it.
2919 runcmd_ordryrun_local @git, qw(update-ref -d), $lrefname;
2920 delete $lrfetchrefs_f{$lrefname};
2924 foreach my $rrefname (sort keys %wantr) {
2925 my $lrefname = lrfetchrefs.substr($rrefname, 4);
2926 my $got = $lrfetchrefs_f{$lrefname} // '<none>';
2927 my $want = $wantr{$rrefname};
2928 next if $got eq $want;
2929 if (!defined $objgot{$want}) {
2930 fail __ <<END unless act_local();
2931 --dry-run specified but we actually wanted the results of git fetch,
2932 so this is not going to work. Try running dgit fetch first,
2933 or using --damp-run instead of --dry-run.
2935 print STDERR f_ <<END, $lrefname, $want;
2936 warning: git ls-remote suggests we want %s
2937 warning: and it should refer to %s
2938 warning: but git fetch didn't fetch that object to any relevant ref.
2939 warning: This may be due to a race with someone updating the server.
2940 warning: Will try again...
2942 next FETCH_ITERATION;
2945 git-fetch @fspecs made $lrefname=$got but want git ls-remote @look says $want
2947 runcmd_ordryrun_local @git, qw(update-ref -m),
2948 "dgit fetch git fetch fixup", $lrefname, $want;
2949 $lrfetchrefs_f{$lrefname} = $want;
2954 if (defined $csuite) {
2955 printdebug "git_lrfetch_sane: tidying any old suite lrfetchrefs\n";
2956 git_for_each_ref("refs/dgit-fetch/$csuite", sub {
2957 my ($objid,$objtype,$lrefname,$reftail) = @_;
2958 next if $lrfetchrefs_f{$lrefname}; # $csuite eq $distro ?
2959 runcmd_ordryrun_local @git, qw(update-ref -d), $lrefname;
2963 printdebug "git_lrfetch_sane: git fetch --no-insane emulation complete\n",
2964 Dumper(\%lrfetchrefs_f);
2967 sub git_fetch_us () {
2968 # Want to fetch only what we are going to use, unless
2969 # deliberately-not-ff, in which case we must fetch everything.
2971 my @specs = deliberately_not_fast_forward ? qw(tags/*) :
2973 (quiltmode_splitbrain
2974 ? (map { $_->('*',access_nomdistro) }
2975 \&debiantag_new, \&debiantag_maintview)
2976 : debiantags('*',access_nomdistro));
2977 push @specs, server_branch($csuite);
2978 push @specs, $rewritemap;
2979 push @specs, qw(heads/*) if deliberately_not_fast_forward;
2981 my $url = access_giturl();
2982 git_lrfetch_sane $url, 0, @specs;
2985 my @tagpats = debiantags('*',access_nomdistro);
2987 git_for_each_ref([map { "refs/tags/$_" } @tagpats], sub {
2988 my ($objid,$objtype,$fullrefname,$reftail) = @_;
2989 printdebug "currently $fullrefname=$objid\n";
2990 $here{$fullrefname} = $objid;
2992 git_for_each_ref([map { lrfetchrefs."/tags/".$_ } @tagpats], sub {
2993 my ($objid,$objtype,$fullrefname,$reftail) = @_;
2994 my $lref = "refs".substr($fullrefname, length(lrfetchrefs));
2995 printdebug "offered $lref=$objid\n";
2996 if (!defined $here{$lref}) {
2997 my @upd = (@git, qw(update-ref), $lref, $objid, '');
2998 runcmd_ordryrun_local @upd;
2999 lrfetchref_used $fullrefname;
3000 } elsif ($here{$lref} eq $objid) {
3001 lrfetchref_used $fullrefname;
3003 print STDERR f_ "Not updating %s from %s to %s.\n",
3004 $lref, $here{$lref}, $objid;
3009 #---------- dsc and archive handling ----------
3011 sub mergeinfo_getclogp ($) {
3012 # Ensures thit $mi->{Clogp} exists and returns it
3014 $mi->{Clogp} = commit_getclogp($mi->{Commit});
3017 sub mergeinfo_version ($) {
3018 return getfield( (mergeinfo_getclogp $_[0]), 'Version' );
3021 sub fetch_from_archive_record_1 ($) {
3023 runcmd git_update_ref_cmd "dgit fetch $csuite", 'DGIT_ARCHIVE', $hash;
3024 cmdoutput @git, qw(log -n2), $hash;
3025 # ... gives git a chance to complain if our commit is malformed
3028 sub fetch_from_archive_record_2 ($) {
3030 my @upd_cmd = (git_update_ref_cmd 'dgit fetch', lrref(), $hash);
3034 dryrun_report @upd_cmd;
3038 sub parse_dsc_field_def_dsc_distro () {
3039 $dsc_distro //= cfg qw(dgit.default.old-dsc-distro
3040 dgit.default.distro);
3043 sub parse_dsc_field ($$) {
3044 my ($dsc, $what) = @_;
3046 foreach my $field (@ourdscfield) {
3047 $f = $dsc->{$field};
3052 progress f_ "%s: NO git hash", $what;
3053 parse_dsc_field_def_dsc_distro();
3054 } elsif (($dsc_hash, $dsc_distro, $dsc_hint_tag, $dsc_hint_url)
3055 = $f =~ m/^(\w+)\s+($distro_re)\s+($versiontag_re)\s+(\S+)(?:\s|$)/) {
3056 progress f_ "%s: specified git info (%s)", $what, $dsc_distro;
3057 $dsc_hint_tag = [ $dsc_hint_tag ];
3058 } elsif ($f =~ m/^\w+\s*$/) {
3060 parse_dsc_field_def_dsc_distro();
3061 $dsc_hint_tag = [ debiantags +(getfield $dsc, 'Version'),
3063 progress f_ "%s: specified git hash", $what;
3065 fail f_ "%s: invalid Dgit info", $what;
3069 sub resolve_dsc_field_commit ($$) {
3070 my ($already_distro, $already_mapref) = @_;
3072 return unless defined $dsc_hash;
3075 defined $already_mapref &&
3076 ($already_distro eq $dsc_distro || !$chase_dsc_distro)
3077 ? $already_mapref : undef;
3081 my ($what, @fetch) = @_;
3083 local $idistro = $dsc_distro;
3084 my $lrf = lrfetchrefs;
3086 if (!$chase_dsc_distro) {
3087 progress f_ "not chasing .dsc distro %s: not fetching %s",
3092 progress f_ ".dsc names distro %s: fetching %s", $dsc_distro, $what;
3094 my $url = access_giturl();
3095 if (!defined $url) {
3096 defined $dsc_hint_url or fail f_ <<END, $dsc_distro;
3097 .dsc Dgit metadata is in context of distro %s
3098 for which we have no configured url and .dsc provides no hint
3101 $dsc_hint_url =~ m#^([-+0-9a-zA-Z]+):# ? $1 :
3102 $dsc_hint_url =~ m#^/# ? 'file' : 'bad-syntax';
3103 parse_cfg_bool "dsc-url-proto-ok", 'false',
3104 cfg("dgit.dsc-url-proto-ok.$proto",
3105 "dgit.default.dsc-url-proto-ok")
3106 or fail f_ <<END, $dsc_distro, $proto;
3107 .dsc Dgit metadata is in context of distro %s
3108 for which we have no configured url;
3109 .dsc provides hinted url with protocol %s which is unsafe.
3110 (can be overridden by config - consult documentation)
3112 $url = $dsc_hint_url;
3115 git_lrfetch_sane $url, 1, @fetch;
3120 my $rewrite_enable = do {
3121 local $idistro = $dsc_distro;
3122 access_cfg('rewrite-map-enable', 'RETURN-UNDEF');
3125 if (parse_cfg_bool 'rewrite-map-enable', 'true', $rewrite_enable) {
3126 if (!defined $mapref) {
3127 my $lrf = $do_fetch->((__ "rewrite map"), $rewritemap) or return;
3128 $mapref = $lrf.'/'.$rewritemap;
3130 my $rewritemapdata = git_cat_file $mapref.':map';
3131 if (defined $rewritemapdata
3132 && $rewritemapdata =~ m/^$dsc_hash(?:[ \t](\w+))/m) {
3134 "server's git history rewrite map contains a relevant entry!";
3137 if (defined $dsc_hash) {
3138 progress __ "using rewritten git hash in place of .dsc value";
3140 progress __ "server data says .dsc hash is to be disregarded";
3145 if (!defined git_cat_file $dsc_hash) {
3146 my @tags = map { "tags/".$_ } @$dsc_hint_tag;
3147 my $lrf = $do_fetch->((__ "additional commits"), @tags) &&
3148 defined git_cat_file $dsc_hash
3149 or fail f_ <<END, $dsc_hash;
3150 .dsc Dgit metadata requires commit %s
3151 but we could not obtain that object anywhere.
3153 foreach my $t (@tags) {
3154 my $fullrefname = $lrf.'/'.$t;
3155 # print STDERR "CHK $t $fullrefname ".Dumper(\%lrfetchrefs_f);
3156 next unless $lrfetchrefs_f{$fullrefname};
3157 next unless is_fast_fwd "$fullrefname~0", $dsc_hash;
3158 lrfetchref_used $fullrefname;
3163 sub fetch_from_archive () {
3165 ensure_setup_existing_tree();
3167 # Ensures that lrref() is what is actually in the archive, one way
3168 # or another, according to us - ie this client's
3169 # appropritaely-updated archive view. Also returns the commit id.
3170 # If there is nothing in the archive, leaves lrref alone and
3171 # returns undef. git_fetch_us must have already been called.
3175 parse_dsc_field($dsc, __ 'last upload to archive');
3176 resolve_dsc_field_commit access_basedistro,
3177 lrfetchrefs."/".$rewritemap
3179 progress __ "no version available from the archive";
3182 # If the archive's .dsc has a Dgit field, there are three
3183 # relevant git commitids we need to choose between and/or merge
3185 # 1. $dsc_hash: the Dgit field from the archive
3186 # 2. $lastpush_hash: the suite branch on the dgit git server
3187 # 3. $lastfetch_hash: our local tracking brach for the suite
3189 # These may all be distinct and need not be in any fast forward
3192 # If the dsc was pushed to this suite, then the server suite
3193 # branch will have been updated; but it might have been pushed to
3194 # a different suite and copied by the archive. Conversely a more
3195 # recent version may have been pushed with dgit but not appeared
3196 # in the archive (yet).
3198 # $lastfetch_hash may be awkward because archive imports
3199 # (particularly, imports of Dgit-less .dscs) are performed only as
3200 # needed on individual clients, so different clients may perform a
3201 # different subset of them - and these imports are only made
3202 # public during push. So $lastfetch_hash may represent a set of
3203 # imports different to a subsequent upload by a different dgit
3206 # Our approach is as follows:
3208 # As between $dsc_hash and $lastpush_hash: if $lastpush_hash is a
3209 # descendant of $dsc_hash, then it was pushed by a dgit user who
3210 # had based their work on $dsc_hash, so we should prefer it.
3211 # Otherwise, $dsc_hash was installed into this suite in the
3212 # archive other than by a dgit push, and (necessarily) after the
3213 # last dgit push into that suite (since a dgit push would have
3214 # been descended from the dgit server git branch); thus, in that
3215 # case, we prefer the archive's version (and produce a
3216 # pseudo-merge to overwrite the dgit server git branch).
3218 # (If there is no Dgit field in the archive's .dsc then
3219 # generate_commit_from_dsc uses the version numbers to decide
3220 # whether the suite branch or the archive is newer. If the suite
3221 # branch is newer it ignores the archive's .dsc; otherwise it
3222 # generates an import of the .dsc, and produces a pseudo-merge to
3223 # overwrite the suite branch with the archive contents.)
3225 # The outcome of that part of the algorithm is the `public view',
3226 # and is same for all dgit clients: it does not depend on any
3227 # unpublished history in the local tracking branch.
3229 # As between the public view and the local tracking branch: The
3230 # local tracking branch is only updated by dgit fetch, and
3231 # whenever dgit fetch runs it includes the public view in the
3232 # local tracking branch. Therefore if the public view is not
3233 # descended from the local tracking branch, the local tracking
3234 # branch must contain history which was imported from the archive
3235 # but never pushed; and, its tip is now out of date. So, we make
3236 # a pseudo-merge to overwrite the old imports and stitch the old
3239 # Finally: we do not necessarily reify the public view (as
3240 # described above). This is so that we do not end up stacking two
3241 # pseudo-merges. So what we actually do is figure out the inputs
3242 # to any public view pseudo-merge and put them in @mergeinputs.
3245 # $mergeinputs[]{Commit}
3246 # $mergeinputs[]{Info}
3247 # $mergeinputs[0] is the one whose tree we use
3248 # @mergeinputs is in the order we use in the actual commit)
3251 # $mergeinputs[]{Message} is a commit message to use
3252 # $mergeinputs[]{ReverseParents} if def specifies that parent
3253 # list should be in opposite order
3254 # Such an entry has no Commit or Info. It applies only when found
3255 # in the last entry. (This ugliness is to support making
3256 # identical imports to previous dgit versions.)
3258 my $lastpush_hash = git_get_ref(lrfetchref());
3259 printdebug "previous reference hash=$lastpush_hash\n";
3260 $lastpush_mergeinput = $lastpush_hash && {
3261 Commit => $lastpush_hash,
3262 Info => (__ "dgit suite branch on dgit git server"),
3265 my $lastfetch_hash = git_get_ref(lrref());
3266 printdebug "fetch_from_archive: lastfetch=$lastfetch_hash\n";
3267 my $lastfetch_mergeinput = $lastfetch_hash && {
3268 Commit => $lastfetch_hash,
3269 Info => (__ "dgit client's archive history view"),
3272 my $dsc_mergeinput = $dsc_hash && {
3273 Commit => $dsc_hash,
3274 Info => (__ "Dgit field in .dsc from archive"),
3278 my $del_lrfetchrefs = sub {
3281 printdebug "del_lrfetchrefs...\n";
3282 foreach my $fullrefname (sort keys %lrfetchrefs_d) {
3283 my $objid = $lrfetchrefs_d{$fullrefname};
3284 printdebug "del_lrfetchrefs: $objid $fullrefname\n";
3286 $gur ||= new IO::Handle;
3287 open $gur, "|-", qw(git update-ref --stdin) or confess "$!";
3289 printf $gur "delete %s %s\n", $fullrefname, $objid;
3292 close $gur or failedcmd "git update-ref delete lrfetchrefs";
3296 if (defined $dsc_hash) {
3297 ensure_we_have_orig();
3298 if (!$lastpush_hash || $dsc_hash eq $lastpush_hash) {
3299 @mergeinputs = $dsc_mergeinput
3300 } elsif (is_fast_fwd($dsc_hash,$lastpush_hash)) {
3301 print STDERR f_ <<END, $dsc_hash, $lastpush_hash,
3303 Git commit in archive is behind the last version allegedly pushed/uploaded.
3304 Commit referred to by archive: %s
3305 Last version pushed with dgit: %s
3308 __ $later_warning_msg or confess "$!";
3309 @mergeinputs = ($lastpush_mergeinput);
3311 # Archive has .dsc which is not a descendant of the last dgit
3312 # push. This can happen if the archive moves .dscs about.
3313 # Just follow its lead.
3314 if (is_fast_fwd($lastpush_hash,$dsc_hash)) {
3315 progress __ "archive .dsc names newer git commit";
3316 @mergeinputs = ($dsc_mergeinput);
3318 progress __ "archive .dsc names other git commit, fixing up";
3319 @mergeinputs = ($dsc_mergeinput, $lastpush_mergeinput);
3323 @mergeinputs = generate_commits_from_dsc();
3324 # We have just done an import. Now, our import algorithm might
3325 # have been improved. But even so we do not want to generate
3326 # a new different import of the same package. So if the
3327 # version numbers are the same, just use our existing version.
3328 # If the version numbers are different, the archive has changed
3329 # (perhaps, rewound).
3330 if ($lastfetch_mergeinput &&
3331 !version_compare( (mergeinfo_version $lastfetch_mergeinput),
3332 (mergeinfo_version $mergeinputs[0]) )) {
3333 @mergeinputs = ($lastfetch_mergeinput);
3335 } elsif ($lastpush_hash) {
3336 # only in git, not in the archive yet
3337 @mergeinputs = ($lastpush_mergeinput);
3338 print STDERR f_ <<END,
3340 Package not found in the archive, but has allegedly been pushed using dgit.
3343 __ $later_warning_msg or confess "$!";
3345 printdebug "nothing found!\n";
3346 if (defined $skew_warning_vsn) {
3347 print STDERR f_ <<END, $skew_warning_vsn or confess "$!";
3349 Warning: relevant archive skew detected.
3350 Archive allegedly contains %s
3351 But we were not able to obtain any version from the archive or git.
3355 unshift @end, $del_lrfetchrefs;
3359 if ($lastfetch_hash &&
3361 my $h = $_->{Commit};
3362 $h and is_fast_fwd($lastfetch_hash, $h);
3363 # If true, one of the existing parents of this commit
3364 # is a descendant of the $lastfetch_hash, so we'll
3365 # be ff from that automatically.
3369 push @mergeinputs, $lastfetch_mergeinput;
3372 printdebug "fetch mergeinfos:\n";
3373 foreach my $mi (@mergeinputs) {
3375 printdebug " commit $mi->{Commit} $mi->{Info}\n";
3377 printdebug sprintf " ReverseParents=%d Message=%s",
3378 $mi->{ReverseParents}, $mi->{Message};
3382 my $compat_info= pop @mergeinputs
3383 if $mergeinputs[$#mergeinputs]{Message};
3385 @mergeinputs = grep { defined $_->{Commit} } @mergeinputs;
3388 if (@mergeinputs > 1) {
3390 my $tree_commit = $mergeinputs[0]{Commit};
3392 my $tree = get_tree_of_commit $tree_commit;;
3394 # We use the changelog author of the package in question the
3395 # author of this pseudo-merge. This is (roughly) correct if
3396 # this commit is simply representing aa non-dgit upload.
3397 # (Roughly because it does not record sponsorship - but we
3398 # don't have sponsorship info because that's in the .changes,
3399 # which isn't in the archivw.)
3401 # But, it might be that we are representing archive history
3402 # updates (including in-archive copies). These are not really
3403 # the responsibility of the person who created the .dsc, but
3404 # there is no-one whose name we should better use. (The
3405 # author of the .dsc-named commit is clearly worse.)
3407 my $useclogp = mergeinfo_getclogp $mergeinputs[0];
3408 my $author = clogp_authline $useclogp;
3409 my $cversion = getfield $useclogp, 'Version';
3411 my $mcf = dgit_privdir()."/mergecommit";
3412 open MC, ">", $mcf or die "$mcf $!";
3413 print MC <<END or confess "$!";
3417 my @parents = grep { $_->{Commit} } @mergeinputs;
3418 @parents = reverse @parents if $compat_info->{ReverseParents};
3419 print MC <<END or confess "$!" foreach @parents;
3423 print MC <<END or confess "$!";
3429 if (defined $compat_info->{Message}) {
3430 print MC $compat_info->{Message} or confess "$!";
3432 print MC f_ <<END, $package, $cversion, $csuite or confess "$!";
3433 Record %s (%s) in archive suite %s
3437 my $message_add_info = sub {
3439 my $mversion = mergeinfo_version $mi;
3440 printf MC " %-20s %s\n", $mversion, $mi->{Info}
3444 $message_add_info->($mergeinputs[0]);
3445 print MC __ <<END or confess "$!";
3446 should be treated as descended from
3448 $message_add_info->($_) foreach @mergeinputs[1..$#mergeinputs];
3451 close MC or confess "$!";
3452 $hash = make_commit $mcf;
3454 $hash = $mergeinputs[0]{Commit};
3456 printdebug "fetch hash=$hash\n";
3459 my ($lasth, $what) = @_;
3460 return unless $lasth;
3461 confess "$lasth $hash $what ?" unless is_fast_fwd($lasth, $hash);
3464 $chkff->($lastpush_hash, __ 'dgit repo server tip (last push)')
3466 $chkff->($lastfetch_hash, __ 'local tracking tip (last fetch)');
3468 fetch_from_archive_record_1($hash);
3470 if (defined $skew_warning_vsn) {
3471 printdebug "SKEW CHECK WANT $skew_warning_vsn\n";
3472 my $gotclogp = commit_getclogp($hash);
3473 my $got_vsn = getfield $gotclogp, 'Version';
3474 printdebug "SKEW CHECK GOT $got_vsn\n";
3475 if (version_compare($got_vsn, $skew_warning_vsn) < 0) {
3476 print STDERR f_ <<END, $skew_warning_vsn, $got_vsn or confess "$!";
3478 Warning: archive skew detected. Using the available version:
3479 Archive allegedly contains %s
3480 We were able to obtain only %s
3486 if ($lastfetch_hash ne $hash) {
3487 fetch_from_archive_record_2($hash);
3490 lrfetchref_used lrfetchref();
3492 check_gitattrs($hash, __ "fetched source tree");
3494 unshift @end, $del_lrfetchrefs;
3498 sub set_local_git_config ($$) {
3500 runcmd @git, qw(config), $k, $v;
3503 sub setup_mergechangelogs (;$) {
3505 return unless $always || access_cfg_bool(1, 'setup-mergechangelogs');
3507 my $driver = 'dpkg-mergechangelogs';
3508 my $cb = "merge.$driver";
3509 confess unless defined $maindir;
3510 my $attrs = "$maindir_gitcommon/info/attributes";
3511 ensuredir "$maindir_gitcommon/info";
3513 open NATTRS, ">", "$attrs.new" or die "$attrs.new $!";
3514 if (!open ATTRS, "<", $attrs) {
3515 $!==ENOENT or die "$attrs: $!";
3519 next if m{^debian/changelog\s};
3520 print NATTRS $_, "\n" or confess "$!";
3522 ATTRS->error and confess "$!";
3525 print NATTRS "debian/changelog merge=$driver\n" or confess "$!";
3528 set_local_git_config "$cb.name", __ 'debian/changelog merge driver';
3529 set_local_git_config "$cb.driver", 'dpkg-mergechangelogs -m %O %A %B %A';
3531 rename "$attrs.new", "$attrs" or die "$attrs: $!";
3534 sub setup_useremail (;$) {
3536 return unless $always || access_cfg_bool(1, 'setup-useremail');
3539 my ($k, $envvar) = @_;
3540 my $v = access_cfg("user-$k", 'RETURN-UNDEF') // $ENV{$envvar};
3541 return unless defined $v;
3542 set_local_git_config "user.$k", $v;
3545 $setup->('email', 'DEBEMAIL');
3546 $setup->('name', 'DEBFULLNAME');
3549 sub ensure_setup_existing_tree () {
3550 my $k = "remote.$remotename.skipdefaultupdate";
3551 my $c = git_get_config $k;
3552 return if defined $c;
3553 set_local_git_config $k, 'true';
3556 sub open_main_gitattrs () {
3557 confess 'internal error no maindir' unless defined $maindir;
3558 my $gai = new IO::File "$maindir_gitcommon/info/attributes"
3560 or die "open $maindir_gitcommon/info/attributes: $!";
3564 our $gitattrs_ourmacro_re = qr{^\[attr\]dgit-defuse-attrs\s};
3566 sub is_gitattrs_setup () {
3569 # 1: gitattributes set up and should be left alone
3571 # 0: there is a dgit-defuse-attrs but it needs fixing
3572 # undef: there is none
3573 my $gai = open_main_gitattrs();
3574 return 0 unless $gai;
3576 next unless m{$gitattrs_ourmacro_re};
3577 return 1 if m{\s-working-tree-encoding\s};
3578 printdebug "is_gitattrs_setup: found old macro\n";
3581 $gai->error and confess "$!";
3582 printdebug "is_gitattrs_setup: found nothing\n";
3586 sub setup_gitattrs (;$) {
3588 return unless $always || access_cfg_bool(1, 'setup-gitattributes');
3590 my $already = is_gitattrs_setup();
3593 [attr]dgit-defuse-attrs already found, and proper, in .git/info/attributes
3594 not doing further gitattributes setup
3598 my $new = "[attr]dgit-defuse-attrs $negate_harmful_gitattrs";
3599 my $af = "$maindir_gitcommon/info/attributes";
3600 ensuredir "$maindir_gitcommon/info";
3602 open GAO, "> $af.new" or confess "$!";
3603 print GAO <<END, __ <<ENDT or confess "$!" unless defined $already;
3607 # ^ see GITATTRIBUTES in dgit(7) and dgit setup-new-tree in dgit(1)
3609 my $gai = open_main_gitattrs();
3612 if (m{$gitattrs_ourmacro_re}) {
3613 die unless defined $already;
3617 print GAO $_, "\n" or confess "$!";
3619 $gai->error and confess "$!";
3621 close GAO or confess "$!";
3622 rename "$af.new", "$af" or fail f_ "install %s: %s", $af, $!;
3625 sub setup_new_tree () {
3626 setup_mergechangelogs();
3631 sub check_gitattrs ($$) {
3632 my ($treeish, $what) = @_;
3634 return if is_gitattrs_setup;
3637 my @cmd = (@git, qw(ls-tree -lrz --), "${treeish}:");
3639 my $gafl = new IO::File;
3640 open $gafl, "-|", @cmd or confess "$!";
3643 s/^\d+\s+\w+\s+\w+\s+(\d+)\t// or die;
3645 next unless m{(?:^|/)\.gitattributes$};
3647 # oh dear, found one
3648 print STDERR f_ <<END, $what;
3649 dgit: warning: %s contains .gitattributes
3650 dgit: .gitattributes not (fully) defused. Recommended: dgit setup-new-tree.
3655 # tree contains no .gitattributes files
3656 $?=0; $!=0; close $gafl or failedcmd @cmd;
3660 sub multisuite_suite_child ($$$) {
3661 my ($tsuite, $mergeinputs, $fn) = @_;
3662 # in child, sets things up, calls $fn->(), and returns undef
3663 # in parent, returns canonical suite name for $tsuite
3664 my $canonsuitefh = IO::File::new_tmpfile;
3665 my $pid = fork // confess "$!";
3669 $us .= " [$isuite]";
3670 $debugprefix .= " ";
3671 progress f_ "fetching %s...", $tsuite;
3672 canonicalise_suite();
3673 print $canonsuitefh $csuite, "\n" or confess "$!";
3674 close $canonsuitefh or confess "$!";
3678 waitpid $pid,0 == $pid or confess "$!";
3679 fail f_ "failed to obtain %s: %s", $tsuite, waitstatusmsg()
3681 seek $canonsuitefh,0,0 or confess "$!";
3682 local $csuite = <$canonsuitefh>;
3683 confess "$!" unless defined $csuite && chomp $csuite;
3685 printdebug "multisuite $tsuite missing\n";
3688 printdebug "multisuite $tsuite ok (canon=$csuite)\n";
3689 push @$mergeinputs, {
3696 sub fork_for_multisuite ($) {
3697 my ($before_fetch_merge) = @_;
3698 # if nothing unusual, just returns ''
3701 # returns 0 to caller in child, to do first of the specified suites
3702 # in child, $csuite is not yet set
3704 # returns 1 to caller in parent, to finish up anything needed after
3705 # in parent, $csuite is set to canonicalised portmanteau
3707 my $org_isuite = $isuite;
3708 my @suites = split /\,/, $isuite;
3709 return '' unless @suites > 1;
3710 printdebug "fork_for_multisuite: @suites\n";
3714 my $cbasesuite = multisuite_suite_child($suites[0], \@mergeinputs,
3716 return 0 unless defined $cbasesuite;
3718 fail f_ "package %s missing in (base suite) %s", $package, $cbasesuite
3719 unless @mergeinputs;
3721 my @csuites = ($cbasesuite);
3723 $before_fetch_merge->();
3725 foreach my $tsuite (@suites[1..$#suites]) {
3726 $tsuite =~ s/^-/$cbasesuite-/;
3727 my $csubsuite = multisuite_suite_child($tsuite, \@mergeinputs,
3734 $csubsuite =~ s/^\Q$cbasesuite\E-/-/;
3735 push @csuites, $csubsuite;
3738 foreach my $mi (@mergeinputs) {
3739 my $ref = git_get_ref $mi->{Ref};
3740 die "$mi->{Ref} ?" unless length $ref;
3741 $mi->{Commit} = $ref;
3744 $csuite = join ",", @csuites;
3746 my $previous = git_get_ref lrref;
3748 unshift @mergeinputs, {
3749 Commit => $previous,
3750 Info => (__ "local combined tracking branch"),
3752 "archive seems to have rewound: local tracking branch is ahead!"),
3756 foreach my $ix (0..$#mergeinputs) {
3757 $mergeinputs[$ix]{Index} = $ix;
3760 @mergeinputs = sort {
3761 -version_compare(mergeinfo_version $a,
3762 mergeinfo_version $b) # highest version first
3764 $a->{Index} <=> $b->{Index}; # earliest in spec first
3770 foreach my $mi (@mergeinputs) {
3771 printdebug "multisuite merge check $mi->{Info}\n";
3772 foreach my $previous (@needed) {
3773 next unless is_fast_fwd $mi->{Commit}, $previous->{Commit};
3774 printdebug "multisuite merge un-needed $previous->{Info}\n";
3778 printdebug "multisuite merge this-needed\n";
3779 $mi->{Character} = '+';
3782 $needed[0]{Character} = '*';
3784 my $output = $needed[0]{Commit};
3787 printdebug "multisuite merge nontrivial\n";
3788 my $tree = cmdoutput qw(git rev-parse), $needed[0]{Commit}.':';
3790 my $commit = "tree $tree\n";
3791 my $msg = f_ "Combine archive branches %s [dgit]\n\n".
3792 "Input branches:\n",
3795 foreach my $mi (sort { $a->{Index} <=> $b->{Index} } @mergeinputs) {
3796 printdebug "multisuite merge include $mi->{Info}\n";
3797 $mi->{Character} //= ' ';
3798 $commit .= "parent $mi->{Commit}\n";
3799 $msg .= sprintf " %s %-25s %s\n",
3801 (mergeinfo_version $mi),
3804 my $authline = clogp_authline mergeinfo_getclogp $needed[0];
3805 $msg .= __ "\nKey\n".
3806 " * marks the highest version branch, which choose to use\n".
3807 " + marks each branch which was not already an ancestor\n\n";
3809 "[dgit multi-suite $csuite]\n";
3811 "author $authline\n".
3812 "committer $authline\n\n";
3813 $output = make_commit_text $commit.$msg;
3814 printdebug "multisuite merge generated $output\n";
3817 fetch_from_archive_record_1($output);
3818 fetch_from_archive_record_2($output);
3820 progress f_ "calculated combined tracking suite %s", $csuite;
3825 sub clone_set_head () {
3826 open H, "> .git/HEAD" or confess "$!";
3827 print H "ref: ".lref()."\n" or confess "$!";
3828 close H or confess "$!";
3830 sub clone_finish ($) {
3832 runcmd @git, qw(reset --hard), lrref();
3833 runcmd qw(bash -ec), <<'END';
3835 git ls-tree -r --name-only -z HEAD | \
3836 xargs -0r touch -h -r . --
3838 printdone f_ "ready for work in %s", $dstdir;
3842 # in multisuite, returns twice!
3843 # once in parent after first suite fetched,
3844 # and then again in child after everything is finished
3846 badusage __ "dry run makes no sense with clone" unless act_local();
3848 my $multi_fetched = fork_for_multisuite(sub {
3849 printdebug "multi clone before fetch merge\n";
3853 if ($multi_fetched) {
3854 printdebug "multi clone after fetch merge\n";
3856 clone_finish($dstdir);
3859 printdebug "clone main body\n";
3861 mkdir $dstdir or fail f_ "create \`%s': %s", $dstdir, $!;
3865 canonicalise_suite();
3866 my $hasgit = check_for_git();
3868 runcmd @git, qw(init -q);
3872 my $giturl = access_giturl(1);
3873 if (defined $giturl) {
3874 runcmd @git, qw(remote add), 'origin', $giturl;
3877 progress __ "fetching existing git history";
3879 runcmd_ordryrun_local @git, qw(fetch origin);
3881 progress __ "starting new git history";
3883 fetch_from_archive() or no_such_package;
3884 my $vcsgiturl = $dsc->{'Vcs-Git'};
3885 if (length $vcsgiturl) {
3886 $vcsgiturl =~ s/\s+-b\s+\S+//g;
3887 runcmd @git, qw(remote add vcs-git), $vcsgiturl;
3889 clone_finish($dstdir);
3893 canonicalise_suite();
3894 if (check_for_git()) {
3897 fetch_from_archive() or no_such_package();
3899 my $vcsgiturl = $dsc && $dsc->{'Vcs-Git'};
3900 if (length $vcsgiturl and
3901 (grep { $csuite eq $_ }
3903 cfg 'dgit.vcs-git.suites')) {
3904 my $current = cfg 'remote.vcs-git.url', 'RETURN-UNDEF';
3905 if (defined $current && $current ne $vcsgiturl) {
3906 print STDERR f_ <<END, $csuite;
3907 FYI: Vcs-Git in %s has different url to your vcs-git remote.
3908 Your vcs-git remote url may be out of date. Use dgit update-vcs-git ?
3912 printdone f_ "fetched into %s", lrref();
3916 my $multi_fetched = fork_for_multisuite(sub { });
3917 fetch_one() unless $multi_fetched; # parent
3918 finish 0 if $multi_fetched eq '0'; # child
3923 runcmd_ordryrun_local @git, qw(merge -m),
3924 (f_ "Merge from %s [dgit]", $csuite),
3926 printdone f_ "fetched to %s and merged into HEAD", lrref();
3929 sub check_not_dirty () {
3930 my @forbid = qw(local-options local-patch-header);
3931 @forbid = map { "debian/source/$_" } @forbid;
3932 foreach my $f (@forbid) {
3933 if (stat_exists $f) {
3934 fail f_ "git tree contains %s", $f;
3938 my @cmd = (@git, qw(status -uall --ignored --porcelain));
3939 push @cmd, qw(debian/source/format debian/source/options);
3942 my $bad = cmdoutput @cmd;
3945 "you have uncommitted changes to critical files, cannot continue:\n").
3949 return if $includedirty;
3951 git_check_unmodified();
3954 sub commit_admin ($) {
3957 runcmd_ordryrun_local @git, qw(commit -m), $m;
3960 sub quiltify_nofix_bail ($$) {
3961 my ($headinfo, $xinfo) = @_;
3962 if ($quilt_mode eq 'nofix') {
3964 "quilt fixup required but quilt mode is \`nofix'\n".
3965 "HEAD commit%s differs from tree implied by debian/patches%s",
3970 sub commit_quilty_patch () {
3971 my $output = cmdoutput @git, qw(status --ignored --porcelain);
3973 foreach my $l (split /\n/, $output) {
3974 next unless $l =~ m/\S/;
3975 if ($l =~ m{^(?:[?!][?!]| [MADRC]) (.pc|debian/patches)}) {
3979 delete $adds{'.pc'}; # if there wasn't one before, don't add it
3981 progress __ "nothing quilty to commit, ok.";
3984 quiltify_nofix_bail "", __ " (wanted to commit patch update)";
3985 my @adds = map { s/[][*?\\]/\\$&/g; $_; } sort keys %adds;
3986 runcmd_ordryrun_local @git, qw(add -f), @adds;
3987 commit_admin +(__ <<ENDT).<<END
3988 Commit Debian 3.0 (quilt) metadata
3991 [dgit ($our_version) quilt-fixup]
3995 sub get_source_format () {
3997 if (open F, "debian/source/options") {
4001 s/\s+$//; # ignore missing final newline
4003 my ($k, $v) = ($`, $'); #');
4004 $v =~ s/^"(.*)"$/$1/;
4010 F->error and confess "$!";
4013 confess "$!" unless $!==&ENOENT;
4016 if (!open F, "debian/source/format") {
4017 confess "$!" unless $!==&ENOENT;
4021 F->error and confess "$!";
4023 return ($_, \%options);
4026 sub madformat_wantfixup ($) {
4028 return 0 unless $format eq '3.0 (quilt)';
4029 our $quilt_mode_warned;
4030 if ($quilt_mode eq 'nocheck') {
4031 progress f_ "Not doing any fixup of \`%s'".
4032 " due to ----no-quilt-fixup or --quilt=nocheck", $format
4033 unless $quilt_mode_warned++;
4036 progress f_ "Format \`%s', need to check/update patch stack", $format
4037 unless $quilt_mode_warned++;
4041 sub maybe_split_brain_save ($$$) {
4042 my ($headref, $dgitview, $msg) = @_;
4043 # => message fragment "$saved" describing disposition of $dgitview
4044 # (used inside parens, in the English texts)
4045 my $save = $internal_object_save{'dgit-view'};
4046 return f_ "commit id %s", $dgitview unless defined $save;
4047 my @cmd = (shell_cmd 'cd "$1"; shift', $maindir,
4049 "dgit --dgit-view-save $msg HEAD=$headref",
4052 return f_ "and left in %s", $save;
4055 # An "infopair" is a tuple [ $thing, $what ]
4056 # (often $thing is a commit hash; $what is a description)
4058 sub infopair_cond_equal ($$) {
4060 $x->[0] eq $y->[0] or fail <<END;
4061 $x->[1] ($x->[0]) not equal to $y->[1] ($y->[0])
4065 sub infopair_lrf_tag_lookup ($$) {
4066 my ($tagnames, $what) = @_;
4067 # $tagname may be an array ref
4068 my @tagnames = ref $tagnames ? @$tagnames : ($tagnames);
4069 printdebug "infopair_lrfetchref_tag_lookup $what @tagnames\n";
4070 foreach my $tagname (@tagnames) {
4071 my $lrefname = lrfetchrefs."/tags/$tagname";
4072 my $tagobj = $lrfetchrefs_f{$lrefname};
4073 next unless defined $tagobj;
4074 printdebug "infopair_lrfetchref_tag_lookup $tagobj $tagname $what\n";
4075 return [ git_rev_parse($tagobj), $what ];
4077 fail @tagnames==1 ? (f_ <<END, $what, "@tagnames")
4078 Wanted tag %s (%s) on dgit server, but not found
4080 : (f_ <<END, $what, "@tagnames");
4081 Wanted tag %s (one of: %s) on dgit server, but not found
4085 sub infopair_cond_ff ($$) {
4086 my ($anc,$desc) = @_;
4087 is_fast_fwd($anc->[0], $desc->[0]) or
4088 fail f_ <<END, $anc->[1], $anc->[0], $desc->[1], $desc->[0];
4089 %s (%s) .. %s (%s) is not fast forward
4093 sub pseudomerge_version_check ($$) {
4094 my ($clogp, $archive_hash) = @_;
4096 my $arch_clogp = commit_getclogp $archive_hash;
4097 my $i_arch_v = [ (getfield $arch_clogp, 'Version'),
4098 __ 'version currently in archive' ];
4099 if (defined $overwrite_version) {
4100 if (length $overwrite_version) {
4101 infopair_cond_equal([ $overwrite_version,
4102 '--overwrite= version' ],
4105 my $v = $i_arch_v->[0];
4107 "Checking package changelog for archive version %s ...", $v;
4110 my @xa = ("-f$v", "-t$v");
4111 my $vclogp = parsechangelog @xa;
4114 [ (getfield $vclogp, $fn),
4115 (f_ "%s field from dpkg-parsechangelog %s",
4118 my $cv = $gf->('Version');
4119 infopair_cond_equal($i_arch_v, $cv);
4120 $cd = $gf->('Distribution');
4123 $@ =~ s/^dgit: //gm;
4125 f_ "Perhaps debian/changelog does not mention %s ?", $v;
4127 fail f_ <<END, $cd->[1], $cd->[0], $v
4129 Your tree seems to based on earlier (not uploaded) %s.
4131 if $cd->[0] =~ m/UNRELEASED/;
4135 printdebug "pseudomerge_version_check i_arch_v @$i_arch_v\n";
4139 sub pseudomerge_make_commit ($$$$ $$) {
4140 my ($clogp, $dgitview, $archive_hash, $i_arch_v,
4141 $msg_cmd, $msg_msg) = @_;
4142 progress f_ "Declaring that HEAD includes all changes in %s...",
4145 my $tree = cmdoutput qw(git rev-parse), "${dgitview}:";
4146 my $authline = clogp_authline $clogp;
4150 !defined $overwrite_version ? ""
4151 : !length $overwrite_version ? " --overwrite"
4152 : " --overwrite=".$overwrite_version;
4154 # Contributing parent is the first parent - that makes
4155 # git rev-list --first-parent DTRT.
4156 my $pmf = dgit_privdir()."/pseudomerge";
4157 open MC, ">", $pmf or die "$pmf $!";
4158 print MC <<END or confess "$!";
4161 parent $archive_hash
4169 close MC or confess "$!";
4171 return make_commit($pmf);
4174 sub splitbrain_pseudomerge ($$$$) {
4175 my ($clogp, $maintview, $dgitview, $archive_hash) = @_;
4176 # => $merged_dgitview
4177 printdebug "splitbrain_pseudomerge...\n";
4179 # We: debian/PREVIOUS HEAD($maintview)
4180 # expect: o ----------------- o
4183 # a/d/PREVIOUS $dgitview
4186 # we do: `------------------ o
4190 return $dgitview unless defined $archive_hash;
4191 return $dgitview if deliberately_not_fast_forward();
4193 printdebug "splitbrain_pseudomerge...\n";
4195 my $i_arch_v = pseudomerge_version_check($clogp, $archive_hash);
4197 if (!defined $overwrite_version) {
4198 progress __ "Checking that HEAD includes all changes in archive...";
4201 return $dgitview if is_fast_fwd $archive_hash, $dgitview;
4203 if (defined $overwrite_version) {
4205 my $t_dep14 = debiantag_maintview $i_arch_v->[0], access_nomdistro;
4206 my $i_dep14 = infopair_lrf_tag_lookup($t_dep14,
4207 __ "maintainer view tag");
4208 my $t_dgit = debiantag_new $i_arch_v->[0], access_nomdistro;
4209 my $i_dgit = infopair_lrf_tag_lookup($t_dgit, __ "dgit view tag");
4210 my $i_archive = [ $archive_hash, __ "current archive contents" ];
4212 printdebug "splitbrain_pseudomerge i_archive @$i_archive\n";
4214 infopair_cond_equal($i_dgit, $i_archive);
4215 infopair_cond_ff($i_dep14, $i_dgit);
4216 infopair_cond_ff($i_dep14, [ $maintview, 'HEAD' ]);
4219 $@ =~ s/^\n//; chomp $@;
4220 print STDERR <<END.(__ <<ENDT);
4223 | Not fast forward; maybe --overwrite is needed ? Please see dgit(1).
4228 my $arch_v = $i_arch_v->[0];
4229 my $r = pseudomerge_make_commit
4230 $clogp, $dgitview, $archive_hash, $i_arch_v,
4231 "dgit --quilt=$quilt_mode",
4232 (defined $overwrite_version
4233 ? f_ "Declare fast forward from %s\n", $arch_v
4234 : f_ "Make fast forward from %s\n", $arch_v);
4236 maybe_split_brain_save $maintview, $r, "pseudomerge";
4238 progress f_ "Made pseudo-merge of %s into dgit view.", $arch_v;
4242 sub plain_overwrite_pseudomerge ($$$) {
4243 my ($clogp, $head, $archive_hash) = @_;
4245 printdebug "plain_overwrite_pseudomerge...";
4247 my $i_arch_v = pseudomerge_version_check($clogp, $archive_hash);
4249 return $head if is_fast_fwd $archive_hash, $head;
4251 my $m = f_ "Declare fast forward from %s", $i_arch_v->[0];
4253 my $r = pseudomerge_make_commit
4254 $clogp, $head, $archive_hash, $i_arch_v,
4257 runcmd git_update_ref_cmd $m, 'HEAD', $r, $head;
4259 progress f_ "Make pseudo-merge of %s into your HEAD.", $i_arch_v->[0];
4263 sub push_parse_changelog ($) {
4266 my $clogp = Dpkg::Control::Hash->new();
4267 $clogp->load($clogpfn) or die;
4269 my $clogpackage = getfield $clogp, 'Source';
4270 $package //= $clogpackage;
4271 fail f_ "-p specified %s but changelog specified %s",
4272 $package, $clogpackage
4273 unless $package eq $clogpackage;
4274 my $cversion = getfield $clogp, 'Version';
4276 if (!$we_are_initiator) {
4277 # rpush initiator can't do this because it doesn't have $isuite yet
4278 my $tag = debiantag($cversion, access_nomdistro);
4279 runcmd @git, qw(check-ref-format), $tag;
4282 my $dscfn = dscfn($cversion);
4284 return ($clogp, $cversion, $dscfn);
4287 sub push_parse_dsc ($$$) {
4288 my ($dscfn,$dscfnwhat, $cversion) = @_;
4289 $dsc = parsecontrol($dscfn,$dscfnwhat);
4290 my $dversion = getfield $dsc, 'Version';
4291 my $dscpackage = getfield $dsc, 'Source';
4292 ($dscpackage eq $package && $dversion eq $cversion) or
4293 fail f_ "%s is for %s %s but debian/changelog is for %s %s",
4294 $dscfn, $dscpackage, $dversion,
4295 $package, $cversion;
4298 sub push_tagwants ($$$$) {
4299 my ($cversion, $dgithead, $maintviewhead, $tfbase) = @_;
4302 TagFn => \&debiantag,
4307 if (defined $maintviewhead) {
4309 TagFn => \&debiantag_maintview,
4310 Objid => $maintviewhead,
4311 TfSuffix => '-maintview',
4314 } elsif ($dodep14tag eq 'no' ? 0
4315 : $dodep14tag eq 'want' ? access_cfg_tagformats_can_splitbrain
4316 : $dodep14tag eq 'always'
4317 ? (access_cfg_tagformats_can_splitbrain or fail <<END)
4318 --dep14tag-always (or equivalent in config) means server must support
4319 both "new" and "maint" tag formats, but config says it doesn't.
4321 : die "$dodep14tag ?") {
4323 TagFn => \&debiantag_maintview,
4325 TfSuffix => '-dgit',
4329 foreach my $tw (@tagwants) {
4330 $tw->{Tag} = $tw->{TagFn}($cversion, access_nomdistro);
4331 $tw->{Tfn} = sub { $tfbase.$tw->{TfSuffix}.$_[0]; };
4333 printdebug 'push_tagwants: ', Dumper(\@_, \@tagwants);
4337 sub push_mktags ($$ $$ $) {
4339 $changesfile,$changesfilewhat,
4342 die unless $tagwants->[0]{View} eq 'dgit';
4344 my $declaredistro = access_nomdistro();
4345 my $reader_giturl = do { local $access_forpush=0; access_giturl(); };
4346 $dsc->{$ourdscfield[0]} = join " ",
4347 $tagwants->[0]{Objid}, $declaredistro, $tagwants->[0]{Tag},
4349 $dsc->save("$dscfn.tmp") or confess "$!";
4351 my $changes = parsecontrol($changesfile,$changesfilewhat);
4352 foreach my $field (qw(Source Distribution Version)) {
4353 $changes->{$field} eq $clogp->{$field} or
4354 fail f_ "changes field %s \`%s' does not match changelog \`%s'",
4355 $field, $changes->{$field}, $clogp->{$field};
4358 my $cversion = getfield $clogp, 'Version';
4359 my $clogsuite = getfield $clogp, 'Distribution';
4361 # We make the git tag by hand because (a) that makes it easier
4362 # to control the "tagger" (b) we can do remote signing
4363 my $authline = clogp_authline $clogp;
4364 my $delibs = join(" ", "",@deliberatelies);
4368 my $tfn = $tw->{Tfn};
4369 my $head = $tw->{Objid};
4370 my $tag = $tw->{Tag};
4372 open TO, '>', $tfn->('.tmp') or confess "$!";
4373 print TO <<END or confess "$!";
4380 if ($tw->{View} eq 'dgit') {
4381 print TO f_ <<ENDT, $package, $cversion, $clogsuite, $csuite
4382 %s release %s for %s (%s) [dgit]
4385 print TO <<END or confess "$!";
4386 [dgit distro=$declaredistro$delibs]
4388 foreach my $ref (sort keys %previously) {
4389 print TO <<END or confess "$!";
4390 [dgit previously:$ref=$previously{$ref}]
4393 } elsif ($tw->{View} eq 'maint') {
4394 print TO f_ <<END, $package, $cversion, $clogsuite, $csuite,
4395 %s release %s for %s (%s)
4396 (maintainer view tag generated by dgit --quilt=%s)
4401 confess Dumper($tw)."?";
4404 close TO or confess "$!";
4406 my $tagobjfn = $tfn->('.tmp');
4408 if (!defined $keyid) {
4409 $keyid = access_cfg('keyid','RETURN-UNDEF');
4411 if (!defined $keyid) {
4412 $keyid = getfield $clogp, 'Maintainer';
4414 unlink $tfn->('.tmp.asc') or $!==&ENOENT or confess "$!";
4415 my @sign_cmd = (@gpg, qw(--detach-sign --armor));
4416 push @sign_cmd, qw(-u),$keyid if defined $keyid;
4417 push @sign_cmd, $tfn->('.tmp');
4418 runcmd_ordryrun @sign_cmd;
4420 $tagobjfn = $tfn->('.signed.tmp');
4421 runcmd shell_cmd "exec >$tagobjfn", qw(cat --),
4422 $tfn->('.tmp'), $tfn->('.tmp.asc');
4428 my @r = map { $mktag->($_); } @$tagwants;
4432 sub sign_changes ($) {
4433 my ($changesfile) = @_;
4435 my @debsign_cmd = @debsign;
4436 push @debsign_cmd, "-k$keyid" if defined $keyid;
4437 push @debsign_cmd, "-p$gpg[0]" if $gpg[0] ne 'gpg';
4438 push @debsign_cmd, $changesfile;
4439 runcmd_ordryrun @debsign_cmd;
4444 printdebug "actually entering push\n";
4446 supplementary_message(__ <<'END');
4447 Push failed, while checking state of the archive.
4448 You can retry the push, after fixing the problem, if you like.
4450 if (check_for_git()) {
4453 my $archive_hash = fetch_from_archive();
4454 if (!$archive_hash) {
4456 fail __ "package appears to be new in this suite;".
4457 " if this is intentional, use --new";
4460 supplementary_message(__ <<'END');
4461 Push failed, while preparing your push.
4462 You can retry the push, after fixing the problem, if you like.
4465 need_tagformat 'new', "quilt mode $quilt_mode"
4466 if quiltmode_splitbrain;
4470 access_giturl(); # check that success is vaguely likely
4471 rpush_handle_protovsn_bothends() if $we_are_initiator;
4474 my $clogpfn = dgit_privdir()."/changelog.822.tmp";
4475 runcmd shell_cmd "exec >$clogpfn", qw(dpkg-parsechangelog);
4477 responder_send_file('parsed-changelog', $clogpfn);
4479 my ($clogp, $cversion, $dscfn) =
4480 push_parse_changelog("$clogpfn");
4482 my $dscpath = "$buildproductsdir/$dscfn";
4483 stat_exists $dscpath or
4484 fail f_ "looked for .dsc %s, but %s; maybe you forgot to build",
4487 responder_send_file('dsc', $dscpath);
4489 push_parse_dsc($dscpath, $dscfn, $cversion);
4491 my $format = getfield $dsc, 'Format';
4493 my $symref = git_get_symref();
4494 my $actualhead = git_rev_parse('HEAD');
4496 if (branch_is_gdr_unstitched_ff($symref, $actualhead, $archive_hash)) {
4497 if (quiltmode_splitbrain()) {
4498 my ($ffq_prev, $gdrlast) = branch_gdr_info($symref, $actualhead);
4499 fail f_ <<END, $ffq_prev, $quilt_mode;
4500 Branch is managed by git-debrebase (%s
4501 exists), but quilt mode (%s) implies a split view.
4502 Pass the right --quilt option or adjust your git config.
4503 Or, maybe, run git-debrebase forget-was-ever-debrebase.
4506 runcmd_ordryrun_local @git_debrebase, 'stitch';
4507 $actualhead = git_rev_parse('HEAD');
4510 my $dgithead = $actualhead;
4511 my $maintviewhead = undef;
4513 my $upstreamversion = upstreamversion $clogp->{Version};
4515 if (madformat_wantfixup($format)) {
4516 # user might have not used dgit build, so maybe do this now:
4517 if ($do_split_brain) {
4518 changedir $playground;
4520 ($dgithead, $cachekey) =
4521 quilt_check_splitbrain_cache($actualhead, $upstreamversion);
4522 $dgithead or fail f_
4523 "--quilt=%s but no cached dgit view:
4524 perhaps HEAD changed since dgit build[-source] ?",
4527 if (!$do_split_brain) {
4528 # In split brain mode, do not attempt to incorporate dirty
4529 # stuff from the user's working tree. That would be mad.
4530 commit_quilty_patch();
4533 if ($do_split_brain) {
4534 $made_split_brain = 1;
4535 $dgithead = splitbrain_pseudomerge($clogp,
4536 $actualhead, $dgithead,
4538 $maintviewhead = $actualhead;
4540 prep_ud(); # so _only_subdir() works, below
4543 if (defined $overwrite_version && !defined $maintviewhead
4545 $dgithead = plain_overwrite_pseudomerge($clogp,
4553 if ($archive_hash) {
4554 if (is_fast_fwd($archive_hash, $dgithead)) {
4556 } elsif (deliberately_not_fast_forward) {
4559 fail __ "dgit push: HEAD is not a descendant".
4560 " of the archive's version.\n".
4561 "To overwrite the archive's contents,".
4562 " pass --overwrite[=VERSION].\n".
4563 "To rewind history, if permitted by the archive,".
4564 " use --deliberately-not-fast-forward.";
4568 confess unless !!$made_split_brain == !!$do_split_brain;
4570 changedir $playground;
4571 progress f_ "checking that %s corresponds to HEAD", $dscfn;
4572 runcmd qw(dpkg-source -x --),
4573 $dscpath =~ m#^/# ? $dscpath : "$maindir/$dscpath";
4574 my ($tree,$dir) = mktree_in_ud_from_only_subdir("source package");
4575 check_for_vendor_patches() if madformat($dsc->{format});
4577 my @diffcmd = (@git, qw(diff --quiet), $tree, $dgithead);
4578 debugcmd "+",@diffcmd;
4580 my $r = system @diffcmd;
4583 my $referent = $made_split_brain ? $dgithead : 'HEAD';
4584 my $diffs = cmdoutput @git, qw(diff --stat), $tree, $dgithead;
4587 my $raw = cmdoutput @git,
4588 qw(diff --no-renames -z -r --raw), $tree, $dgithead;
4590 foreach (split /\0/, $raw) {
4591 if (defined $changed) {
4592 push @mode_changes, "$changed: $_\n" if $changed;
4595 } elsif (m/^:0+ 0+ /) {
4597 } elsif (m/^:(?:10*)?(\d+) (?:10*)?(\d+) /) {
4598 $changed = "Mode change from $1 to $2"
4603 if (@mode_changes) {
4604 fail +(f_ <<ENDT, $dscfn).<<END
4605 HEAD specifies a different tree to %s:
4609 .(join '', @mode_changes)
4610 .(f_ <<ENDT, $tree, $referent);
4611 There is a problem with your source tree (see dgit(7) for some hints).
4612 To see a full diff, run git diff %s %s
4616 fail +(f_ <<ENDT, $dscfn).<<END.(f_ <<ENDT, $tree, $referent);
4617 HEAD specifies a different tree to %s:
4621 Perhaps you forgot to build. Or perhaps there is a problem with your
4622 source tree (see dgit(7) for some hints). To see a full diff, run
4629 if (!$changesfile) {
4630 my $pat = changespat $cversion;
4631 my @cs = glob "$buildproductsdir/$pat";
4632 fail f_ "failed to find unique changes file".
4633 " (looked for %s in %s);".
4634 " perhaps you need to use dgit -C",
4635 $pat, $buildproductsdir
4637 ($changesfile) = @cs;
4639 $changesfile = "$buildproductsdir/$changesfile";
4642 # Check that changes and .dsc agree enough
4643 $changesfile =~ m{[^/]*$};
4644 my $changes = parsecontrol($changesfile,$&);
4645 files_compare_inputs($dsc, $changes)
4646 unless forceing [qw(dsc-changes-mismatch)];
4648 # Check whether this is a source only upload
4649 my $hasdebs = $changes->{Files} =~ m{\.deb$}m;
4650 my $sourceonlypolicy = access_cfg 'source-only-uploads';
4651 if ($sourceonlypolicy eq 'ok') {
4652 } elsif ($sourceonlypolicy eq 'always') {
4653 forceable_fail [qw(uploading-binaries)],
4654 __ "uploading binaries, although distro policy is source only"
4656 } elsif ($sourceonlypolicy eq 'never') {
4657 forceable_fail [qw(uploading-source-only)],
4658 __ "source-only upload, although distro policy requires .debs"
4660 } elsif ($sourceonlypolicy eq 'not-wholly-new') {
4661 forceable_fail [qw(uploading-source-only)],
4662 f_ "source-only upload, even though package is entirely NEW\n".
4663 "(this is contrary to policy in %s)",
4667 && !(archive_query('package_not_wholly_new', $package) // 1);
4669 badcfg f_ "unknown source-only-uploads policy \`%s'",
4673 # Perhaps adjust .dsc to contain right set of origs
4674 changes_update_origs_from_dsc($dsc, $changes, $upstreamversion,
4676 unless forceing [qw(changes-origs-exactly)];
4678 # Checks complete, we're going to try and go ahead:
4680 responder_send_file('changes',$changesfile);
4681 responder_send_command("param head $dgithead");
4682 responder_send_command("param csuite $csuite");
4683 responder_send_command("param isuite $isuite");
4684 responder_send_command("param tagformat $tagformat");
4685 if (defined $maintviewhead) {
4686 confess "internal error (protovsn=$protovsn)"
4687 if defined $protovsn and $protovsn < 4;
4688 responder_send_command("param maint-view $maintviewhead");
4691 # Perhaps send buildinfo(s) for signing
4692 my $changes_files = getfield $changes, 'Files';
4693 my @buildinfos = ($changes_files =~ m/ .* (\S+\.buildinfo)$/mg);
4694 foreach my $bi (@buildinfos) {
4695 responder_send_command("param buildinfo-filename $bi");
4696 responder_send_file('buildinfo', "$buildproductsdir/$bi");
4699 if (deliberately_not_fast_forward) {
4700 git_for_each_ref(lrfetchrefs, sub {
4701 my ($objid,$objtype,$lrfetchrefname,$reftail) = @_;
4702 my $rrefname= substr($lrfetchrefname, length(lrfetchrefs) + 1);
4703 responder_send_command("previously $rrefname=$objid");
4704 $previously{$rrefname} = $objid;
4708 my @tagwants = push_tagwants($cversion, $dgithead, $maintviewhead,
4709 dgit_privdir()."/tag");
4712 supplementary_message(__ <<'END');
4713 Push failed, while signing the tag.
4714 You can retry the push, after fixing the problem, if you like.
4716 # If we manage to sign but fail to record it anywhere, it's fine.
4717 if ($we_are_responder) {
4718 @tagobjfns = map { $_->{Tfn}('.signed-tmp') } @tagwants;
4719 responder_receive_files('signed-tag', @tagobjfns);
4721 @tagobjfns = push_mktags($clogp,$dscpath,
4722 $changesfile,$changesfile,
4725 supplementary_message(__ <<'END');
4726 Push failed, *after* signing the tag.
4727 If you want to try again, you should use a new version number.
4730 pairwise { $a->{TagObjFn} = $b } @tagwants, @tagobjfns;
4732 foreach my $tw (@tagwants) {
4733 my $tag = $tw->{Tag};
4734 my $tagobjfn = $tw->{TagObjFn};
4736 cmdoutput @git, qw(hash-object -w -t tag), $tagobjfn;
4737 runcmd_ordryrun @git, qw(verify-tag), $tag_obj_hash;
4738 runcmd_ordryrun_local
4739 @git, qw(update-ref), "refs/tags/$tag", $tag_obj_hash;
4742 supplementary_message(__ <<'END');
4743 Push failed, while updating the remote git repository - see messages above.
4744 If you want to try again, you should use a new version number.
4746 if (!check_for_git()) {
4747 create_remote_git_repo();
4750 my @pushrefs = $forceflag.$dgithead.":".rrref();
4751 foreach my $tw (@tagwants) {
4752 push @pushrefs, $forceflag."refs/tags/$tw->{Tag}";
4755 runcmd_ordryrun @git,
4756 qw(-c push.followTags=false push), access_giturl(), @pushrefs;
4757 runcmd_ordryrun git_update_ref_cmd 'dgit push', lrref(), $dgithead;
4759 supplementary_message(__ <<'END');
4760 Push failed, while obtaining signatures on the .changes and .dsc.
4761 If it was just that the signature failed, you may try again by using
4762 debsign by hand to sign the changes file (see the command dgit tried,
4763 above), and then dput that changes file to complete the upload.
4764 If you need to change the package, you must use a new version number.
4766 if ($we_are_responder) {
4767 my $dryrunsuffix = act_local() ? "" : ".tmp";
4768 my @rfiles = ($dscpath, $changesfile);
4769 push @rfiles, map { "$buildproductsdir/$_" } @buildinfos;
4770 responder_receive_files('signed-dsc-changes',
4771 map { "$_$dryrunsuffix" } @rfiles);
4774 rename "$dscpath.tmp",$dscpath or die "$dscfn $!";
4776 progress f_ "[new .dsc left in %s.tmp]", $dscpath;
4778 sign_changes $changesfile;
4781 supplementary_message(f_ <<END, $changesfile);
4782 Push failed, while uploading package(s) to the archive server.
4783 You can retry the upload of exactly these same files with dput of:
4785 If that .changes file is broken, you will need to use a new version
4786 number for your next attempt at the upload.
4788 my $host = access_cfg('upload-host','RETURN-UNDEF');
4789 my @hostarg = defined($host) ? ($host,) : ();
4790 runcmd_ordryrun @dput, @hostarg, $changesfile;
4791 printdone f_ "pushed and uploaded %s", $cversion;
4793 supplementary_message('');
4794 responder_send_command("complete");
4798 not_necessarily_a_tree();
4803 badusage __ "-p is not allowed with clone; specify as argument instead"
4804 if defined $package;
4807 } elsif (@ARGV==2 && $ARGV[1] =~ m#^\w#) {
4808 ($package,$isuite) = @ARGV;
4809 } elsif (@ARGV==2 && $ARGV[1] =~ m#^[./]#) {
4810 ($package,$dstdir) = @ARGV;
4811 } elsif (@ARGV==3) {
4812 ($package,$isuite,$dstdir) = @ARGV;
4814 badusage __ "incorrect arguments to dgit clone";
4818 $dstdir ||= "$package";
4819 if (stat_exists $dstdir) {
4820 fail f_ "%s already exists", $dstdir;
4824 if ($rmonerror && !$dryrun_level) {
4825 $cwd_remove= getcwd();
4827 return unless defined $cwd_remove;
4828 if (!chdir "$cwd_remove") {
4829 return if $!==&ENOENT;
4830 confess "chdir $cwd_remove: $!";
4832 printdebug "clone rmonerror removing $dstdir\n";
4834 rmtree($dstdir) or fail f_ "remove %s: %s\n", $dstdir, $!;
4835 } elsif (grep { $! == $_ }
4836 (ENOENT, ENOTDIR, EACCES, EPERM, ELOOP)) {
4838 print STDERR f_ "check whether to remove %s: %s\n",
4845 $cwd_remove = undef;
4848 sub branchsuite () {
4849 my $branch = git_get_symref();
4850 if (defined $branch && $branch =~ m#$lbranch_re#o) {
4857 sub package_from_d_control () {
4858 if (!defined $package) {
4859 my $sourcep = parsecontrol('debian/control','debian/control');
4860 $package = getfield $sourcep, 'Source';
4864 sub fetchpullargs () {
4865 package_from_d_control();
4867 $isuite = branchsuite();
4869 my $clogp = parsechangelog();
4870 my $clogsuite = getfield $clogp, 'Distribution';
4871 $isuite= $clogsuite if $clogsuite ne 'UNRELEASED';
4873 } elsif (@ARGV==1) {
4876 badusage __ "incorrect arguments to dgit fetch or dgit pull";
4890 if (quiltmode_splitbrain()) {
4891 my ($format, $fopts) = get_source_format();
4892 madformat($format) and fail f_ <<END, $quilt_mode
4893 dgit pull not yet supported in split view mode (--quilt=%s)
4901 package_from_d_control();
4902 @ARGV==1 or badusage __ "dgit checkout needs a suite argument";
4906 foreach my $canon (qw(0 1)) {
4911 canonicalise_suite();
4913 if (length git_get_ref lref()) {
4914 # local branch already exists, yay
4917 if (!length git_get_ref lrref()) {
4925 runcmd (@git, qw(update-ref), lref(), lrref(), '');
4928 local $ENV{GIT_REFLOG_ACTION} = git_reflog_action_msg
4929 "dgit checkout $isuite";
4930 runcmd (@git, qw(checkout), lbranch());
4933 sub cmd_update_vcs_git () {
4935 if (@ARGV==0 || $ARGV[0] =~ m/^-/) {
4936 ($specsuite,) = split /\;/, cfg 'dgit.vcs-git.suites';
4938 ($specsuite) = (@ARGV);
4943 if ($ARGV[0] eq '-') {
4945 } elsif ($ARGV[0] eq '-') {
4950 package_from_d_control();
4952 if ($specsuite eq '.') {
4953 $ctrl = parsecontrol 'debian/control', 'debian/control';
4955 $isuite = $specsuite;
4959 my $url = getfield $ctrl, 'Vcs-Git';
4962 my $orgurl = cfg 'remote.vcs-git.url', 'RETURN-UNDEF';
4963 if (!defined $orgurl) {
4964 print STDERR f_ "setting up vcs-git: %s\n", $url;
4965 @cmd = (@git, qw(remote add vcs-git), $url);
4966 } elsif ($orgurl eq $url) {
4967 print STDERR f_ "vcs git already configured: %s\n", $url;
4969 print STDERR f_ "changing vcs-git url to: %s\n", $url;
4970 @cmd = (@git, qw(remote set-url vcs-git), $url);
4972 runcmd_ordryrun_local @cmd;
4974 print f_ "fetching (%s)\n", "@ARGV";
4975 runcmd_ordryrun_local @git, qw(fetch vcs-git), @ARGV;
4981 build_or_push_prep_early();
4983 build_or_push_prep_modes();
4987 } elsif (@ARGV==1) {
4988 ($specsuite) = (@ARGV);
4990 badusage f_ "incorrect arguments to dgit %s", $subcommand;
4993 local ($package) = $existing_package; # this is a hack
4994 canonicalise_suite();
4996 canonicalise_suite();
4998 if (defined $specsuite &&
4999 $specsuite ne $isuite &&
5000 $specsuite ne $csuite) {
5001 fail f_ "dgit %s: changelog specifies %s (%s)".
5002 " but command line specifies %s",
5003 $subcommand, $isuite, $csuite, $specsuite;
5012 #---------- remote commands' implementation ----------
5014 sub pre_remote_push_build_host {
5015 my ($nrargs) = shift @ARGV;
5016 my (@rargs) = @ARGV[0..$nrargs-1];
5017 @ARGV = @ARGV[$nrargs..$#ARGV];
5019 my ($dir,$vsnwant) = @rargs;
5020 # vsnwant is a comma-separated list; we report which we have
5021 # chosen in our ready response (so other end can tell if they
5024 $we_are_responder = 1;
5025 $us .= " (build host)";
5027 open PI, "<&STDIN" or confess "$!";
5028 open STDIN, "/dev/null" or confess "$!";
5029 open PO, ">&STDOUT" or confess "$!";
5031 open STDOUT, ">&STDERR" or confess "$!";
5035 ($protovsn) = grep {
5036 $vsnwant =~ m{^(?:.*,)?$_(?:,.*)?$}
5037 } @rpushprotovsn_support;
5039 fail f_ "build host has dgit rpush protocol versions %s".
5040 " but invocation host has %s",
5041 (join ",", @rpushprotovsn_support), $vsnwant
5042 unless defined $protovsn;
5046 sub cmd_remote_push_build_host {
5047 responder_send_command("dgit-remote-push-ready $protovsn");
5051 sub pre_remote_push_responder { pre_remote_push_build_host(); }
5052 sub cmd_remote_push_responder { cmd_remote_push_build_host(); }
5053 # ... for compatibility with proto vsn.1 dgit (just so that user gets
5054 # a good error message)
5056 sub rpush_handle_protovsn_bothends () {
5057 if ($protovsn < 4) {
5058 need_tagformat 'old', "rpush negotiated protocol $protovsn";
5067 my $report = i_child_report();
5068 if (defined $report) {
5069 printdebug "($report)\n";
5070 } elsif ($i_child_pid) {
5071 printdebug "(killing build host child $i_child_pid)\n";
5072 kill 15, $i_child_pid;
5074 if (defined $i_tmp && !defined $initiator_tempdir) {
5076 eval { rmtree $i_tmp; };
5081 return unless forkcheck_mainprocess();
5086 my ($base,$selector,@args) = @_;
5087 $selector =~ s/\-/_/g;
5088 { no strict qw(refs); &{"${base}_${selector}"}(@args); }
5092 not_necessarily_a_tree();
5097 if ($host =~ m/^((?:[^][]|\[[^][]*\])*)\:/) {
5105 push @rargs, join ",", @rpushprotovsn_support;
5108 push @rdgit, @ropts;
5109 push @rdgit, qw(remote-push-build-host), (scalar @rargs), @rargs;
5111 my @cmd = (@ssh, $host, shellquote @rdgit);
5114 $we_are_initiator=1;
5116 if (defined $initiator_tempdir) {
5117 rmtree $initiator_tempdir;
5118 mkdir $initiator_tempdir, 0700
5119 or fail f_ "create %s: %s", $initiator_tempdir, $!;
5120 $i_tmp = $initiator_tempdir;
5124 $i_child_pid = open2(\*RO, \*RI, @cmd);
5126 ($protovsn) = initiator_expect { m/^dgit-remote-push-ready (\S+)/ };
5127 die "$protovsn ?" unless grep { $_ eq $protovsn } @rpushprotovsn_support;
5128 $supplementary_message = '' unless $protovsn >= 3;
5131 my ($icmd,$iargs) = initiator_expect {
5132 m/^(\S+)(?: (.*))?$/;
5135 i_method "i_resp", $icmd, $iargs;
5139 sub i_resp_progress ($) {
5141 my $msg = protocol_read_bytes \*RO, $rhs;
5145 sub i_resp_supplementary_message ($) {
5147 $supplementary_message = protocol_read_bytes \*RO, $rhs;
5150 sub i_resp_complete {
5151 my $pid = $i_child_pid;
5152 $i_child_pid = undef; # prevents killing some other process with same pid
5153 printdebug "waiting for build host child $pid...\n";
5154 my $got = waitpid $pid, 0;
5155 confess "$!" unless $got == $pid;
5156 fail f_ "build host child failed: %s", waitstatusmsg() if $?;
5159 printdebug __ "all done\n";
5163 sub i_resp_file ($) {
5165 my $localname = i_method "i_localname", $keyword;
5166 my $localpath = "$i_tmp/$localname";
5167 stat_exists $localpath and
5168 badproto \*RO, f_ "file %s (%s) twice", $keyword, $localpath;
5169 protocol_receive_file \*RO, $localpath;
5170 i_method "i_file", $keyword;
5175 sub i_resp_param ($) {
5176 $_[0] =~ m/^(\S+) (.*)$/ or badproto \*RO, __ "bad param spec";
5180 sub i_resp_previously ($) {
5181 $_[0] =~ m#^(refs/tags/\S+)=(\w+)$#
5182 or badproto \*RO, __ "bad previously spec";
5183 my $r = system qw(git check-ref-format), $1;
5184 confess "bad previously ref spec ($r)" if $r;
5185 $previously{$1} = $2;
5190 sub i_resp_want ($) {
5192 die "$keyword ?" if $i_wanted{$keyword}++;
5194 defined $i_param{'csuite'} or badproto \*RO, "premature desire, no csuite";
5195 $isuite = $i_param{'isuite'} // $i_param{'csuite'};
5196 die unless $isuite =~ m/^$suite_re$/;
5199 rpush_handle_protovsn_bothends();
5201 fail f_ "rpush negotiated protocol version %s".
5202 " which does not support quilt mode %s",
5203 $protovsn, $quilt_mode
5204 if quiltmode_splitbrain && $protovsn < 4;
5206 my @localpaths = i_method "i_want", $keyword;
5207 printdebug "[[ $keyword @localpaths\n";
5208 foreach my $localpath (@localpaths) {
5209 protocol_send_file \*RI, $localpath;
5211 print RI "files-end\n" or confess "$!";
5214 our ($i_clogp, $i_version, $i_dscfn, $i_changesfn, @i_buildinfos);
5216 sub i_localname_parsed_changelog {
5217 return "remote-changelog.822";
5219 sub i_file_parsed_changelog {
5220 ($i_clogp, $i_version, $i_dscfn) =
5221 push_parse_changelog "$i_tmp/remote-changelog.822";
5222 die if $i_dscfn =~ m#/|^\W#;
5225 sub i_localname_dsc {
5226 defined $i_dscfn or badproto \*RO, "dsc (before parsed-changelog)";
5231 sub i_localname_buildinfo ($) {
5232 my $bi = $i_param{'buildinfo-filename'};
5233 defined $bi or badproto \*RO, "buildinfo before filename";
5234 defined $i_changesfn or badproto \*RO, "buildinfo before changes";
5235 $bi =~ m{^\Q$package\E_[!-.0-~]*\.buildinfo$}s
5236 or badproto \*RO, "improper buildinfo filename";
5239 sub i_file_buildinfo {
5240 my $bi = $i_param{'buildinfo-filename'};
5241 my $bd = parsecontrol "$i_tmp/$bi", $bi;
5242 my $ch = parsecontrol "$i_tmp/$i_changesfn", 'changes';
5243 if (!forceing [qw(buildinfo-changes-mismatch)]) {
5244 files_compare_inputs($bd, $ch);
5245 (getfield $bd, $_) eq (getfield $ch, $_) or
5246 fail f_ "buildinfo mismatch in field %s", $_
5247 foreach qw(Source Version);
5248 !defined $bd->{$_} or
5249 fail f_ "buildinfo contains forbidden field %s", $_
5250 foreach qw(Changes Changed-by Distribution);
5252 push @i_buildinfos, $bi;
5253 delete $i_param{'buildinfo-filename'};
5256 sub i_localname_changes {
5257 defined $i_dscfn or badproto \*RO, "dsc (before parsed-changelog)";
5258 $i_changesfn = $i_dscfn;
5259 $i_changesfn =~ s/\.dsc$/_dgit.changes/ or die;
5260 return $i_changesfn;
5262 sub i_file_changes { }
5264 sub i_want_signed_tag {
5265 printdebug Dumper(\%i_param, $i_dscfn);
5266 defined $i_param{'head'} && defined $i_dscfn && defined $i_clogp
5267 && defined $i_param{'csuite'}
5268 or badproto \*RO, "premature desire for signed-tag";
5269 my $head = $i_param{'head'};
5270 die if $head =~ m/[^0-9a-f]/ || $head !~ m/^../;
5272 my $maintview = $i_param{'maint-view'};
5273 die if defined $maintview && $maintview =~ m/[^0-9a-f]/;
5276 if ($protovsn >= 4) {
5277 my $p = $i_param{'tagformat'} // '<undef>';
5279 or badproto \*RO, "tag format mismatch: $p vs. $tagformat";
5282 die unless $i_param{'csuite'} =~ m/^$suite_re$/;
5284 push_parse_dsc $i_dscfn, 'remote dsc', $i_version;
5286 my @tagwants = push_tagwants $i_version, $head, $maintview, "tag";
5289 push_mktags $i_clogp, $i_dscfn,
5290 $i_changesfn, (__ 'remote changes file'),
5294 sub i_want_signed_dsc_changes {
5295 rename "$i_dscfn.tmp","$i_dscfn" or die "$i_dscfn $!";
5296 sign_changes $i_changesfn;
5297 return ($i_dscfn, $i_changesfn, @i_buildinfos);
5300 #---------- building etc. ----------
5306 #----- `3.0 (quilt)' handling -----
5308 our $fakeeditorenv = 'DGIT_FAKE_EDITOR_QUILT';
5310 sub quiltify_dpkg_commit ($$$;$) {
5311 my ($patchname,$author,$msg, $xinfo) = @_;
5314 mkpath '.git/dgit'; # we are in playtree
5315 my $descfn = ".git/dgit/quilt-description.tmp";
5316 open O, '>', $descfn or confess "$descfn: $!";
5317 $msg =~ s/\n+/\n\n/;
5318 print O <<END or confess "$!";
5320 ${xinfo}Subject: $msg
5324 close O or confess "$!";
5327 local $ENV{'EDITOR'} = cmdoutput qw(realpath --), $0;
5328 local $ENV{'VISUAL'} = $ENV{'EDITOR'};
5329 local $ENV{$fakeeditorenv} = cmdoutput qw(realpath --), $descfn;
5330 runcmd @dpkgsource, qw(--commit --include-removal .), $patchname;
5334 sub quiltify_trees_differ ($$;$$$) {
5335 my ($x,$y,$finegrained,$ignorenamesr,$unrepres) = @_;
5336 # returns true iff the two tree objects differ other than in debian/
5337 # with $finegrained,
5338 # returns bitmask 01 - differ in upstream files except .gitignore
5339 # 02 - differ in .gitignore
5340 # if $ignorenamesr is defined, $ingorenamesr->{$fn}
5341 # is set for each modified .gitignore filename $fn
5342 # if $unrepres is defined, array ref to which is appeneded
5343 # a list of unrepresentable changes (removals of upstream files
5346 my @cmd = (@git, qw(diff-tree -z --no-renames));
5347 push @cmd, qw(--name-only) unless $unrepres;
5348 push @cmd, qw(-r) if $finegrained || $unrepres;
5350 my $diffs= cmdoutput @cmd;
5353 foreach my $f (split /\0/, $diffs) {
5354 if ($unrepres && !@lmodes) {
5355 @lmodes = $f =~ m/^\:(\w+) (\w+) \w+ \w+ / or die "$_ ?";
5358 my ($oldmode,$newmode) = @lmodes;
5361 next if $f =~ m#^debian(?:/.*)?$#s;
5365 die __ "not a plain file or symlink\n"
5366 unless $newmode =~ m/^(?:10|12)\d{4}$/ ||
5367 $oldmode =~ m/^(?:10|12)\d{4}$/;
5368 if ($oldmode =~ m/[^0]/ &&
5369 $newmode =~ m/[^0]/) {
5370 # both old and new files exist
5371 die __ "mode or type changed\n" if $oldmode ne $newmode;
5372 die __ "modified symlink\n" unless $newmode =~ m/^10/;
5373 } elsif ($oldmode =~ m/[^0]/) {
5375 die __ "deletion of symlink\n"
5376 unless $oldmode =~ m/^10/;
5379 die __ "creation with non-default mode\n"
5380 unless $newmode =~ m/^100644$/ or
5381 $newmode =~ m/^120000$/;
5385 local $/="\n"; chomp $@;
5386 push @$unrepres, [ $f, "$@ ($oldmode->$newmode)" ];
5390 my $isignore = $f =~ m#^(?:.*/)?.gitignore$#s;
5391 $r |= $isignore ? 02 : 01;
5392 $ignorenamesr->{$f}=1 if $ignorenamesr && $isignore;
5394 printdebug "quiltify_trees_differ $x $y => $r\n";
5398 sub quiltify_tree_sentinelfiles ($) {
5399 # lists the `sentinel' files present in the tree
5401 my $r = cmdoutput @git, qw(ls-tree --name-only), $x,
5402 qw(-- debian/rules debian/control);
5407 sub quiltify_splitbrain ($$$$$$$) {
5408 my ($clogp, $unapplied, $headref, $oldtiptree, $diffbits,
5409 $editedignores, $cachekey) = @_;
5410 my $gitignore_special = 1;
5411 if ($quilt_mode !~ m/gbp|dpm/) {
5412 # treat .gitignore just like any other upstream file
5413 $diffbits = { %$diffbits };
5414 $_ = !!$_ foreach values %$diffbits;
5415 $gitignore_special = 0;
5417 # We would like any commits we generate to be reproducible
5418 my @authline = clogp_authline($clogp);
5419 local $ENV{GIT_COMMITTER_NAME} = $authline[0];
5420 local $ENV{GIT_COMMITTER_EMAIL} = $authline[1];
5421 local $ENV{GIT_COMMITTER_DATE} = $authline[2];
5422 local $ENV{GIT_AUTHOR_NAME} = $authline[0];
5423 local $ENV{GIT_AUTHOR_EMAIL} = $authline[1];
5424 local $ENV{GIT_AUTHOR_DATE} = $authline[2];
5426 confess unless $do_split_brain;
5428 my $fulldiffhint = sub {
5430 my $cmd = "git diff $x $y -- :/ ':!debian'";
5431 $cmd .= " ':!/.gitignore' ':!*/.gitignore'" if $gitignore_special;
5432 return f_ "\nFor full diff showing the problem(s), type:\n %s\n",
5436 if ($quilt_mode =~ m/gbp|unapplied/ &&
5437 ($diffbits->{O2H} & 01)) {
5439 "--quilt=%s specified, implying patches-unapplied git tree\n".
5440 " but git tree differs from orig in upstream files.",
5442 $msg .= $fulldiffhint->($unapplied, 'HEAD');
5443 if (!stat_exists "debian/patches") {
5445 "\n ... debian/patches is missing; perhaps this is a patch queue branch?";
5449 if ($quilt_mode =~ m/dpm/ &&
5450 ($diffbits->{H2A} & 01)) {
5451 fail +(f_ <<END, $quilt_mode). $fulldiffhint->($oldtiptree,'HEAD');
5452 --quilt=%s specified, implying patches-applied git tree
5453 but git tree differs from result of applying debian/patches to upstream
5456 if ($quilt_mode =~ m/gbp|unapplied/ &&
5457 ($diffbits->{O2A} & 01)) { # some patches
5458 progress __ "dgit view: creating patches-applied version using gbp pq";
5459 runcmd shell_cmd 'exec >/dev/null', gbp_pq, qw(import);
5460 # gbp pq import creates a fresh branch; push back to dgit-view
5461 runcmd @git, qw(update-ref refs/heads/dgit-view HEAD);
5462 runcmd @git, qw(checkout -q dgit-view);
5464 if ($quilt_mode =~ m/gbp|dpm/ &&
5465 ($diffbits->{O2A} & 02)) {
5466 fail f_ <<END, $quilt_mode;
5467 --quilt=%s specified, implying that HEAD is for use with a
5468 tool which does not create patches for changes to upstream
5469 .gitignores: but, such patches exist in debian/patches.
5472 if (($diffbits->{O2H} & 02) && # user has modified .gitignore
5473 !($diffbits->{O2A} & 02)) { # patches do not change .gitignore
5475 "dgit view: creating patch to represent .gitignore changes";
5476 ensuredir "debian/patches";
5477 my $gipatch = "debian/patches/auto-gitignore";
5478 open GIPATCH, ">>", "$gipatch" or confess "$gipatch: $!";
5479 stat GIPATCH or confess "$gipatch: $!";
5480 fail f_ "%s already exists; but want to create it".
5481 " to record .gitignore changes",
5484 print GIPATCH +(__ <<END).<<ENDU or die "$gipatch: $!";
5485 Subject: Update .gitignore from Debian packaging branch
5487 The Debian packaging git branch contains these updates to the upstream
5488 .gitignore file(s). This patch is autogenerated, to provide these
5489 updates to users of the official Debian archive view of the package.
5492 [dgit ($our_version) update-gitignore]
5495 close GIPATCH or die "$gipatch: $!";
5496 runcmd shell_cmd "exec >>$gipatch", @git, qw(diff),
5497 $unapplied, $headref, "--", sort keys %$editedignores;
5498 open SERIES, "+>>", "debian/patches/series" or confess "$!";
5499 defined seek SERIES, -1, 2 or $!==EINVAL or confess "$!";
5501 defined read SERIES, $newline, 1 or confess "$!";
5502 print SERIES "\n" or confess "$!" unless $newline eq "\n";
5503 print SERIES "auto-gitignore\n" or confess "$!";
5504 close SERIES or die $!;
5505 runcmd @git, qw(add -f -- debian/patches/series), $gipatch;
5506 commit_admin +(__ <<END).<<ENDU
5507 Commit patch to update .gitignore
5510 [dgit ($our_version) update-gitignore-quilt-fixup]
5514 my $dgitview = git_rev_parse 'HEAD';
5517 reflog_cache_insert "refs/$splitbraincache", $cachekey, $dgitview;
5519 changedir "$playground/work";
5521 my $saved = maybe_split_brain_save $headref, $dgitview, __ "converted";
5522 progress f_ "dgit view: created (%s)", $saved;
5525 sub quiltify ($$$$) {
5526 my ($clogp,$target,$oldtiptree,$failsuggestion) = @_;
5528 # Quilt patchification algorithm
5530 # We search backwards through the history of the main tree's HEAD
5531 # (T) looking for a start commit S whose tree object is identical
5532 # to to the patch tip tree (ie the tree corresponding to the
5533 # current dpkg-committed patch series). For these purposes
5534 # `identical' disregards anything in debian/ - this wrinkle is
5535 # necessary because dpkg-source treates debian/ specially.
5537 # We can only traverse edges where at most one of the ancestors'
5538 # trees differs (in changes outside in debian/). And we cannot
5539 # handle edges which change .pc/ or debian/patches. To avoid
5540 # going down a rathole we avoid traversing edges which introduce
5541 # debian/rules or debian/control. And we set a limit on the
5542 # number of edges we are willing to look at.
5544 # If we succeed, we walk forwards again. For each traversed edge
5545 # PC (with P parent, C child) (starting with P=S and ending with
5546 # C=T) to we do this:
5548 # - dpkg-source --commit with a patch name and message derived from C
5549 # After traversing PT, we git commit the changes which
5550 # should be contained within debian/patches.
5552 # The search for the path S..T is breadth-first. We maintain a
5553 # todo list containing search nodes. A search node identifies a
5554 # commit, and looks something like this:
5556 # Commit => $git_commit_id,
5557 # Child => $c, # or undef if P=T
5558 # Whynot => $reason_edge_PC_unsuitable, # in @nots only
5559 # Nontrivial => true iff $p..$c has relevant changes
5566 my %considered; # saves being exponential on some weird graphs
5568 my $t_sentinels = quiltify_tree_sentinelfiles $target;
5571 my ($search,$whynot) = @_;
5572 printdebug " search NOT $search->{Commit} $whynot\n";
5573 $search->{Whynot} = $whynot;
5574 push @nots, $search;
5575 no warnings qw(exiting);
5584 my $c = shift @todo;
5585 next if $considered{$c->{Commit}}++;
5587 $not->($c, __ "maximum search space exceeded") if --$max_work <= 0;
5589 printdebug "quiltify investigate $c->{Commit}\n";
5592 if (!quiltify_trees_differ $c->{Commit}, $oldtiptree) {
5593 printdebug " search finished hooray!\n";
5598 quiltify_nofix_bail " $c->{Commit}", " (tree object $oldtiptree)";
5599 if ($quilt_mode eq 'smash') {
5600 printdebug " search quitting smash\n";
5604 my $c_sentinels = quiltify_tree_sentinelfiles $c->{Commit};
5605 $not->($c, f_ "has %s not %s", $c_sentinels, $t_sentinels)
5606 if $c_sentinels ne $t_sentinels;
5608 my $commitdata = cmdoutput @git, qw(cat-file commit), $c->{Commit};
5609 $commitdata =~ m/\n\n/;
5611 my @parents = ($commitdata =~ m/^parent (\w+)$/gm);
5612 @parents = map { { Commit => $_, Child => $c } } @parents;
5614 $not->($c, __ "root commit") if !@parents;
5616 foreach my $p (@parents) {
5617 $p->{Nontrivial}= quiltify_trees_differ $p->{Commit},$c->{Commit};
5619 my $ndiffers = grep { $_->{Nontrivial} } @parents;
5620 $not->($c, f_ "merge (%s nontrivial parents)", $ndiffers)
5623 foreach my $p (@parents) {
5624 printdebug "considering C=$c->{Commit} P=$p->{Commit}\n";
5626 my @cmd= (@git, qw(diff-tree -r --name-only),
5627 $p->{Commit},$c->{Commit},
5628 qw(-- debian/patches .pc debian/source/format));
5629 my $patchstackchange = cmdoutput @cmd;
5630 if (length $patchstackchange) {
5631 $patchstackchange =~ s/\n/,/g;
5632 $not->($p, f_ "changed %s", $patchstackchange);
5635 printdebug " search queue P=$p->{Commit} ",
5636 ($p->{Nontrivial} ? "NT" : "triv"),"\n";
5642 printdebug "quiltify want to smash\n";
5645 my $x = $_[0]{Commit};
5646 $x =~ s/(.*?[0-9a-z]{8})[0-9a-z]*$/$1/;
5649 if ($quilt_mode eq 'linear') {
5651 "\n%s: error: quilt fixup cannot be linear. Stopped at:\n",
5653 my $all_gdr = !!@nots;
5654 foreach my $notp (@nots) {
5655 my $c = $notp->{Child};
5656 my $cprange = $abbrev->($notp);
5657 $cprange .= "..".$abbrev->($c) if $c;
5658 print STDERR f_ "%s: %s: %s\n",
5659 $us, $cprange, $notp->{Whynot};
5660 $all_gdr &&= $notp->{Child} &&
5661 (git_cat_file $notp->{Child}{Commit}, 'commit')
5662 =~ m{^\[git-debrebase(?! split[: ]).*\]$}m;
5666 [ grep { $_->[0] ne 'quilt-mode' } @$failsuggestion ]
5668 print STDERR "$us: $_->[1]\n" foreach @$failsuggestion;
5670 "quilt history linearisation failed. Search \`quilt fixup' in dgit(7).\n";
5671 } elsif ($quilt_mode eq 'smash') {
5672 } elsif ($quilt_mode eq 'auto') {
5673 progress __ "quilt fixup cannot be linear, smashing...";
5675 confess "$quilt_mode ?";
5678 my $time = $ENV{'GIT_COMMITTER_DATE'} || time;
5679 $time =~ s/\s.*//; # trim timezone from GIT_COMMITTER_DATE
5681 my $msg = cmdoutput @git, qw(log), "-n$ncommits";
5683 quiltify_dpkg_commit "auto-$version-$target-$time",
5684 (getfield $clogp, 'Maintainer'),
5685 (f_ "Automatically generated patch (%s)\n".
5686 "Last (up to) %s git changes, FYI:\n\n",
5687 $clogp->{Version}, $ncommits).
5692 progress __ "quiltify linearisation planning successful, executing...";
5694 for (my $p = $sref_S;
5695 my $c = $p->{Child};
5697 printdebug "quiltify traverse $p->{Commit}..$c->{Commit}\n";
5698 next unless $p->{Nontrivial};
5700 my $cc = $c->{Commit};
5702 my $commitdata = cmdoutput @git, qw(cat-file commit), $cc;
5703 $commitdata =~ m/\n\n/ or die "$c ?";
5706 $commitdata =~ m/^author (.*) \d+ [-+0-9]+$/m or die "$cc ?";
5709 my $commitdate = cmdoutput
5710 @git, qw(log -n1 --pretty=format:%aD), $cc;
5712 $msg =~ s/^(.*)\n*/$1\n/ or die "$cc $msg ?";
5714 my $strip_nls = sub { $msg =~ s/\n+$//; $msg .= "\n"; };
5721 my $gbp_check_suitable = sub {
5726 die __ "contains unexpected slashes\n" if m{//} || m{/$};
5727 die __ "contains leading punctuation\n" if m{^\W} || m{/\W};
5728 die __ "contains bad character(s)\n" if m{[^-a-z0-9_.+=~/]}i;
5729 die __ "is series file\n" if m{$series_filename_re}o;
5730 die __ "too long\n" if length > 200;
5732 return $_ unless $@;
5734 "quiltifying commit %s: ignoring/dropping Gbp-Pq %s: %s",
5739 if ($msg =~ s/^ (?: gbp(?:-pq)? : \s* name \s+ |
5741 (\S+) \s* \n //ixm) {
5742 $patchname = $gbp_check_suitable->($1, 'Name');
5744 if ($msg =~ s/^ (?: gbp(?:-pq)? : \s* topic \s+ |
5746 (\S+) \s* \n //ixm) {
5747 $patchdir = $gbp_check_suitable->($1, 'Topic');
5752 if (!defined $patchname) {
5753 $patchname = $title;
5754 $patchname =~ s/[.:]$//;
5757 my $converter = new Text::Iconv qw(UTF-8 ASCII//TRANSLIT);
5758 my $translitname = $converter->convert($patchname);
5759 die unless defined $translitname;
5760 $patchname = $translitname;
5763 +(f_ "dgit: patch title transliteration error: %s", $@)
5765 $patchname =~ y/ A-Z/-a-z/;
5766 $patchname =~ y/-a-z0-9_.+=~//cd;
5767 $patchname =~ s/^\W/x-$&/;
5768 $patchname = substr($patchname,0,40);
5769 $patchname .= ".patch";
5771 if (!defined $patchdir) {
5774 if (length $patchdir) {
5775 $patchname = "$patchdir/$patchname";
5777 if ($patchname =~ m{^(.*)/}) {
5778 mkpath "debian/patches/$1";
5783 stat "debian/patches/$patchname$index";
5785 $!==ENOENT or confess "$patchname$index $!";
5787 runcmd @git, qw(checkout -q), $cc;
5789 # We use the tip's changelog so that dpkg-source doesn't
5790 # produce complaining messages from dpkg-parsechangelog. None
5791 # of the information dpkg-source gets from the changelog is
5792 # actually relevant - it gets put into the original message
5793 # which dpkg-source provides our stunt editor, and then
5795 runcmd @git, qw(checkout -q), $target, qw(debian/changelog);
5797 quiltify_dpkg_commit "$patchname$index", $author, $msg,
5798 "Date: $commitdate\n".
5799 "X-Dgit-Generated: $clogp->{Version} $cc\n";
5801 runcmd @git, qw(checkout -q), $cc, qw(debian/changelog);
5804 runcmd @git, qw(checkout -q master);
5807 sub build_maybe_quilt_fixup () {
5808 my ($format,$fopts) = get_source_format;
5809 return unless madformat_wantfixup $format;
5812 check_for_vendor_patches();
5814 my $clogp = parsechangelog();
5815 my $headref = git_rev_parse('HEAD');
5816 my $symref = git_get_symref();
5817 my $upstreamversion = upstreamversion $version;
5820 changedir $playground;
5822 my $splitbrain_cachekey;
5824 if ($do_split_brain) {
5826 ($cachehit, $splitbrain_cachekey) =
5827 quilt_check_splitbrain_cache($headref, $upstreamversion);
5834 unpack_playtree_need_cd_work($headref);
5835 if ($do_split_brain) {
5836 runcmd @git, qw(checkout -q -b dgit-view);
5837 # so long as work is not deleted, its current branch will
5838 # remain dgit-view, rather than master, so subsequent calls to
5839 # unpack_playtree_need_cd_work
5840 # will DTRT, resetting dgit-view.
5841 confess if $made_split_brain;
5842 $made_split_brain = 1;
5846 if ($fopts->{'single-debian-patch'}) {
5848 "quilt mode %s does not make sense (or is not supported) with single-debian-patch",
5850 if quiltmode_splitbrain();
5851 quilt_fixup_singlepatch($clogp, $headref, $upstreamversion);
5853 quilt_fixup_multipatch($clogp, $headref, $upstreamversion,
5854 $splitbrain_cachekey);
5858 runcmd_ordryrun_local
5859 @git, qw(pull --ff-only -q), "$playground/work", qw(master);
5862 sub build_check_quilt_splitbrain () {
5863 build_maybe_quilt_fixup();
5865 if ($do_split_brain) {
5866 fail <<END unless access_cfg_tagformats_can_splitbrain;
5867 quilt mode $quilt_mode requires split view so server needs to support
5868 both "new" and "maint" tag formats, but config says it doesn't.
5873 sub unpack_playtree_need_cd_work ($) {
5876 # prep_ud() must have been called already.
5877 if (!chdir "work") {
5878 # Check in the filesystem because sometimes we run prep_ud
5879 # in between multiple calls to unpack_playtree_need_cd_work.
5880 confess "$!" unless $!==ENOENT;
5881 mkdir "work" or confess "$!";
5883 mktree_in_ud_here();
5885 runcmd @git, qw(reset -q --hard), $headref;
5888 sub unpack_playtree_linkorigs ($$) {
5889 my ($upstreamversion, $fn) = @_;
5890 # calls $fn->($leafname);
5892 my $bpd_abs = bpd_abs();
5894 dotdot_bpd_transfer_origs $bpd_abs, $upstreamversion, sub { 1 };
5896 opendir QFD, $bpd_abs or fail "buildproductsdir: $bpd_abs: $!";
5897 while ($!=0, defined(my $leaf = readdir QFD)) {
5898 my $f = bpd_abs()."/".$leaf;
5900 local ($debuglevel) = $debuglevel-1;
5901 printdebug "QF linkorigs bpd $leaf, $f ?\n";
5903 next unless is_orig_file_of_vsn $leaf, $upstreamversion;
5904 printdebug "QF linkorigs $leaf, $f Y\n";
5905 link_ltarget $f, $leaf or die "$leaf $!";
5908 die "$buildproductsdir: $!" if $!;
5912 sub quilt_fixup_delete_pc () {
5913 runcmd @git, qw(rm -rqf .pc);
5914 commit_admin +(__ <<END).<<ENDU
5915 Commit removal of .pc (quilt series tracking data)
5918 [dgit ($our_version) upgrade quilt-remove-pc]
5922 sub quilt_fixup_singlepatch ($$$) {
5923 my ($clogp, $headref, $upstreamversion) = @_;
5925 progress __ "starting quiltify (single-debian-patch)";
5927 # dpkg-source --commit generates new patches even if
5928 # single-debian-patch is in debian/source/options. In order to
5929 # get it to generate debian/patches/debian-changes, it is
5930 # necessary to build the source package.
5932 unpack_playtree_linkorigs($upstreamversion, sub { });
5933 unpack_playtree_need_cd_work($headref);
5935 rmtree("debian/patches");
5937 runcmd @dpkgsource, qw(-b .);
5939 runcmd @dpkgsource, qw(-x), (srcfn $version, ".dsc");
5940 rename srcfn("$upstreamversion", "/debian/patches"),
5941 "work/debian/patches"
5943 or confess "install d/patches: $!";
5946 commit_quilty_patch();
5949 sub quilt_need_fake_dsc ($) {
5950 # cwd should be playground
5951 my ($upstreamversion) = @_;
5953 return if stat_exists "fake.dsc";
5954 # ^ OK to test this as a sentinel because if we created it
5955 # we must either have done the rest too, or crashed.
5957 my $fakeversion="$upstreamversion-~~DGITFAKE";
5959 my $fakedsc=new IO::File 'fake.dsc', '>' or confess "$!";
5960 print $fakedsc <<END or confess "$!";
5963 Version: $fakeversion
5967 my $dscaddfile=sub {
5970 my $md = new Digest::MD5;
5972 my $fh = new IO::File $leaf, '<' or die "$leaf $!";
5973 stat $fh or confess "$!";
5977 print $fakedsc " ".$md->hexdigest." $size $leaf\n" or confess "$!";
5980 unpack_playtree_linkorigs($upstreamversion, $dscaddfile);
5982 my @files=qw(debian/source/format debian/rules
5983 debian/control debian/changelog);
5984 foreach my $maybe (qw(debian/patches debian/source/options
5985 debian/tests/control)) {
5986 next unless stat_exists "$maindir/$maybe";
5987 push @files, $maybe;
5990 my $debtar= srcfn $fakeversion,'.debian.tar.gz';
5991 runcmd qw(env GZIP=-1n tar -zcf), "./$debtar", qw(-C), $maindir, @files;
5993 $dscaddfile->($debtar);
5994 close $fakedsc or confess "$!";
5997 sub quilt_fakedsc2unapplied ($$) {
5998 my ($headref, $upstreamversion) = @_;
5999 # must be run in the playground
6000 # quilt_need_fake_dsc must have been called
6002 quilt_need_fake_dsc($upstreamversion);
6004 'exec dpkg-source --no-check --skip-patches -x fake.dsc >/dev/null';
6006 my $fakexdir= $package.'-'.(stripepoch $upstreamversion);
6007 rename $fakexdir, "fake" or die "$fakexdir $!";
6011 remove_stray_gits(__ "source package");
6012 mktree_in_ud_here();
6016 rmtree 'debian'; # git checkout commitish paths does not delete!
6017 runcmd @git, qw(checkout -f), $headref, qw(-- debian);
6018 my $unapplied=git_add_write_tree();
6019 printdebug "fake orig tree object $unapplied\n";
6023 sub quilt_check_splitbrain_cache ($$) {
6024 my ($headref, $upstreamversion) = @_;
6025 # Called only if we are in (potentially) split brain mode.
6026 # Called in playground.
6027 # Computes the cache key and looks in the cache.
6028 # Returns ($dgit_view_commitid, $cachekey) or (undef, $cachekey)
6030 quilt_need_fake_dsc($upstreamversion);
6032 my $splitbrain_cachekey;
6035 "dgit: split brain (separate dgit view) may be needed (--quilt=%s).",
6037 # we look in the reflog of dgit-intern/quilt-cache
6038 # we look for an entry whose message is the key for the cache lookup
6039 my @cachekey = (qw(dgit), $our_version);
6040 push @cachekey, $upstreamversion;
6041 push @cachekey, $quilt_mode;
6042 push @cachekey, $headref;
6044 push @cachekey, hashfile('fake.dsc');
6046 my $srcshash = Digest::SHA->new(256);
6047 my %sfs = ( %INC, '$0(dgit)' => $0 );
6048 foreach my $sfk (sort keys %sfs) {
6049 next unless $sfk =~ m/^\$0\b/ || $sfk =~ m{^Debian/Dgit\b};
6050 $srcshash->add($sfk," ");
6051 $srcshash->add(hashfile($sfs{$sfk}));
6052 $srcshash->add("\n");
6054 push @cachekey, $srcshash->hexdigest();
6055 $splitbrain_cachekey = "@cachekey";
6057 printdebug "splitbrain cachekey $splitbrain_cachekey\n";
6059 my $cachehit = reflog_cache_lookup
6060 "refs/$splitbraincache", $splitbrain_cachekey;
6063 unpack_playtree_need_cd_work($headref);
6064 my $saved = maybe_split_brain_save $headref, $cachehit, "cache-hit";
6065 if ($cachehit ne $headref) {
6066 progress f_ "dgit view: found cached (%s)", $saved;
6067 runcmd @git, qw(checkout -q -b dgit-view), $cachehit;
6068 $made_split_brain = 1;
6069 return ($cachehit, $splitbrain_cachekey);
6071 progress __ "dgit view: found cached, no changes required";
6072 return ($headref, $splitbrain_cachekey);
6075 printdebug "splitbrain cache miss\n";
6076 return (undef, $splitbrain_cachekey);
6079 sub quilt_fixup_multipatch ($$$) {
6080 my ($clogp, $headref, $upstreamversion, $splitbrain_cachekey) = @_;
6082 progress f_ "examining quilt state (multiple patches, %s mode)",
6086 # - honour any existing .pc in case it has any strangeness
6087 # - determine the git commit corresponding to the tip of
6088 # the patch stack (if there is one)
6089 # - if there is such a git commit, convert each subsequent
6090 # git commit into a quilt patch with dpkg-source --commit
6091 # - otherwise convert all the differences in the tree into
6092 # a single git commit
6096 # Our git tree doesn't necessarily contain .pc. (Some versions of
6097 # dgit would include the .pc in the git tree.) If there isn't
6098 # one, we need to generate one by unpacking the patches that we
6101 # We first look for a .pc in the git tree. If there is one, we
6102 # will use it. (This is not the normal case.)
6104 # Otherwise need to regenerate .pc so that dpkg-source --commit
6105 # can work. We do this as follows:
6106 # 1. Collect all relevant .orig from parent directory
6107 # 2. Generate a debian.tar.gz out of
6108 # debian/{patches,rules,source/format,source/options}
6109 # 3. Generate a fake .dsc containing just these fields:
6110 # Format Source Version Files
6111 # 4. Extract the fake .dsc
6112 # Now the fake .dsc has a .pc directory.
6113 # (In fact we do this in every case, because in future we will
6114 # want to search for a good base commit for generating patches.)
6116 # Then we can actually do the dpkg-source --commit
6117 # 1. Make a new working tree with the same object
6118 # store as our main tree and check out the main
6120 # 2. Copy .pc from the fake's extraction, if necessary
6121 # 3. Run dpkg-source --commit
6122 # 4. If the result has changes to debian/, then
6123 # - git add them them
6124 # - git add .pc if we had a .pc in-tree
6126 # 5. If we had a .pc in-tree, delete it, and git commit
6127 # 6. Back in the main tree, fast forward to the new HEAD
6129 # Another situation we may have to cope with is gbp-style
6130 # patches-unapplied trees.
6132 # We would want to detect these, so we know to escape into
6133 # quilt_fixup_gbp. However, this is in general not possible.
6134 # Consider a package with a one patch which the dgit user reverts
6135 # (with git revert or the moral equivalent).
6137 # That is indistinguishable in contents from a patches-unapplied
6138 # tree. And looking at the history to distinguish them is not
6139 # useful because the user might have made a confusing-looking git
6140 # history structure (which ought to produce an error if dgit can't
6141 # cope, not a silent reintroduction of an unwanted patch).
6143 # So gbp users will have to pass an option. But we can usually
6144 # detect their failure to do so: if the tree is not a clean
6145 # patches-applied tree, quilt linearisation fails, but the tree
6146 # _is_ a clean patches-unapplied tree, we can suggest that maybe
6147 # they want --quilt=unapplied.
6149 # To help detect this, when we are extracting the fake dsc, we
6150 # first extract it with --skip-patches, and then apply the patches
6151 # afterwards with dpkg-source --before-build. That lets us save a
6152 # tree object corresponding to .origs.
6154 if ($quilt_mode eq 'linear'
6155 && branch_is_gdr($headref)) {
6156 # This is much faster. It also makes patches that gdr
6157 # likes better for future updates without laundering.
6159 # However, it can fail in some casses where we would
6160 # succeed: if there are existing patches, which correspond
6161 # to a prefix of the branch, but are not in gbp/gdr
6162 # format, gdr will fail (exiting status 7), but we might
6163 # be able to figure out where to start linearising. That
6164 # will be slower so hopefully there's not much to do.
6166 unpack_playtree_need_cd_work $headref;
6168 my @cmd = (@git_debrebase,
6169 qw(--noop-ok -funclean-mixed -funclean-ordering
6170 make-patches --quiet-would-amend));
6171 # We tolerate soe snags that gdr wouldn't, by default.
6177 and not ($? == 7*256 or
6178 $? == -1 && $!==ENOENT);
6182 $headref = git_rev_parse('HEAD');
6187 my $unapplied=quilt_fakedsc2unapplied($headref, $upstreamversion);
6191 my @bbcmd = (qw(sh -ec), 'exec dpkg-source --before-build . >/dev/null');
6193 if (system @bbcmd) {
6194 failedcmd @bbcmd if $? < 0;
6196 failed to apply your git tree's patch stack (from debian/patches/) to
6197 the corresponding upstream tarball(s). Your source tree and .orig
6198 are probably too inconsistent. dgit can only fix up certain kinds of
6199 anomaly (depending on the quilt mode). Please see --quilt= in dgit(1).
6205 unpack_playtree_need_cd_work($headref);
6208 if (stat_exists ".pc") {
6210 progress __ "Tree already contains .pc - will use it then delete it.";
6213 rename '../fake/.pc','.pc' or confess "$!";
6216 changedir '../fake';
6218 my $oldtiptree=git_add_write_tree();
6219 printdebug "fake o+d/p tree object $unapplied\n";
6220 changedir '../work';
6223 # We calculate some guesswork now about what kind of tree this might
6224 # be. This is mostly for error reporting.
6230 # O = orig, without patches applied
6231 # A = "applied", ie orig with H's debian/patches applied
6232 O2H => quiltify_trees_differ($unapplied,$headref, 1,
6233 \%editedignores, \@unrepres),
6234 H2A => quiltify_trees_differ($headref, $oldtiptree,1),
6235 O2A => quiltify_trees_differ($unapplied,$oldtiptree,1),
6239 foreach my $bits (qw(01 02)) {
6240 foreach my $v (qw(O2H O2A H2A)) {
6241 push @dl, ($diffbits->{$v} & $bits) ? '##' : '==';
6244 printdebug "differences \@dl @dl.\n";
6247 "%s: base trees orig=%.20s o+d/p=%.20s",
6248 $us, $unapplied, $oldtiptree;
6250 "%s: quilt differences: src: %s orig %s gitignores: %s orig %s\n".
6251 "%s: quilt differences: HEAD %s o+d/p HEAD %s o+d/p",
6252 $us, $dl[0], $dl[1], $dl[3], $dl[4],
6253 $us, $dl[2], $dl[5];
6256 print STDERR f_ "dgit: cannot represent change: %s: %s\n",
6259 forceable_fail [qw(unrepresentable)], __ <<END;
6260 HEAD has changes to .orig[s] which are not representable by `3.0 (quilt)'
6265 if (!($diffbits->{O2H} & $diffbits->{O2A})) {
6266 push @failsuggestion, [ 'unapplied', __
6267 "This might be a patches-unapplied branch." ];
6268 } elsif (!($diffbits->{H2A} & $diffbits->{O2A})) {
6269 push @failsuggestion, [ 'applied', __
6270 "This might be a patches-applied branch." ];
6272 push @failsuggestion, [ 'quilt-mode', __
6273 "Maybe you need one of --[quilt=]gbp --[quilt=]dpm --quilt=unapplied ?" ];
6275 push @failsuggestion, [ 'gitattrs', __
6276 "Warning: Tree has .gitattributes. See GITATTRIBUTES in dgit(7)." ]
6277 if stat_exists '.gitattributes';
6279 push @failsuggestion, [ 'origs', __
6280 "Maybe orig tarball(s) are not identical to git representation?" ];
6282 if (quiltmode_splitbrain()) {
6283 quiltify_splitbrain($clogp, $unapplied, $headref, $oldtiptree,
6284 $diffbits, \%editedignores,
6285 $splitbrain_cachekey);
6289 progress f_ "starting quiltify (multiple patches, %s mode)", $quilt_mode;
6290 quiltify($clogp,$headref,$oldtiptree,\@failsuggestion);
6292 if (!open P, '>>', ".pc/applied-patches") {
6293 $!==&ENOENT or confess "$!";
6298 commit_quilty_patch();
6300 if ($mustdeletepc) {
6301 quilt_fixup_delete_pc();
6305 sub quilt_fixup_editor () {
6306 my $descfn = $ENV{$fakeeditorenv};
6307 my $editing = $ARGV[$#ARGV];
6308 open I1, '<', $descfn or confess "$descfn: $!";
6309 open I2, '<', $editing or confess "$editing: $!";
6310 unlink $editing or confess "$editing: $!";
6311 open O, '>', $editing or confess "$editing: $!";
6312 while (<I1>) { print O or confess "$!"; } I1->error and confess "$!";
6315 $copying ||= m/^\-\-\- /;
6316 next unless $copying;
6317 print O or confess "$!";
6319 I2->error and confess "$!";
6324 sub maybe_apply_patches_dirtily () {
6325 return unless $quilt_mode =~ m/gbp|unapplied/;
6326 print STDERR __ <<END or confess "$!";
6328 dgit: Building, or cleaning with rules target, in patches-unapplied tree.
6329 dgit: Have to apply the patches - making the tree dirty.
6330 dgit: (Consider specifying --clean=git and (or) using dgit sbuild.)
6333 $patches_applied_dirtily = 01;
6334 $patches_applied_dirtily |= 02 unless stat_exists '.pc';
6335 runcmd qw(dpkg-source --before-build .);
6338 sub maybe_unapply_patches_again () {
6339 progress __ "dgit: Unapplying patches again to tidy up the tree."
6340 if $patches_applied_dirtily;
6341 runcmd qw(dpkg-source --after-build .)
6342 if $patches_applied_dirtily & 01;
6344 if $patches_applied_dirtily & 02;
6345 $patches_applied_dirtily = 0;
6348 #----- other building -----
6350 sub clean_tree_check_git ($$$) {
6351 my ($honour_ignores, $message, $ignmessage) = @_;
6352 my @cmd = (@git, qw(clean -dn));
6353 push @cmd, qw(-x) unless $honour_ignores;
6354 my $leftovers = cmdoutput @cmd;
6355 if (length $leftovers) {
6356 print STDERR $leftovers, "\n" or confess "$!";
6357 $message .= $ignmessage if $honour_ignores;
6362 sub clean_tree_check_git_wd ($) {
6364 return if $cleanmode =~ m{no-check};
6365 return if $patches_applied_dirtily; # yuk
6366 clean_tree_check_git +($cleanmode !~ m{all-check}),
6367 $message, "\n".__ <<END;
6368 If this is just missing .gitignore entries, use a different clean
6369 mode, eg --clean=dpkg-source,no-check (-wdn/-wddn) to ignore them
6370 or --clean=git (-wg/-wgf) to use \`git clean' instead.
6374 sub clean_tree_check () {
6375 # This function needs to not care about modified but tracked files.
6376 # That was done by check_not_dirty, and by now we may have run
6377 # the rules clean target which might modify tracked files (!)
6378 if ($cleanmode =~ m{^check}) {
6379 clean_tree_check_git +($cleanmode =~ m{ignores}), __
6380 "tree contains uncommitted files and --clean=check specified", '';
6381 } elsif ($cleanmode =~ m{^dpkg-source}) {
6382 clean_tree_check_git_wd __
6383 "tree contains uncommitted files (NB dgit didn't run rules clean)";
6384 } elsif ($cleanmode =~ m{^git}) {
6385 clean_tree_check_git 1, __
6386 "tree contains uncommited, untracked, unignored files\n".
6387 "You can use --clean=git[-ff],always (-wga/-wgfa) to delete them.", '';
6388 } elsif ($cleanmode eq 'none') {
6390 confess "$cleanmode ?";
6395 # We always clean the tree ourselves, rather than leave it to the
6396 # builder (dpkg-source, or soemthing which calls dpkg-source).
6397 if ($cleanmode =~ m{^dpkg-source}) {
6398 my @cmd = @dpkgbuildpackage;
6399 push @cmd, qw(-d) if $cleanmode =~ m{^dpkg-source-d};
6400 push @cmd, qw(-T clean);
6401 maybe_apply_patches_dirtily();
6402 runcmd_ordryrun_local @cmd;
6403 clean_tree_check_git_wd __
6404 "tree contains uncommitted files (after running rules clean)";
6405 } elsif ($cleanmode =~ m{^git(?!-)}) {
6406 runcmd_ordryrun_local @git, qw(clean -xdf);
6407 } elsif ($cleanmode =~ m{^git-ff}) {
6408 runcmd_ordryrun_local @git, qw(clean -xdff);
6409 } elsif ($cleanmode =~ m{^check}) {
6411 } elsif ($cleanmode eq 'none') {
6413 confess "$cleanmode ?";
6418 badusage __ "clean takes no additional arguments" if @ARGV;
6421 maybe_unapply_patches_again();
6424 # return values from massage_dbp_args are one or both of these flags
6425 sub WANTSRC_SOURCE () { 01; } # caller should build source (separately)
6426 sub WANTSRC_BUILDER () { 02; } # caller should run dpkg-buildpackage
6428 sub build_or_push_prep_early () {
6429 our $build_or_push_prep_early_done //= 0;
6430 return if $build_or_push_prep_early_done++;
6431 badusage f_ "-p is not allowed with dgit %s", $subcommand
6432 if defined $package;
6433 my $clogp = parsechangelog();
6434 $isuite = getfield $clogp, 'Distribution';
6435 $package = getfield $clogp, 'Source';
6436 $version = getfield $clogp, 'Version';
6437 $dscfn = dscfn($version);
6440 sub build_or_push_prep_modes () {
6441 my ($format,) = get_source_format();
6442 printdebug "format $format, quilt mode $quilt_mode\n";
6443 if (madformat_wantfixup($format) && quiltmode_splitbrain()) {
6444 $do_split_brain = 1;
6446 fail __ "dgit: --include-dirty is not supported in split view quilt mode"
6447 if $do_split_brain && $includedirty;
6450 sub build_prep_early () {
6451 build_or_push_prep_early();
6453 build_or_push_prep_modes();
6457 sub build_prep ($) {
6461 if (!building_source_in_playtree() || ($wantsrc & WANTSRC_BUILDER)
6462 # Clean the tree because we're going to use the contents of
6463 # $maindir. (We trying to include dirty changes in the source
6464 # package, or we are running the builder in $maindir.)
6465 || $cleanmode =~ m{always}) {
6466 # Or because the user asked us to.
6469 # We don't actually need to do anything in $maindir, but we
6470 # should do some kind of cleanliness check because (i) the
6471 # user may have forgotten a `git add', and (ii) if the user
6472 # said -wc we should still do the check.
6475 build_check_quilt_splitbrain();
6477 my $pat = changespat $version;
6478 foreach my $f (glob "$buildproductsdir/$pat") {
6481 fail f_ "remove old changes file %s: %s", $f, $!;
6483 progress f_ "would remove %s", $f;
6489 sub changesopts_initial () {
6490 my @opts =@changesopts[1..$#changesopts];
6493 sub changesopts_version () {
6494 if (!defined $changes_since_version) {
6497 @vsns = archive_query('archive_query');
6498 my @quirk = access_quirk();
6499 if ($quirk[0] eq 'backports') {
6500 local $isuite = $quirk[2];
6502 canonicalise_suite();
6503 push @vsns, archive_query('archive_query');
6509 "archive query failed (queried because --since-version not specified)";
6512 @vsns = map { $_->[0] } @vsns;
6513 @vsns = sort { -version_compare($a, $b) } @vsns;
6514 $changes_since_version = $vsns[0];
6515 progress f_ "changelog will contain changes since %s", $vsns[0];
6517 $changes_since_version = '_';
6518 progress __ "package seems new, not specifying -v<version>";
6521 if ($changes_since_version ne '_') {
6522 return ("-v$changes_since_version");
6528 sub changesopts () {
6529 return (changesopts_initial(), changesopts_version());
6532 sub massage_dbp_args ($;$) {
6533 my ($cmd,$xargs) = @_;
6534 # Since we split the source build out so we can do strange things
6535 # to it, massage the arguments to dpkg-buildpackage so that the
6536 # main build doessn't build source (or add an argument to stop it
6537 # building source by default).
6538 debugcmd '#massaging#', @$cmd if $debuglevel>1;
6539 # -nc has the side effect of specifying -b if nothing else specified
6540 # and some combinations of -S, -b, et al, are errors, rather than
6541 # later simply overriding earlie. So we need to:
6542 # - search the command line for these options
6543 # - pick the last one
6544 # - perhaps add our own as a default
6545 # - perhaps adjust it to the corresponding non-source-building version
6547 foreach my $l ($cmd, $xargs) {
6549 @$l = grep { !(m/^-[SgGFABb]$|^--build=/s and $dmode=$_) } @$l;
6552 #print STDERR "MASS1 ",Dumper($cmd, $xargs, $dmode);
6553 my $r = WANTSRC_BUILDER;
6554 printdebug "massage split $dmode.\n";
6555 if ($dmode =~ s/^--build=//) {
6557 my @d = split /,/, $dmode;
6558 $r |= WANTSRC_SOURCE if grep { s/^full$/binary/ } @d;
6559 $r |= WANTSRC_SOURCE if grep { s/^source$// } @d;
6560 $r |= WANTSRC_BUILDER if grep { m/./ } @d;
6561 fail __ "Wanted to build nothing!" unless $r;
6562 $dmode = '--build='. join ',', grep m/./, @d;
6565 $dmode =~ m/[S]/ ? WANTSRC_SOURCE :
6566 $dmode =~ y/gGF/ABb/ ? WANTSRC_SOURCE | WANTSRC_BUILDER :
6567 $dmode =~ m/[ABb]/ ? WANTSRC_BUILDER :
6570 printdebug "massage done $r $dmode.\n";
6572 #print STDERR "MASS2 ",Dumper($cmd, $xargs, $r);
6578 my $wasdir = must_getcwd();
6579 changedir $buildproductsdir;
6584 # this sub must run with CWD=$buildproductsdir (eg in in_bpd)
6585 sub postbuild_mergechanges ($) {
6586 my ($msg_if_onlyone) = @_;
6587 # If there is only one .changes file, fail with $msg_if_onlyone,
6588 # or if that is undef, be a no-op.
6589 # Returns the changes file to report to the user.
6590 my $pat = changespat $version;
6591 my @changesfiles = grep { !m/_multi\.changes/ } glob $pat;
6592 @changesfiles = sort {
6593 ($b =~ m/_source\.changes$/ <=> $a =~ m/_source\.changes$/)
6597 if (@changesfiles==1) {
6598 fail +(f_ <<END, "@changesfiles").$msg_if_onlyone
6599 only one changes file from build (%s)
6601 if defined $msg_if_onlyone;
6602 $result = $changesfiles[0];
6603 } elsif (@changesfiles==2) {
6604 my $binchanges = parsecontrol($changesfiles[1], "binary changes file");
6605 foreach my $l (split /\n/, getfield $binchanges, 'Files') {
6606 fail f_ "%s found in binaries changes file %s", $l, $binchanges
6609 runcmd_ordryrun_local @mergechanges, @changesfiles;
6610 my $multichanges = changespat $version,'multi';
6612 stat_exists $multichanges or fail f_
6613 "%s unexpectedly not created by build", $multichanges;
6614 foreach my $cf (glob $pat) {
6615 next if $cf eq $multichanges;
6616 rename "$cf", "$cf.inmulti" or fail f_
6617 "install new changes %s\{,.inmulti}: %s", $cf, $!;
6620 $result = $multichanges;
6622 fail f_ "wrong number of different changes files (%s)",
6625 printdone f_ "build successful, results in %s\n", $result
6629 sub midbuild_checkchanges () {
6630 my $pat = changespat $version;
6631 return if $rmchanges;
6632 my @unwanted = map { s#.*/##; $_; } glob "$bpd_glob/$pat";
6634 $_ ne changespat $version,'source' and
6635 $_ ne changespat $version,'multi'
6637 fail +(f_ <<END, $pat, "@unwanted")
6638 changes files other than source matching %s already present; building would result in ambiguity about the intended results.
6639 Suggest you delete %s.
6644 sub midbuild_checkchanges_vanilla ($) {
6646 midbuild_checkchanges() if $wantsrc == (WANTSRC_SOURCE|WANTSRC_BUILDER);
6649 sub postbuild_mergechanges_vanilla ($) {
6651 if ($wantsrc == (WANTSRC_SOURCE|WANTSRC_BUILDER)) {
6653 postbuild_mergechanges(undef);
6656 printdone __ "build successful\n";
6662 $buildproductsdir eq '..' or print STDERR +(f_ <<END, $us, $us);
6663 %s: warning: build-products-dir set, but not supported by dpkg-buildpackage
6664 %s: warning: build-products-dir will be ignored; files will go to ..
6666 $buildproductsdir = '..';
6667 my @dbp = (@dpkgbuildpackage, qw(-us -uc), changesopts_initial(), @ARGV);
6668 my $wantsrc = massage_dbp_args \@dbp;
6669 build_prep($wantsrc);
6670 if ($wantsrc & WANTSRC_SOURCE) {
6672 midbuild_checkchanges_vanilla $wantsrc;
6674 if ($wantsrc & WANTSRC_BUILDER) {
6675 push @dbp, changesopts_version();
6676 maybe_apply_patches_dirtily();
6677 runcmd_ordryrun_local @dbp;
6679 maybe_unapply_patches_again();
6680 postbuild_mergechanges_vanilla $wantsrc;
6684 $quilt_mode //= 'gbp';
6690 # gbp can make .origs out of thin air. In my tests it does this
6691 # even for a 1.0 format package, with no origs present. So I
6692 # guess it keys off just the version number. We don't know
6693 # exactly what .origs ought to exist, but let's assume that we
6694 # should run gbp if: the version has an upstream part and the main
6696 my $upstreamversion = upstreamversion $version;
6697 my $origfnpat = srcfn $upstreamversion, '.orig.tar.*';
6698 my $gbp_make_orig = $version =~ m/-/ && !(() = glob "$bpd_glob/$origfnpat");
6700 if ($gbp_make_orig) {
6702 $cleanmode = 'none'; # don't do it again
6705 my @dbp = @dpkgbuildpackage;
6707 my $wantsrc = massage_dbp_args \@dbp, \@ARGV;
6709 if (!length $gbp_build[0]) {
6710 if (length executable_on_path('git-buildpackage')) {
6711 $gbp_build[0] = qw(git-buildpackage);
6713 $gbp_build[0] = 'gbp buildpackage';
6716 my @cmd = opts_opt_multi_cmd [], @gbp_build;
6718 push @cmd, (qw(-us -uc --git-no-sign-tags),
6719 "--git-builder=".(shellquote @dbp));
6721 if ($gbp_make_orig) {
6722 my $priv = dgit_privdir();
6723 my $ok = "$priv/origs-gen-ok";
6724 unlink $ok or $!==&ENOENT or confess "$!";
6725 my @origs_cmd = @cmd;
6726 push @origs_cmd, qw(--git-cleaner=true);
6727 push @origs_cmd, "--git-prebuild=".
6728 "touch ".(shellquote $ok)." ".(shellquote "$priv/no-such-dir/ok");
6729 push @origs_cmd, @ARGV;
6731 debugcmd @origs_cmd;
6733 do { local $!; stat_exists $ok; }
6734 or failedcmd @origs_cmd;
6736 dryrun_report @origs_cmd;
6740 build_prep($wantsrc);
6741 if ($wantsrc & WANTSRC_SOURCE) {
6743 midbuild_checkchanges_vanilla $wantsrc;
6745 push @cmd, '--git-cleaner=true';
6747 maybe_unapply_patches_again();
6748 if ($wantsrc & WANTSRC_BUILDER) {
6749 push @cmd, changesopts();
6750 runcmd_ordryrun_local @cmd, @ARGV;
6752 postbuild_mergechanges_vanilla $wantsrc;
6754 sub cmd_git_build { cmd_gbp_build(); } # compatibility with <= 1.0
6756 sub building_source_in_playtree {
6757 # If $includedirty, we have to build the source package from the
6758 # working tree, not a playtree, so that uncommitted changes are
6759 # included (copying or hardlinking them into the playtree could
6762 # Note that if we are building a source package in split brain
6763 # mode we do not support including uncommitted changes, because
6764 # that makes quilt fixup too hard. I.e. ($made_split_brain && (dgit is
6765 # building a source package)) => !$includedirty
6766 return !$includedirty;
6770 $sourcechanges = changespat $version,'source';
6772 unlink "$buildproductsdir/$sourcechanges" or $!==ENOENT
6773 or fail f_ "remove %s: %s", $sourcechanges, $!;
6775 confess unless !!$made_split_brain == !!$do_split_brain;
6777 my @cmd = (@dpkgsource, qw(-b --));
6779 if (building_source_in_playtree()) {
6781 my $headref = git_rev_parse('HEAD');
6782 # If we are in split brain, there is already a playtree with
6783 # the thing we should package into a .dsc (thanks to quilt
6784 # fixup). If not, make a playtree
6785 prep_ud() unless $made_split_brain;
6786 changedir $playground;
6787 unless ($made_split_brain) {
6788 my $upstreamversion = upstreamversion $version;
6789 unpack_playtree_linkorigs($upstreamversion, sub { });
6790 unpack_playtree_need_cd_work($headref);
6794 $leafdir = basename $maindir;
6796 if ($buildproductsdir ne '..') {
6797 # Well, we are going to run dpkg-source -b which consumes
6798 # origs from .. and generates output there. To make this
6799 # work when the bpd is not .. , we would have to (i) link
6800 # origs from bpd to .. , (ii) check for files that
6801 # dpkg-source -b would/might overwrite, and afterwards
6802 # (iii) move all the outputs back to the bpd (iv) except
6803 # for the origs which should be deleted from .. if they
6804 # weren't there beforehand. And if there is an error and
6805 # we don't run to completion we would necessarily leave a
6806 # mess. This is too much. The real way to fix this
6807 # is for dpkg-source to have bpd support.
6808 confess unless $includedirty;
6810 "--include-dirty not supported with --build-products-dir, sorry";
6815 runcmd_ordryrun_local @cmd, $leafdir;
6818 runcmd_ordryrun_local qw(sh -ec),
6819 'exec >../$1; shift; exec "$@"','x', $sourcechanges,
6820 @dpkggenchanges, qw(-S), changesopts();
6823 printdebug "moving $dscfn, $sourcechanges, etc. to ".bpd_abs()."\n";
6824 $dsc = parsecontrol($dscfn, "source package");
6828 printdebug " renaming ($why) $l\n";
6829 rename_link_xf 0, "$l", bpd_abs()."/$l"
6830 or fail f_ "put in place new built file (%s): %s", $l, $@;
6832 foreach my $l (split /\n/, getfield $dsc, 'Files') {
6833 $l =~ m/\S+$/ or next;
6836 $mv->('dsc', $dscfn);
6837 $mv->('changes', $sourcechanges);
6842 sub cmd_build_source {
6843 badusage __ "build-source takes no additional arguments" if @ARGV;
6844 build_prep(WANTSRC_SOURCE);
6846 maybe_unapply_patches_again();
6847 printdone f_ "source built, results in %s and %s",
6848 $dscfn, $sourcechanges;
6851 sub cmd_push_source {
6854 "dgit push-source: --include-dirty/--ignore-dirty does not make".
6855 "sense with push-source!"
6857 build_check_quilt_splitbrain();
6859 my $changes = parsecontrol("$buildproductsdir/$changesfile",
6860 __ "source changes file");
6861 unless (test_source_only_changes($changes)) {
6862 fail __ "user-specified changes file is not source-only";
6865 # Building a source package is very fast, so just do it
6867 confess "er, patches are applied dirtily but shouldn't be.."
6868 if $patches_applied_dirtily;
6869 $changesfile = $sourcechanges;
6874 sub binary_builder {
6875 my ($bbuilder, $pbmc_msg, @args) = @_;
6876 build_prep(WANTSRC_SOURCE);
6878 midbuild_checkchanges();
6881 stat_exists $dscfn or fail f_
6882 "%s (in build products dir): %s", $dscfn, $!;
6883 stat_exists $sourcechanges or fail f_
6884 "%s (in build products dir): %s", $sourcechanges, $!;
6886 runcmd_ordryrun_local @$bbuilder, @args;
6888 maybe_unapply_patches_again();
6890 postbuild_mergechanges($pbmc_msg);
6896 binary_builder(\@sbuild, (__ <<END), qw(-d), $isuite, @ARGV, $dscfn);
6897 perhaps you need to pass -A ? (sbuild's default is to build only
6898 arch-specific binaries; dgit 1.4 used to override that.)
6903 my ($pbuilder) = @_;
6905 # @ARGV is allowed to contain only things that should be passed to
6906 # pbuilder under debbuildopts; just massage those
6907 my $wantsrc = massage_dbp_args \@ARGV;
6909 "you asked for a builder but your debbuildopts didn't ask for".
6910 " any binaries -- is this really what you meant?"
6911 unless $wantsrc & WANTSRC_BUILDER;
6913 "we must build a .dsc to pass to the builder but your debbuiltopts".
6914 " forbids the building of a source package; cannot continue"
6915 unless $wantsrc & WANTSRC_SOURCE;
6916 # We do not want to include the verb "build" in @pbuilder because
6917 # the user can customise @pbuilder and they shouldn't be required
6918 # to include "build" in their customised value. However, if the
6919 # user passes any additional args to pbuilder using the dgit
6920 # option --pbuilder:foo, such args need to come after the "build"
6921 # verb. opts_opt_multi_cmd does all of that.
6922 binary_builder([opts_opt_multi_cmd ["build"], @$pbuilder], undef,
6923 qw(--debbuildopts), "@ARGV", qw(--distribution), $isuite,
6928 pbuilder(\@pbuilder);
6931 sub cmd_cowbuilder {
6932 pbuilder(\@cowbuilder);
6935 sub cmd_quilt_fixup {
6936 badusage "incorrect arguments to dgit quilt-fixup" if @ARGV;
6939 build_maybe_quilt_fixup();
6942 sub cmd_print_unapplied_treeish {
6943 badusage __ "incorrect arguments to dgit print-unapplied-treeish"
6945 my $headref = git_rev_parse('HEAD');
6946 my $clogp = commit_getclogp $headref;
6947 $package = getfield $clogp, 'Source';
6948 $version = getfield $clogp, 'Version';
6949 $isuite = getfield $clogp, 'Distribution';
6950 $csuite = $isuite; # we want this to be offline!
6954 changedir $playground;
6955 my $uv = upstreamversion $version;
6956 my $u = quilt_fakedsc2unapplied($headref, $uv);
6957 print $u, "\n" or confess "$!";
6960 sub import_dsc_result {
6961 my ($dstref, $newhash, $what_log, $what_msg) = @_;
6962 my @cmd = (git_update_ref_cmd $what_log, $dstref, $newhash);
6964 check_gitattrs($newhash, __ "source tree");
6966 progress f_ "dgit: import-dsc: %s", $what_msg;
6969 sub cmd_import_dsc {
6973 last unless $ARGV[0] =~ m/^-/;
6976 if (m/^--require-valid-signature$/) {
6979 badusage f_ "unknown dgit import-dsc sub-option \`%s'", $_;
6983 badusage __ "usage: dgit import-dsc .../PATH/TO/.DSC BRANCH"
6985 my ($dscfn, $dstbranch) = @ARGV;
6987 badusage __ "dry run makes no sense with import-dsc"
6990 my $force = $dstbranch =~ s/^\+// ? +1 :
6991 $dstbranch =~ s/^\.\.// ? -1 :
6993 my $info = $force ? " $&" : '';
6994 $info = "$dscfn$info";
6996 my $specbranch = $dstbranch;
6997 $dstbranch = "refs/heads/$dstbranch" unless $dstbranch =~ m#^refs/#;
6998 $dstbranch = cmdoutput @git, qw(check-ref-format --normalize), $dstbranch;
7000 my @symcmd = (@git, qw(symbolic-ref -q HEAD));
7001 my $chead = cmdoutput_errok @symcmd;
7002 defined $chead or $?==256 or failedcmd @symcmd;
7004 fail f_ "%s is checked out - will not update it", $dstbranch
7005 if defined $chead and $chead eq $dstbranch;
7007 my $oldhash = git_get_ref $dstbranch;
7009 open D, "<", $dscfn or fail f_ "open import .dsc (%s): %s", $dscfn, $!;
7010 $dscdata = do { local $/ = undef; <D>; };
7011 D->error and fail f_ "read %s: %s", $dscfn, $!;
7014 # we don't normally need this so import it here
7015 use Dpkg::Source::Package;
7016 my $dp = new Dpkg::Source::Package filename => $dscfn,
7017 require_valid_signature => $needsig;
7019 local $SIG{__WARN__} = sub {
7021 return unless $needsig;
7022 fail __ "import-dsc signature check failed";
7024 if (!$dp->is_signed()) {
7025 warn f_ "%s: warning: importing unsigned .dsc\n", $us;
7027 my $r = $dp->check_signature();
7028 confess "->check_signature => $r" if $needsig && $r;
7034 $package = getfield $dsc, 'Source';
7036 parse_dsc_field($dsc, __ "Dgit metadata in .dsc")
7037 unless forceing [qw(import-dsc-with-dgit-field)];
7038 parse_dsc_field_def_dsc_distro();
7040 $isuite = 'DGIT-IMPORT-DSC';
7041 $idistro //= $dsc_distro;
7045 if (defined $dsc_hash) {
7047 "dgit: import-dsc of .dsc with Dgit field, using git hash";
7048 resolve_dsc_field_commit undef, undef;
7050 if (defined $dsc_hash) {
7051 my @cmd = (qw(sh -ec),
7052 "echo $dsc_hash | git cat-file --batch-check");
7053 my $objgot = cmdoutput @cmd;
7054 if ($objgot =~ m#^\w+ missing\b#) {
7055 fail f_ <<END, $dsc_hash
7056 .dsc contains Dgit field referring to object %s
7057 Your git tree does not have that object. Try `git fetch' from a
7058 plausible server (browse.dgit.d.o? salsa?), and try the import-dsc again.
7061 if ($oldhash && !is_fast_fwd $oldhash, $dsc_hash) {
7063 progress __ "Not fast forward, forced update.";
7065 fail f_ "Not fast forward to %s", $dsc_hash;
7068 import_dsc_result $dstbranch, $dsc_hash,
7069 "dgit import-dsc (Dgit): $info",
7070 f_ "updated git ref %s", $dstbranch;
7074 fail f_ <<END, $dstbranch, $specbranch, $specbranch
7075 Branch %s already exists
7076 Specify ..%s for a pseudo-merge, binding in existing history
7077 Specify +%s to overwrite, discarding existing history
7079 if $oldhash && !$force;
7081 my @dfi = dsc_files_info();
7082 foreach my $fi (@dfi) {
7083 my $f = $fi->{Filename};
7084 # We transfer all the pieces of the dsc to the bpd, not just
7085 # origs. This is by analogy with dgit fetch, which wants to
7086 # keep them somewhere to avoid downloading them again.
7087 # We make symlinks, though. If the user wants copies, then
7088 # they can copy the parts of the dsc to the bpd using dcmd,
7090 my $here = "$buildproductsdir/$f";
7095 fail f_ "lstat %s works but stat gives %s !", $here, $!;
7097 fail f_ "stat %s: %s", $here, $! unless $! == ENOENT;
7098 printdebug "not in bpd, $f ...\n";
7099 # $f does not exist in bpd, we need to transfer it
7101 $there =~ s{[^/]+$}{$f} or confess "$there ?";
7102 # $there is file we want, relative to user's cwd, or abs
7103 printdebug "not in bpd, $f, test $there ...\n";
7104 stat $there or fail f_
7105 "import %s requires %s, but: %s", $dscfn, $there, $!;
7106 if ($there =~ m#^(?:\./+)?\.\./+#) {
7107 # $there is relative to user's cwd
7108 my $there_from_parent = $';
7109 if ($buildproductsdir !~ m{^/}) {
7110 # abs2rel, despite its name, can take two relative paths
7111 $there = File::Spec->abs2rel($there,$buildproductsdir);
7112 # now $there is relative to bpd, great
7113 printdebug "not in bpd, $f, abs2rel, $there ...\n";
7115 $there = (dirname $maindir)."/$there_from_parent";
7116 # now $there is absoute
7117 printdebug "not in bpd, $f, rel2rel, $there ...\n";
7119 } elsif ($there =~ m#^/#) {
7120 # $there is absolute already
7121 printdebug "not in bpd, $f, abs, $there ...\n";
7124 "cannot import %s which seems to be inside working tree!",
7127 symlink $there, $here or fail f_
7128 "symlink %s to %s: %s", $there, $here, $!;
7129 progress f_ "made symlink %s -> %s", $here, $there;
7130 # print STDERR Dumper($fi);
7132 my @mergeinputs = generate_commits_from_dsc();
7133 die unless @mergeinputs == 1;
7135 my $newhash = $mergeinputs[0]{Commit};
7140 "Import, forced update - synthetic orphan git history.";
7141 } elsif ($force < 0) {
7142 progress __ "Import, merging.";
7143 my $tree = cmdoutput @git, qw(rev-parse), "$newhash:";
7144 my $version = getfield $dsc, 'Version';
7145 my $clogp = commit_getclogp $newhash;
7146 my $authline = clogp_authline $clogp;
7147 $newhash = make_commit_text <<ENDU
7155 .(f_ <<END, $package, $version, $dstbranch);
7156 Merge %s (%s) import into %s
7159 die; # caught earlier
7163 import_dsc_result $dstbranch, $newhash,
7164 "dgit import-dsc: $info",
7165 f_ "results are in git ref %s", $dstbranch;
7168 sub pre_archive_api_query () {
7169 not_necessarily_a_tree();
7171 sub cmd_archive_api_query {
7172 badusage __ "need only 1 subpath argument" unless @ARGV==1;
7173 my ($subpath) = @ARGV;
7174 local $isuite = 'DGIT-API-QUERY-CMD';
7175 my @cmd = archive_api_query_cmd($subpath);
7178 exec @cmd or fail f_ "exec curl: %s\n", $!;
7181 sub repos_server_url () {
7182 $package = '_dgit-repos-server';
7183 local $access_forpush = 1;
7184 local $isuite = 'DGIT-REPOS-SERVER';
7185 my $url = access_giturl();
7188 sub pre_clone_dgit_repos_server () {
7189 not_necessarily_a_tree();
7191 sub cmd_clone_dgit_repos_server {
7192 badusage __ "need destination argument" unless @ARGV==1;
7193 my ($destdir) = @ARGV;
7194 my $url = repos_server_url();
7195 my @cmd = (@git, qw(clone), $url, $destdir);
7197 exec @cmd or fail f_ "exec git clone: %s\n", $!;
7200 sub pre_print_dgit_repos_server_source_url () {
7201 not_necessarily_a_tree();
7203 sub cmd_print_dgit_repos_server_source_url {
7205 "no arguments allowed to dgit print-dgit-repos-server-source-url"
7207 my $url = repos_server_url();
7208 print $url, "\n" or confess "$!";
7211 sub pre_print_dpkg_source_ignores {
7212 not_necessarily_a_tree();
7214 sub cmd_print_dpkg_source_ignores {
7216 "no arguments allowed to dgit print-dpkg-source-ignores"
7218 print "@dpkg_source_ignores\n" or confess "$!";
7221 sub cmd_setup_mergechangelogs {
7222 badusage __ "no arguments allowed to dgit setup-mergechangelogs"
7224 local $isuite = 'DGIT-SETUP-TREE';
7225 setup_mergechangelogs(1);
7228 sub cmd_setup_useremail {
7229 badusage __ "no arguments allowed to dgit setup-useremail" if @ARGV;
7230 local $isuite = 'DGIT-SETUP-TREE';
7234 sub cmd_setup_gitattributes {
7235 badusage __ "no arguments allowed to dgit setup-useremail" if @ARGV;
7236 local $isuite = 'DGIT-SETUP-TREE';
7240 sub cmd_setup_new_tree {
7241 badusage __ "no arguments allowed to dgit setup-tree" if @ARGV;
7242 local $isuite = 'DGIT-SETUP-TREE';
7246 #---------- argument parsing and main program ----------
7249 print "dgit version $our_version\n" or confess "$!";
7253 our (%valopts_long, %valopts_short);
7254 our (%funcopts_long);
7256 our (@modeopt_cfgs);
7258 sub defvalopt ($$$$) {
7259 my ($long,$short,$val_re,$how) = @_;
7260 my $oi = { Long => $long, Short => $short, Re => $val_re, How => $how };
7261 $valopts_long{$long} = $oi;
7262 $valopts_short{$short} = $oi;
7263 # $how subref should:
7264 # do whatever assignemnt or thing it likes with $_[0]
7265 # if the option should not be passed on to remote, @rvalopts=()
7266 # or $how can be a scalar ref, meaning simply assign the value
7269 defvalopt '--since-version', '-v', '[^_]+|_', \$changes_since_version;
7270 defvalopt '--distro', '-d', '.+', \$idistro;
7271 defvalopt '', '-k', '.+', \$keyid;
7272 defvalopt '--existing-package','', '.*', \$existing_package;
7273 defvalopt '--build-products-dir','','.*', \$buildproductsdir;
7274 defvalopt '--clean', '', $cleanmode_re, \$cleanmode;
7275 defvalopt '--package', '-p', $package_re, \$package;
7276 defvalopt '--quilt', '', $quilt_modes_re, \$quilt_mode;
7278 defvalopt '', '-C', '.+', sub {
7279 ($changesfile) = (@_);
7280 if ($changesfile =~ s#^(.*)/##) {
7281 $buildproductsdir = $1;
7285 defvalopt '--initiator-tempdir','','.*', sub {
7286 ($initiator_tempdir) = (@_);
7287 $initiator_tempdir =~ m#^/# or
7288 badusage __ "--initiator-tempdir must be used specify an".
7289 " absolute, not relative, directory."
7292 sub defoptmodes ($@) {
7293 my ($varref, $cfgkey, $default, %optmap) = @_;
7295 while (my ($opt,$val) = each %optmap) {
7296 $funcopts_long{$opt} = sub { $$varref = $val; };
7297 $permit{$val} = $val;
7299 push @modeopt_cfgs, {
7302 Default => $default,
7307 defoptmodes \$dodep14tag, qw( dep14tag want
7310 --always-dep14tag always );
7315 if (defined $ENV{'DGIT_SSH'}) {
7316 @ssh = string_to_ssh $ENV{'DGIT_SSH'};
7317 } elsif (defined $ENV{'GIT_SSH'}) {
7318 @ssh = ($ENV{'GIT_SSH'});
7326 if (!defined $val) {
7327 badusage f_ "%s needs a value", $what unless @ARGV;
7329 push @rvalopts, $val;
7331 badusage f_ "bad value \`%s' for %s", $val, $what unless
7332 $val =~ m/^$oi->{Re}$(?!\n)/s;
7333 my $how = $oi->{How};
7334 if (ref($how) eq 'SCALAR') {
7339 push @ropts, @rvalopts;
7343 last unless $ARGV[0] =~ m/^-/;
7347 if (m/^--dry-run$/) {
7350 } elsif (m/^--damp-run$/) {
7353 } elsif (m/^--no-sign$/) {
7356 } elsif (m/^--help$/) {
7358 } elsif (m/^--version$/) {
7360 } elsif (m/^--new$/) {
7363 } elsif (m/^--([-0-9a-z]+)=(.+)/s &&
7364 ($om = $opts_opt_map{$1}) &&
7368 } elsif (m/^--([-0-9a-z]+):(.*)/s &&
7369 !$opts_opt_cmdonly{$1} &&
7370 ($om = $opts_opt_map{$1})) {
7373 } elsif (m/^--([-0-9a-z]+)\!:(.*)/s &&
7374 !$opts_opt_cmdonly{$1} &&
7375 ($om = $opts_opt_map{$1})) {
7377 my $cmd = shift @$om;
7378 @$om = ($cmd, grep { $_ ne $2 } @$om);
7379 } elsif (m/^--(gbp|dpm)$/s) {
7380 push @ropts, "--quilt=$1";
7382 } elsif (m/^--(?:ignore|include)-dirty$/s) {
7385 } elsif (m/^--no-quilt-fixup$/s) {
7387 $quilt_mode = 'nocheck';
7388 } elsif (m/^--no-rm-on-error$/s) {
7391 } elsif (m/^--no-chase-dsc-distro$/s) {
7393 $chase_dsc_distro = 0;
7394 } elsif (m/^--overwrite$/s) {
7396 $overwrite_version = '';
7397 } elsif (m/^--overwrite=(.+)$/s) {
7399 $overwrite_version = $1;
7400 } elsif (m/^--delayed=(\d+)$/s) {
7403 } elsif (my ($k,$v) =
7404 m/^--save-(dgit-view)=(.+)$/s ||
7405 m/^--(dgit-view)-save=(.+)$/s
7408 $v =~ s#^(?!refs/)#refs/heads/#;
7409 $internal_object_save{$k} = $v;
7410 } elsif (m/^--(no-)?rm-old-changes$/s) {
7413 } elsif (m/^--deliberately-($deliberately_re)$/s) {
7415 push @deliberatelies, $&;
7416 } elsif (m/^--force-(.*)/ && defined $forceopts{$1}) {
7420 } elsif (m/^--force-/) {
7422 f_ "%s: warning: ignoring unknown force option %s\n",
7425 } elsif (m/^--dgit-tag-format=(old|new)$/s) {
7426 # undocumented, for testing
7428 $tagformat_want = [ $1, 'command line', 1 ];
7429 # 1 menas overrides distro configuration
7430 } elsif (m/^--config-lookup-explode=(.+)$/s) {
7431 # undocumented, for testing
7433 $gitcfgs{cmdline}{$1} = 'CONFIG-LOOKUP-EXPLODE';
7434 # ^ it's supposed to be an array ref
7435 } elsif (m/^(--[-0-9a-z]+)(=|$)/ && ($oi = $valopts_long{$1})) {
7436 $val = $2 ? $' : undef; #';
7437 $valopt->($oi->{Long});
7438 } elsif ($funcopts_long{$_}) {
7440 $funcopts_long{$_}();
7442 badusage f_ "unknown long option \`%s'", $_;
7449 } elsif (s/^-L/-/) {
7452 } elsif (s/^-h/-/) {
7454 } elsif (s/^-D/-/) {
7458 } elsif (s/^-N/-/) {
7463 push @changesopts, $_;
7465 } elsif (s/^-wn$//s) {
7467 $cleanmode = 'none';
7468 } elsif (s/^-wg(f?)(a?)$//s) {
7471 $cleanmode .= '-ff' if $1;
7472 $cleanmode .= ',always' if $2;
7473 } elsif (s/^-wd(d?)([na]?)$//s) {
7475 $cleanmode = 'dpkg-source';
7476 $cleanmode .= '-d' if $1;
7477 $cleanmode .= ',no-check' if $2 eq 'n';
7478 $cleanmode .= ',all-check' if $2 eq 'a';
7479 } elsif (s/^-wc$//s) {
7481 $cleanmode = 'check';
7482 } elsif (s/^-wci$//s) {
7484 $cleanmode = 'check,ignores';
7485 } elsif (s/^-c([^=]*)\=(.*)$//s) {
7486 push @git, '-c', $&;
7487 $gitcfgs{cmdline}{$1} = [ $2 ];
7488 } elsif (s/^-c([^=]+)$//s) {
7489 push @git, '-c', $&;
7490 $gitcfgs{cmdline}{$1} = [ 'true' ];
7491 } elsif (m/^-[a-zA-Z]/ && ($oi = $valopts_short{$&})) {
7493 $val = undef unless length $val;
7494 $valopt->($oi->{Short});
7497 badusage f_ "unknown short option \`%s'", $_;
7504 sub check_env_sanity () {
7505 my $blocked = new POSIX::SigSet;
7506 sigprocmask SIG_UNBLOCK, $blocked, $blocked or confess "$!";
7509 foreach my $name (qw(PIPE CHLD)) {
7510 my $signame = "SIG$name";
7511 my $signum = eval "POSIX::$signame" // die;
7512 die f_ "%s is set to something other than SIG_DFL\n",
7514 if defined $SIG{$name} and $SIG{$name} ne 'DEFAULT';
7515 $blocked->ismember($signum) and
7516 die f_ "%s is blocked\n", $signame;
7522 On entry to dgit, %s
7523 This is a bug produced by something in your execution environment.
7529 sub parseopts_late_defaults () {
7530 $isuite //= cfg("dgit-distro.$idistro.default-suite", 'RETURN-UNDEF')
7531 if defined $idistro;
7532 $isuite //= cfg('dgit.default.default-suite');
7534 foreach my $k (keys %opts_opt_map) {
7535 my $om = $opts_opt_map{$k};
7537 my $v = access_cfg("cmd-$k", 'RETURN-UNDEF');
7539 badcfg f_ "cannot set command for %s", $k
7540 unless length $om->[0];
7544 foreach my $c (access_cfg_cfgs("opts-$k")) {
7546 map { $_ ? @$_ : () }
7547 map { $gitcfgs{$_}{$c} }
7548 reverse @gitcfgsources;
7549 printdebug "CL $c ", (join " ", map { shellquote } @vl),
7550 "\n" if $debuglevel >= 4;
7552 badcfg f_ "cannot configure options for %s", $k
7553 if $opts_opt_cmdonly{$k};
7554 my $insertpos = $opts_cfg_insertpos{$k};
7555 @$om = ( @$om[0..$insertpos-1],
7557 @$om[$insertpos..$#$om] );
7561 if (!defined $rmchanges) {
7562 local $access_forpush;
7563 $rmchanges = access_cfg_bool(0, 'rm-old-changes');
7566 if (!defined $quilt_mode) {
7567 local $access_forpush;
7568 $quilt_mode = cfg('dgit.force.quilt-mode', 'RETURN-UNDEF')
7569 // access_cfg('quilt-mode', 'RETURN-UNDEF')
7571 $quilt_mode =~ m/^($quilt_modes_re)$/
7572 or badcfg f_ "unknown quilt-mode \`%s'", $quilt_mode;
7576 foreach my $moc (@modeopt_cfgs) {
7577 local $access_forpush;
7578 my $vr = $moc->{Var};
7579 next if defined $$vr;
7580 $$vr = access_cfg($moc->{Key}, 'RETURN-UNDEF') // $moc->{Default};
7581 my $v = $moc->{Vals}{$$vr};
7582 badcfg f_ "unknown %s setting \`%s'", $moc->{Key}, $$vr
7587 if (!defined $cleanmode) {
7588 local $access_forpush;
7589 $cleanmode = access_cfg('clean-mode-newer', 'RETURN-UNDEF');
7590 $cleanmode = undef if $cleanmode && $cleanmode !~ m/^$cleanmode_re$/;
7592 $cleanmode //= access_cfg('clean-mode', 'RETURN-UNDEF');
7593 $cleanmode //= 'dpkg-source';
7595 badcfg f_ "unknown clean-mode \`%s'", $cleanmode unless
7596 $cleanmode =~ m/^$cleanmode_re$/;
7599 $buildproductsdir //= access_cfg('build-products-dir', 'RETURN-UNDEF');
7600 $buildproductsdir //= '..';
7601 $bpd_glob = $buildproductsdir;
7602 $bpd_glob =~ s#[][\\{}*?~]#\\$&#g;
7605 setlocale(LC_MESSAGES, "");
7608 if ($ENV{$fakeeditorenv}) {
7610 quilt_fixup_editor();
7616 print STDERR __ "DRY RUN ONLY\n" if $dryrun_level > 1;
7617 print STDERR __ "DAMP RUN - WILL MAKE LOCAL (UNSIGNED) CHANGES\n"
7618 if $dryrun_level == 1;
7620 print STDERR __ $helpmsg or confess "$!";
7623 $cmd = $subcommand = shift @ARGV;
7626 my $pre_fn = ${*::}{"pre_$cmd"};
7627 $pre_fn->() if $pre_fn;
7629 if ($invoked_in_git_tree) {
7630 changedir_git_toplevel();
7635 my $fn = ${*::}{"cmd_$cmd"};
7636 $fn or badusage f_ "unknown operation %s", $cmd;