summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* In dgit(7), discuss binaries and documentation present in upstream but ↵Ian Jackson2015-08-18
| | | | removed by rules clean.
* When quilt linearisation fails, print the right information in the error ↵Ian Jackson2015-08-18
| | | | message. (This has been broken forever.)
* When running git-add in commit-quilty-patch, use -f and sometimes -A, so as ↵Ian Jackson2015-08-18
| | | | to avoid being broken by any .gitignore, etc.
* When running git-add in commit-quilty-patch, properly escape filenames ↵Ian Jackson2015-08-18
| | | | (which git-add treats as glob patterns).
* Unbreak --dry-run (`exiting subroutine via next', broken in ac221d67, bug ↵Ian Jackson2015-08-18
| | | | released in 0.22).
* changelog: start 1.4Ian Jackson2015-08-18
|
* changelog: finalise 1.3debian/1.3Ian Jackson2015-08-16
|
* Test suite: Fix t-restriction-x-dgit-schroot-build not to print to stdout ↵Ian Jackson2015-08-16
| | | | when it succeeds
* Infrastructure: Improve an error message in dgit-repos-policy-debian.Ian Jackson2015-08-16
|
* Test suite: Fix t-restriction-x-dgit-schroot-build in non-adt mode.Ian Jackson2015-08-16
|
* Test suite: in enumerate-tests, massage multi-line whynotIan Jackson2015-08-16
|
* Prep 1.3~~ for testingIan Jackson2015-08-16
|
* Properly quote package name when constructing regexp in ↵Ian Jackson2015-08-16
| | | | complete_file_from_dsc. Closes:#795736. Also, grep the code for likely similar problems elsewhere and improve a (harmless) instance in dgit-repos-server.
* If a .orig in .. is a symlink, hardlink the link target into our private ↵Ian Jackson2015-08-16
| | | | unpack directory, rather than the link itself (since latter won't work if the symlink is relative).
* In option parser test `@ARGV' not `length @ARGV'. Closes:#795710.Ian Jackson2015-08-16
|
* changelog: start 1.3Ian Jackson2015-08-16
|
* changelog: finalise 1.2debian/1.2Ian Jackson2015-08-14
|
* changelog: tidy upIan Jackson2015-08-14
|
* Add missing close of #793060 to changelog for version 1.1. pass -nc. ↵Ian Jackson2015-08-14
| | | | Closes:#793060.
* Finish dealing with uncuddled optionsIan Jackson2015-08-14
|
* Convert to defvalopt: -kIan Jackson2015-08-14
|
* Convert to defvalopt: -CIan Jackson2015-08-14
|
* Convert to defvalopt: -cIan Jackson2015-08-14
|
* Convert to defvalopt: --quilt=Ian Jackson2015-08-14
|
* Convert to defvalopt: --cleanIan Jackson2015-08-14
|
* Convert to defvalopt: --build-products-dirIan Jackson2015-08-14
|
* Convert to defvalopt: --initiator-tempdirIan Jackson2015-08-14
|
* Reformat defvalopt calls table (nfc)Ian Jackson2015-08-14
|
* Use defvalopt scalar ref (no overall functional change)Ian Jackson2015-08-14
|
* Permit defvalopt $fn to be a scalar ref instead (nfc, since no users)Ian Jackson2015-08-14
|
* Convert to defvalopt: --existing-packageIan Jackson2015-08-14
|
* Convert to defvalopt: --distro, -dIan Jackson2015-08-14
|
* Break out $valopt (nfc)Ian Jackson2015-08-14
|
* Introduce defvalopt, new approach for options taking valuesIan Jackson2015-08-14
|
* In manpage move dgit.default.* to main CONFIGURATION section.Ian Jackson2015-08-14
|
* Honour *.clean-mode configuration setting for --clean= mode.Ian Jackson2015-08-14
|
* Do defaulting for $cleanmode just before invoking main $fn->() (nfc)Ian Jackson2015-08-14
|
* Break out $cleanmode_re (nfc)Ian Jackson2015-08-14
|
* Document that tags are in DEP-14 format, and that they are used for ↵Ian Jackson2015-08-14
| | | | authenticating pushes.
* Fix manpage typo `sourcefull'.Ian Jackson2015-08-14
|
* Correct manpage cross-reference to point to browse.d.d.o.Ian Jackson2015-08-14
|
* Fix manpage typo `dig' for `dgit'.Ian Jackson2015-08-14
|
* Start changelog for 1.2Ian Jackson2015-07-27
|
* Finalise 1.1debian/1.1Ian Jackson2015-07-27
|
* Test suite: build-modes tests: Use gbp-build, not git-build, in testsIan Jackson2015-07-27
|
* Cope with new git-buildpackage which provides gbp, rather than the eponymous ↵Ian Jackson2015-07-27
| | | | command, on PATH.
* When invoking git-buildpackage via dgit gbp-build, consider our command line ↵Ian Jackson2015-07-27
| | | | arguments when massaging the dpkg-buildpackage arguments, so that we don't end up giving dpkg-buildpackage contradictory instructions.
* Test suite: build-modes tests: Clean the tree ourselves before each testIan Jackson2015-07-27
|
* When exec fails, always print the program name in the error message.Ian Jackson2015-07-27
|
* Dgit.pm: Provide executable_on_path (avoids loading File::Which which is ↵Ian Jackson2015-07-27
| | | | rather more heavyweight) (no callers yet)