summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Test suite: rename list-tests to enumerate-tests for ease of completion over ↵Ian Jackson2015-07-27
| | | | tests/lib*
* Honour --git= (mostly).Ian Jackson2015-07-27
|
* When key to use not specified any other way, use the debian/changelog ↵Ian Jackson2015-07-27
| | | | trailer line. Closes:#793423.
* Remove stray .gits during quilt fixup, tooIan Jackson2015-07-27
|
* Break out remove_stray_gitsIan Jackson2015-07-27
|
* Work around curl -sS -I printing `HTTP/1.0 200 Connection established' ↵Ian Jackson2015-07-27
| | | | before the actual header, so dgit works with https_proxy set (!)
* Set up git user.email and user.name from distro access config or ↵Ian Jackson2015-07-27
| | | | DEBEMAIL/DEBFULLNAME. Closes:#793410.
* Provide dgit setup-new-tree (like dpkg-setup-mergechangelogs but only does ↵Ian Jackson2015-07-27
| | | | it if not disabled in config).
* Make configuration able to prevent dpkg-mergechangelogs setup.Ian Jackson2015-07-26
|
* Provide access_cfg_bool (no call sites yet)Ian Jackson2015-07-26
|
* Fix a debug message in the obsolete sshpsql archive access driver.Ian Jackson2015-07-26
|
* With -DDDD, print out all gitcfg references (copious!)Ian Jackson2015-07-26
|
* Slurp in entire git config, for better performance.Ian Jackson2015-07-26
|
* Option parsing: Redo .opts-CMD parsing to use insertposIan Jackson2015-07-26
|
* Honour dgit-distros.DISTRO.cmd-CMD and .opts-CMD. Closes:#793427.Ian Jackson2015-07-26
|
* Configuration: Break out access_cfg_cfgsIan Jackson2015-07-26
|
* Option parsing: Defer addition of cmdline opts so that we can put config ↵Ian Jackson2015-07-26
| | | | | | ones in between No functional change yet.
* Option parsing: Do not permit --blah="" (which won't work anyway)Ian Jackson2015-07-26
|
* Print a supplementary message when push fails, giving advice to the user ↵Ian Jackson2015-07-26
| | | | about how to retry. Closes:#793144.
* rpush: Support empty files in protocol_read_bytesIan Jackson2015-07-26
|
* rpush: Introduce more sophisticated protocol negotiation.Ian Jackson2015-07-26
|
* Test suite: Honour DGIT_TEST_DEBUG=''.Ian Jackson2015-07-26
|
* Cosmetic code improvementIan Jackson2015-07-26
|
* Do not quote `:' in shellquote.Ian Jackson2015-07-26
|
* changelog: Add ~~Ian Jackson2015-07-26
|
* When source package contains things called .git (even files, and even in ↵Ian Jackson2015-07-26
| | | | subdirectories), remove them. Closes:#793671.
* Dgit.pm: Provide messagequoteIan Jackson2015-07-26
|
* Test suite: Honour t-dependencies, so rsync only installed for mirror testsIan Jackson2015-07-25
|
* Test suite: Support t-dependencies (for gencontrol, not for tests/run-all)Ian Jackson2015-07-25
|
* Test suite: list-tests: Break out seddery()Ian Jackson2015-07-25
|
* Test suite: Check that test suite list in debian/tests/control is up to dateIan Jackson2015-07-25
|
* Test suite: Update debian/tests/controlIan Jackson2015-07-25
|
* Test suite: Provide rules target for list-tests gencontrolIan Jackson2015-07-25
|
* Test suite: Implement list-tests gencontrolIan Jackson2015-07-25
|
* Test suite: Introduce tests/list-testsIan Jackson2015-07-25
|
* Make warnings fatal in tstunt/dpkg-parsechangelog (directly).Ian Jackson2015-07-25
|
* Make warnings fatal in dpkg-repos-admin-debian, dgit-ssh-dispatch (using ↵Ian Jackson2015-07-25
| | | | setup_sigwarn).
* Work around #793471 (madness with $SIG{__WARN__} and Perl's system builtin): ↵Ian Jackson2015-07-25
| | | | | | | move $SIG{} setting into setup_sigwarn in Dgit.pm, and check getppid. We also need to fix up the expectation for an error message in one of the tests, where the message changes as a side effect.
* Add mirror-debnewgit to DEP-8 test listIan Jackson2015-07-21
|
* --new is needed for read access to packages in NEW, too. Document this, and ↵Ian Jackson2015-07-21
| | | | make it work properly.
* Infrastructure: Get mirroring right for fresh repos of existing packages (!)Ian Jackson2015-07-21
|
* dgit-repos-policy-debian: Break out vsn_in_our_history (nfc)Ian Jackson2015-07-21
|
* Mirroring fix: Add test caseIan Jackson2015-07-21
|
* dgit(7): No longer say that dgit-repos lives on Alioth.Ian Jackson2015-07-21
|
* dgit.1: Fix typosRichard Hartmann2015-07-21
|
* Manpage: Better cross-references for -k and keyid.Ian Jackson2015-07-20
|
* Manpage: Clarify wording of readonly config.Ian Jackson2015-07-20
|
* Remove stray sentence in config section of manpage.Ian Jackson2015-07-20
|
* In discussion on how to start using dgit when already using git, do not ↵Ian Jackson2015-07-20
| | | | imply/assume that existing git history will have identical trees to dgit history.
* Qualify to Debian the manpage comment about how to do NMU.Ian Jackson2015-07-20
|