summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* New dgit-infrastructure binary package containing dgit-repos-server et al. ↵Ian Jackson2014-11-09
| | | | Client users probably don't want this stuff. Also, it provides a convenient way to publish the dependencies.
* Add missing `gpgv' to test dependencies in debian/tests/control.Ian Jackson2014-11-09
|
* infra/dgit-ssh-dispatch: New production infra scriptIan Jackson2014-11-08
|
* Diversion via dgit-git.debian.net (gideon)Ian Jackson2014-11-08
|
* tests: Honour DGIT_TEST_INTREEIan Jackson2014-11-08
|
* dgit-repos-server: Handle ' ' in SSH_ORIGINAL_COMMAND (which some git ↵Ian Jackson2014-11-08
| | | | versions send, sigh).
* Add `: dgit <blah>... ;' to the front of ssh remote commands, for the ↵Ian Jackson2014-11-08
| | | | benefit of forced command wrappers
* Fix handling of rmadison-based and gitless distros (e.g., Ubuntu).Ian Jackson2014-11-08
|
* Move defaulting out of archive_query into individual methods and the actual ↵Ian Jackson2014-11-08
| | | | default config
* Do not have .pc in dgit's git history for format `3.0 (quilt)'Ian Jackson2014-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages. * When constructing a git tree from a .dsc (which we do by unpacking it in a temporary directory), drop any .pc directory. * Rewrite the quilt fixup preparation: we now fake up a .dsc so that we can regenerate the .pc, which is needed by dpkg-source. * If after we have committed any quilt fixup, there is a .pc directory, make a commit removing it. * We now construct new quilt patches in a temporary directory, so there is no problem about ignored files or --ignore-dirty. Remove the mention of this limitation from the manpage. * Be less critical of `3.0 (quilt)' and improve the documentation relating to the interaction between dpkg-source and dgit. Mention git-dpm. * When `committing quilty patches', do not re-add a deleted .pc directory (while still permitting updates to an existing .pc - although the .pc will then disappear in the next commit). * In the test suite, disregard differences found in .pc. * cmd_quilt_fixup sets $package for the benefit of build_maybe_quilt_fixup
* Replace many calls to stat with new wrapper stat_exists; improves error ↵Ian Jackson2014-11-05
| | | | handling and simplifies the code.
* finalise 0.22.1debian/0.22.1Ian Jackson2014-11-04
|
* Use Dpkg::Version::version_compare everywhere, not ↵Ian Jackson2014-11-04
| | | | Dpkg::Version::version_compare_string. The latter is entirely wrong, meaning that dgit would get many version comparisons wrong. Closes:#768038.
* Remove leftover debugging printdebian/0.22Ian Jackson2014-08-19
|
* ship dgit-repos-serverIan Jackson2014-08-13
|
* debian/changelog: finalise for 0.22Ian Jackson2014-08-13
|
* Add a test for dgit rpush.Ian Jackson2014-08-10
|
* Check for rpush protocol version incompatibility and crash early if ↵Ian Jackson2014-08-10
| | | | incompatible.
* When tests invoke dgit, use --dgit= so that subprocesses use our dgit rather ↵Ian Jackson2014-08-10
| | | | than system one.
* Fixed a manpage typo.Ian Jackson2014-08-10
|
* In rpush, on protocol error talking to build host, check if the subprocess ↵Ian Jackson2014-08-10
| | | | died and report differently if so. Closes:#736528.
* Better reporting of child exit statuses (esp. deaths due to signals).Ian Jackson2014-08-10
|
* Two more bug references for changelogIan Jackson2014-08-04
|
* Improve error message for .dsc parsing failures more generally.Ian Jackson2014-08-04
|
* Improve error message for .dsc having already been signed (iff using ↵Ian Jackson2014-08-04
| | | | libdpkg-perl 1.17.x)
* When cloning, set up a remote `vcs-git' from the package's Vcs-Git (and put ↵Ian Jackson2014-08-04
| | | | an appropriate caveat in the manpage). Closes:#740687.
* Close request for --dget:-u as we no longer use dget at all.Ian Jackson2014-08-04
|
* Provide `dgit clean'. Closes:#736527.Ian Jackson2014-08-04
|
* Print better message for unknown operations.Ian Jackson2014-08-04
|
* Provide t-archive-process-incoming and t-archive-query subroutines for ↵Ian Jackson2014-08-04
| | | | regression test scripts to use.
* Treat .dsc as bytes, just like everything else, rather than letting ↵Ian Jackson2014-08-03
| | | | HTTP::Message convert it to a Perl unicode string which the rest of the program mishandles. Closes:#738536.
* Check SHA-256 of .dsc against hash from archive_query (ie projectb) rather ↵Ian Jackson2014-08-03
| | | | than letting dpkg-source do a signature verification. Closes:#737619.
* Fix a manpage reference to `--dget=' where `--dgit=' was intended.Ian Jackson2014-08-03
|
* Use curl to download things rather than dget; do our own processing of the filesIan Jackson2014-08-03
|
* Document that dgit rpush needs gnupg and your public key on the build host. ↵Ian Jackson2014-08-03
| | | | Closes:#736529.
* Use mirror.ftp-master.debian.org DNS alias rather than coccia. Closes:#752602.Ian Jackson2014-08-03
|
* Work in read-only no-git-history mode with Ubuntu. You still have to pass ↵Ian Jackson2014-08-03
| | | | -dubuntu. Closes:#751781.
* Print better message for lack of configuration settings.Ian Jackson2014-08-03
|
* Do not spew diff output to terminal (by default). Print sensible message ↵Ian Jackson2014-08-03
| | | | instead. Closes:#736526.
* Do not spew diff output to terminal (by default). Closes:#736526.Ian Jackson2014-08-03
|
* Work with wheezy-backports (and keep squeeze-backports working too). ↵Ian Jackson2014-08-03
| | | | Closes:#736524.
* Clone removes destination directory on error. Closes:#736153.Ian Jackson2014-08-03
|
* debian/changelog: Recategorise and sort out a bitIan Jackson2014-08-02
|
* Mention cross-version dgit rpush incompatibility in manpage.Ian Jackson2014-07-30
|
* Revert "Switch to using dgit@git.debian.org (and dgit-repos-server) by default."Ian Jackson2014-07-30
| | | | | | | | | | | The infrastructure end of this is not ready. But I want to push this branch to master so I don't end up with irreconcileable branches. So revert the change to the default config. This reverts commit 111b247b6198535db5788a07069971e409f539cd. Conflicts: debian/changelog
* Include canonicalised suite name in signed tag message.Ian Jackson2014-03-05
|
* New script tests/using-intree for running tests on the source tree.Ian Jackson2014-03-05
|
* Switch to using dgit@git.debian.org (and dgit-repos-server) by default.Ian Jackson2014-03-05
|
* dgit-repos-server: fix name in changelogIan Jackson2014-03-05
|
* test-dummy-drs `distro': for testing dgit-push-responder. WIP.Ian Jackson2014-03-05
|