chiark / gitweb /
Ian Jackson [Fri, 6 Jan 2017 16:11:52 +0000 (16:11 +0000)]
dgit-badcommit-fixup: Rename
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Fri, 6 Jan 2017 16:09:39 +0000 (16:09 +0000)]
badcommit-fixup: Merge from a filtered view of my personal playground
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Fri, 6 Jan 2017 16:09:29 +0000 (16:09 +0000)]
changelog: start 2.16~
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 5 Jan 2017 19:26:37 +0000 (19:26 +0000)]
badcommit-fixup: remove some debug
Ian Jackson [Thu, 5 Jan 2017 19:25:14 +0000 (19:25 +0000)]
badcommit-fixup: dummy add seems workingish
Ian Jackson [Thu, 5 Jan 2017 19:10:37 +0000 (19:10 +0000)]
badcommit-fixup: break out $bare
Ian Jackson [Thu, 5 Jan 2017 19:00:55 +0000 (19:00 +0000)]
badcommit-fixup: wip dummy commits
Ian Jackson [Thu, 5 Jan 2017 18:31:31 +0000 (18:31 +0000)]
badcommit-fixup: wip dummy commits
Ian Jackson [Thu, 5 Jan 2017 18:20:42 +0000 (18:20 +0000)]
changelog: finalise 2.15 (will not be uploaded)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 5 Jan 2017 17:42:01 +0000 (17:42 +0000)]
badcommit-fixup: break out $bare
Ian Jackson [Thu, 5 Jan 2017 17:40:45 +0000 (17:40 +0000)]
badcommit-fixup: reorganise arg parsing
Ian Jackson [Thu, 5 Jan 2017 15:47:06 +0000 (15:47 +0000)]
test suite: Do not tolerate any stderr output from git-fsck
We must tolerate
notice: HEAD points to an unborn branch (master)
notice: No default references
which are generated by some of our existing test cases and are pretty
much harmless.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 5 Jan 2017 15:37:49 +0000 (15:37 +0000)]
test suite: Introduce t-expect-fsck-fail
No functional change.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 5 Jan 2017 15:30:13 +0000 (15:30 +0000)]
test suite: Make expect_fsck_fail contain objids
This will make it possible to be stricter.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 5 Jan 2017 14:01:38 +0000 (14:01 +0000)]
Merge tag dgit/2.14 into `defence in dgit-repos-server' branch
Fix up semantic conflict: the new git-fsck test (in 2.14) fails on the
new broken commits (in the `defence in dgit-repos-server' branch).
We need to disable this. Ideally we would make a tighter test, but
that's too much to do in a merge.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 5 Jan 2017 13:47:40 +0000 (13:47 +0000)]
test suite: Test bad commit defence in drs-push-rejects
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 5 Jan 2017 13:46:34 +0000 (13:46 +0000)]
dgit-repos-server: Defend against bad commits (from eg #849041).
Right now, this causes the test `debpolicy-quilt-gbp' to fail,
because in this branch #849041 is unfixed.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 5 Jan 2017 02:04:12 +0000 (02:04 +0000)]
badcommit-fixup: only detach bare
Ian Jackson [Thu, 5 Jan 2017 02:00:48 +0000 (02:00 +0000)]
badcommit-fixup: fix a git-
Ian Jackson [Thu, 5 Jan 2017 01:56:43 +0000 (01:56 +0000)]
badcommit-fixup: seems to work
Ian Jackson [Thu, 5 Jan 2017 01:43:22 +0000 (01:43 +0000)]
badcommit-fixup: seems to do main thing
Ian Jackson [Thu, 5 Jan 2017 01:34:05 +0000 (01:34 +0000)]
badcommit-fixup: wip
Ian Jackson [Thu, 5 Jan 2017 01:15:43 +0000 (01:15 +0000)]
badcommit-fixup: wip g-f-b
Ian Jackson [Thu, 5 Jan 2017 01:15:39 +0000 (01:15 +0000)]
badcommit-fixup: wip g-f-b
Ian Jackson [Thu, 5 Jan 2017 00:24:54 +0000 (00:24 +0000)]
badcommit-fixup: before no g-f-b
Ian Jackson [Thu, 5 Jan 2017 00:13:37 +0000 (00:13 +0000)]
badcommit-fixup: more wip
Ian Jackson [Wed, 4 Jan 2017 22:53:49 +0000 (22:53 +0000)]
changelog: finalise 2.14
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 4 Jan 2017 22:52:44 +0000 (22:52 +0000)]
badcommit-fixup wip
Ian Jackson [Wed, 4 Jan 2017 22:09:39 +0000 (22:09 +0000)]
changelog: Document changes
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 4 Jan 2017 21:47:53 +0000 (21:47 +0000)]
dgit: Do not generate bogus commits
There were two places in the code where ill-formed commits were
generated: both psedumerges.
One is in dgit import-dsc, a fairly minor problem.
The other is in --overwrite and is very bad because that's an
important option.
Nothing in git seems to notice, unless you run git-fsck. Even a git
server does not, by default. However, some other popular git servers
do reject these broken commits.
I have tested this changes with git-fsck (by using the test suite
patches which follow in this series) and now everything seems fine.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 4 Jan 2017 21:02:03 +0000 (21:02 +0000)]
test suite: Clean out erroneous reflog in a worktree
git-reflog expire --expire-unreachable=now --all
Without this, this worktree causes git-fsck to complain!
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 4 Jan 2017 20:52:11 +0000 (20:52 +0000)]
test suite: Run git-fsck a lot
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 4 Jan 2017 20:43:12 +0000 (20:43 +0000)]
test suite: Add some missing calls to t-ok.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 4 Jan 2017 20:35:49 +0000 (20:35 +0000)]
test suite: Introduce t-ok.
No functional change.
perl -i~ -pe 's/^echo ok\.$/t-ok/' tests/tests/*[^~]
perl -i~ -pe 's/^echo ok\.$/t-ok/' tests/setup/*[^~]
perl -i~ -pe 's/^echo done\.$/t-ok/' tests/tests/*[^~]
perl -i~ -pe 's/^echo done\.$/t-ok/' tests/setup/*[^~]
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 21 Dec 2016 14:13:30 +0000 (14:13 +0000)]
changelog: start 2.14
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 21 Dec 2016 14:13:30 +0000 (14:13 +0000)]
changelog: start 2.14
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 21 Dec 2016 01:32:54 +0000 (01:32 +0000)]
changelog: finalise 2.13
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 20 Dec 2016 23:33:41 +0000 (23:33 +0000)]
changelog: document dgit-sponsorship fix
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Sean Whitton [Mon, 19 Dec 2016 21:32:51 +0000 (21:32 +0000)]
dgit-sponsorship(7): Update in light of fixed #844129
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Ian Jackson [Tue, 20 Dec 2016 23:31:37 +0000 (23:31 +0000)]
changelog: document dgit-maint-gbp fix
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Sean Whitton [Mon, 19 Dec 2016 21:14:32 +0000 (21:14 +0000)]
dgit-maint-gbp(7): Remove reference to closed bug.
Thanks Felipe Sateler for the bug report.
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Ian Jackson [Tue, 20 Dec 2016 21:40:15 +0000 (21:40 +0000)]
Import fix: Switch back to unpa branch on patch import iterations.
In particular, do not fail utterly if dpkg-source and gbp
disagree. Closes:#848843.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 20 Dec 2016 21:38:34 +0000 (21:38 +0000)]
Improve "cannot represent change" message
Print the git old and new modes too.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 20 Dec 2016 21:14:48 +0000 (21:14 +0000)]
quilt fixup: Permit creation of patches which delete files
By psssing --include-removal to dpkg-source, and tolerating it when we
do our quilt fixup analysis.
dpkg-source has supported this since at least stretch.
Closes:#848901.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 20 Dec 2016 20:45:34 +0000 (20:45 +0000)]
changelog: start 2.13
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 19 Dec 2016 17:35:37 +0000 (17:35 +0000)]
changelog: finalise 2.12
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 19 Dec 2016 14:54:30 +0000 (14:54 +0000)]
absurd/git: Do not fail to import a .dsc containing patches to .git/ (!)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 19 Dec 2016 14:51:48 +0000 (14:51 +0000)]
absurd/git Do not fail to import certain weird .dscs
A .dsc containing patches which patch files multiple times would be
rejected by dpkg-source due to #848611.
Work around this by arranging for the patch of interest to never be
the first patch, by introducing (and then evaporating) a dummy patch.
Yuk.
Closes:#848391.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 19 Dec 2016 14:45:18 +0000 (14:45 +0000)]
Produce better error reporting when absurd git wrapper fails on a patch
during .dsc import. Apropos of #848391.
gbp swallows the error from the first run (without --whitespace=fix).
Previously only that first run would do anything useful; the second
would complain about --whitespace=fix. So failures of dpkg-source
would always produce a useless error message.
Instead, tolerate (and ignore) the --whitespace=fix option which gbp
passes during the second run. This means that the second run tries to
do the actual work.
This only does extra work if the first run failed, and since the first
and second runs are now equivalent, that happens when the second run
fails too. But in return for that extra work, we get a report which
actually mentions something that unexpectedly went wrong.
(The alternative would be to have absurd/git try to stash and then
reproduce its previous error, or to make more fragile assumptions
about gbp's behaviour.)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 19 Dec 2016 14:35:30 +0000 (14:35 +0000)]
absurd/git: Better debugging
Honour DGIT_ABSURD_DEBUG, which is set by dgit from $debuglevel.
Also, in dgit, open the output file for append.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 19 Dec 2016 14:33:55 +0000 (14:33 +0000)]
absurd/git: Introduce log()
Right now this simply replaces all the echo >&2, producing no
significant functional change.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 19 Dec 2016 13:37:30 +0000 (13:37 +0000)]
Do not fail when cloning a package containing dangling symlinks.
Closes:#848512.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 15 Dec 2016 00:54:21 +0000 (00:54 +0000)]
By default, generate a DEP-14 tag as well as a dgit archive/* tag
Even in non-split-view quilt modes. Closes:#844129.
This breaks one of the test suite test cases, so disable it there.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 15 Dec 2016 00:52:34 +0000 (00:52 +0000)]
dgit: Break out access_cfg_tagformats_can_splitbrain
While we're at it, use a hash %y rather than repeatedly grepping.
No overall functional change.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 15 Dec 2016 00:07:44 +0000 (00:07 +0000)]
Suppress some leftover debugging output from import-dsc. Closes:#847658.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Thu, 15 Dec 2016 00:06:19 +0000 (00:06 +0000)]
If we cannot hardlink origs into our extraction area, use symlinks instead.
Closes:#844570.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 14 Dec 2016 21:39:10 +0000 (21:39 +0000)]
dgit: Give better advice if .dsc/.changes signing fails
If no changes are needed to the package, user may indeed just debsign
and dput. Closes:#844131.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 14 Dec 2016 21:31:44 +0000 (21:31 +0000)]
changelog: Mention #844128
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 14 Dec 2016 18:27:30 +0000 (18:27 +0000)]
changelog: Document closure of #847987
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Philip Hands [Sat, 10 Dec 2016 18:58:08 +0000 (19:58 +0100)]
dgit-maint-native: clarify which sort of native
Ian Jackson [Wed, 16 Nov 2016 18:17:51 +0000 (18:17 +0000)]
Slightly better message when .dsc not found.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 9 Nov 2016 21:37:52 +0000 (21:37 +0000)]
Version tags mangling: Protect dots, as per proposed update to DEP-14.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Wed, 9 Nov 2016 21:35:58 +0000 (21:35 +0000)]
Introduce dep14_version_quote
Removes three identical copies of this y/// rune. No functional
change.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 19 Dec 2016 14:59:19 +0000 (14:59 +0000)]
changelog: Mention dgit-maint-merge changes
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 19 Dec 2016 16:57:16 +0000 (16:57 +0000)]
Merge remote-tracking branch 'spwhitton/maint-merge-updates' into fix
Ian Jackson [Mon, 19 Dec 2016 16:17:00 +0000 (16:17 +0000)]
Provide and use stunt lintian and debuild
This avoids lintian complaining about our stupid test packages.
We need the stunt debuild because debuild likes to launder the
environment, removing our stunt lintian from PATH !
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 19 Dec 2016 16:01:47 +0000 (16:01 +0000)]
dgit-repos-policy-debian; Unset GIT_ALTERNATE_OBJECT_DIRECTORIES
This broke due to recent git setting GIT_ALTERNATE_OBJECT_DIRECTORIES
in the pre-receive-hook.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Sean Whitton [Mon, 19 Dec 2016 13:13:57 +0000 (13:13 +0000)]
dgit-maint-merge(7): Add upstream remote after dgit clone
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Sean Whitton [Mon, 19 Dec 2016 13:13:21 +0000 (13:13 +0000)]
dgit-maint-merge(7): Missing 'first'
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Sean Whitton [Mon, 19 Dec 2016 13:12:48 +0000 (13:12 +0000)]
dgit-maint-merge(7): Add upstream remote when converting
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Sean Whitton [Mon, 19 Dec 2016 12:55:29 +0000 (12:55 +0000)]
dgit-maint-merge(7): After converting, need --overwrite
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Sean Whitton [Mon, 19 Dec 2016 09:29:49 +0000 (09:29 +0000)]
dgit-maint-merge(7): Converting existing packages
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Sean Whitton [Mon, 19 Dec 2016 09:13:11 +0000 (09:13 +0000)]
dgit-maint-merge(7): Missing -o
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Ian Jackson [Wed, 9 Nov 2016 21:28:47 +0000 (21:28 +0000)]
changelog: start 2.12~
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 22:41:40 +0000 (22:41 +0000)]
changelog: finalise 2.11
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 22:14:01 +0000 (22:14 +0000)]
dgit(1): Improve formatting of rpush section.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 22:10:28 +0000 (22:10 +0000)]
dgit(1), dgit(7): Better reference docs for combined suites.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 22:09:57 +0000 (22:09 +0000)]
changelog: Document dgit-user(7) updates
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 21:41:01 +0000 (21:41 +0000)]
dgit-user(7): Explain comma notation better.
Wording suggested by Sean Whitton, and amended.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 21:39:17 +0000 (21:39 +0000)]
dgit-user(7): Suggest avoiding ,-security for sid
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 20:51:45 +0000 (20:51 +0000)]
Test suite: Replace make in Test-Depends with build-essential.
Most of the tests do in fact run dpkg-buildpackage which bombs out if
build-essential is missing.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 20:48:17 +0000 (20:48 +0000)]
changelog: start 2.11~
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 01:09:08 +0000 (01:09 +0000)]
changelog: finalise 2.10
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 01:06:44 +0000 (01:06 +0000)]
dgit-user(7): More info about multisuite branch
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Tue, 8 Nov 2016 00:24:44 +0000 (00:24 +0000)]
changelog: Gardening
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:53:46 +0000 (23:53 +0000)]
Test suite: import-tarbomb: Split out from import-nonnative
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:52:23 +0000 (23:52 +0000)]
Test suite: lib-import-chk: Break out from import-nonnative
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:48:54 +0000 (23:48 +0000)]
Tests suite: import-nonnative: Put a .pc in the craziest .orig too
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:44:52 +0000 (23:44 +0000)]
dgit: remove_stray_gits: Print a slightly better message
Change all call sites, and callers of mktree_in_ud_from_only_subdir.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:40:22 +0000 (23:40 +0000)]
dgit: git_add_write_tree: Replace two open-coded git-add sites
No overall functional change. (We end up passing `.' to git add,
which these two sites didn't previously.)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:24:54 +0000 (23:24 +0000)]
Test suite: import-nonnative: Test origs with .git directories
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:21:22 +0000 (23:21 +0000)]
Test suite: import-nonnative: Test tarbombs
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:12:42 +0000 (23:12 +0000)]
Cope when an orig tarball is a tarbomb.
Ie, if it contains other than one single directory toplevel.
Closes:#843422.
Specifically:
* We change the unpack directory to _unpack-tar in unpack, rather
than ../unpack-tar. This means that mktree_in_ud DTRT in that
directory, rather than in its supposed only subdiredctory
* We do write-tree on the whole tarball.
* Then if the tarball had only one subdir in it, we fish the
subtree's tree object out of the git tree object.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:05:42 +0000 (23:05 +0000)]
Test suite: import-nonnative: Check that .orig contents match imported trees
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:04:22 +0000 (23:04 +0000)]
Test suite: import-nonnative: Prepare for more tests
* Break chk into chk1 and chk2, so we can do stuff in the middle
* Remove $p between runs, so that we can do another test with the same $p
No functional change.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 23:03:31 +0000 (23:03 +0000)]
dgit: Introduce git_add_write_tree
No functional change.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 20:58:12 +0000 (20:58 +0000)]
Fix an unconditional print that was supposed to be a printdebug:
origs <blah>.orig.tar.gz f.same=1 #f._differ=-1
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 20:51:12 +0000 (20:51 +0000)]
dgit: aptget: un-disable cache clean
Have fudged it to see what it did, and it seems to work.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 03:11:33 +0000 (03:11 +0000)]
dgit(1): Add caveat about multisuite-generated branches
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Ian Jackson [Mon, 7 Nov 2016 03:05:55 +0000 (03:05 +0000)]
Test suite: clone-reprepro: Use stunt parsechangelog
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>