summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* 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
|
* Bring forward push of the version tag ref so it happens alongside the push ↵Ian Jackson2014-03-05
| | | | of the suite branch ref.
* New git-check and git-create methods "true" which are no-ops.Ian Jackson2014-03-05
|
* dgit-repos-server: wip, upload-packIan Jackson2014-03-05
|
* changelog: start work on push by tagIan Jackson2014-03-05
|
* Improve changelog and finalise 0.21debian/0.21Ian Jackson2014-01-19
|
* failedcmd prints $us, not $_[0] - ie, dgit doesn't pretend, in the error ↵Ian Jackson2014-01-19
| | | | message, to be its child.
* Improve changelogIan Jackson2014-01-19
|
* Compute "-v" option default value (changelog version since) correctly for ↵Ian Jackson2014-01-19
| | | | Debian backports suites. Closes:#733954.
* Be able to clone or fetch from Debian backports suites (which are a bit like ↵Ian Jackson2014-01-19
| | | | main Debian suites but also a bit not like them).
* Refuse to do quilt fixup (explicitly or as a result of build). Closes:#731632.Ian Jackson2014-01-19
|
* Run a clean (of the specified type) before any build operation; do this with ↵Ian Jackson2014-01-19
| | | | `dpkg-buildpackage -T' clean if necessary, so -wd now works with all the building methods.
* Provide --build-products-dir option (and corresponding semantics for -C) to ↵Ian Jackson2014-01-19
| | | | specify where to find the files to upload. Closes:#731633.
* Do not report the (irrelevant) $? when madison parsing fails.Ian Jackson2014-01-18
|
* Use failedcmd to report errors when ssh psql fails. Closes:#734281.Ian Jackson2014-01-18
|
* Add Testsuite debian/control headerIan Jackson2014-01-18
|
* Use newest (not oldest) version currently in suite when calculating what ↵debian/0.20Ian Jackson2013-12-21
| | | | value to use for -v<version> by default. Closes:#732781.
* finish changelog for 0.19debian/0.19Ian Jackson2013-11-27
|
* autopkgtests: Provide debian/tests/control.Ian Jackson2013-11-24
|
* autopkgtests: Provide tests/lib, and one pari-extra based clone test.Ian Jackson2013-11-24
|
* autopkgtests: Provide fake "ssh" program in tests/ which does nothing much.Ian Jackson2013-11-24
|
* Provide "test-dummy" distro with "dummycat" access method.Ian Jackson2013-11-24
|
* Bump archive upload urgency to high.debian/0.18.2Ian Jackson2013-11-24
|
* finalise 0.18.1debian/0.18.1Ian Jackson2013-11-24
|
* Subcommand program or argument options containing hyphens work. (Eg, ↵Ian Jackson2013-11-24
| | | | --dpkg-buildpackage:blah was previously incorrectly rejected.)
* depend on dputIan Jackson2013-11-24
|
* Depend on curl | wget, as dget needs one of those.Ian Jackson2013-11-24
|
* sshpsql archive query method passes LANG=C. Closes:#729788.Ian Jackson2013-11-24
|
* finalise 0.18debian/0.18Ian Jackson2013-11-09
|
* changelog: squash changes into a single entry for 0.18Ian Jackson2013-11-07
|
* finalise 0.18~experimental2debian/0.18_experimental2Ian Jackson2013-11-07
|
* Merge branch 'master' into wip.remoteIan Jackson2013-11-07
|\ | | | | | | | | | | Conflicts: debian/changelog dgit
| * Clarify error message for missing refs/remotes/dgit/dgit/<suite>.debian/0.17Ian Jackson2013-11-07
| |
| * Do not grobble around in .git/refs/; instead, use git-show-ref. This avoids ↵Ian Jackson2013-11-06
| | | | | | | | breaking when git makes packed refs. Closes:728893.
* | Merge in accidentally-dropped changes from 0.17~experimental7.Ian Jackson2013-11-07
| |
* | Merge branch 'wip.remote' of ↵Ian Jackson2013-11-07
|\ \ | | | | | | | | | | | | | | | | | | git+ssh://git.debian.org/git/dgit-repos/repos/dgit into wip.remote Conflicts: debian/changelog
| * | manpage: Make discussion of --existing-package less scary. The default ↵Ian Jackson2013-10-28
| | | | | | | | | | | | archive access method no longer needs it. Closes:#720171.
| * | manpage: Remove comment in BUGS about lack of policy docs for Dgit field, ↵Ian Jackson2013-10-28
| | | | | | | | | | | | which is specified now. Closes:#720201.
* | | No update to code. dgit 0.17 is going to go into unstable soon, and we need ↵debian/0.18_experimental1Ian Jackson2013-11-06
|/ / | | | | | | to (a) test it (so this is an upload for testing); and (b) bump the version number in experimental to keep it here
* | 0.17~experimental6debian/0.17_experimental6Ian Jackson2013-10-25
| |
* | 0.17~experimental5debian/0.17_experimental5Ian Jackson2013-10-25
| |
* | finalise 0.17~experimental4debian/0.17_experimental4Ian Jackson2013-10-25
| |
* | Remote push support seems to work. Closes:#721185.Ian Jackson2013-10-25
| |
* | Mention "git merge", not "git-merge", in helpful message. Closes:#725632.Ian Jackson2013-10-25
| |
* | mention 727200Ian Jackson2013-10-25
| |
* | Retrospectively mention in changelog entry for 0.16~experimental2 that it ↵Ian Jackson2013-10-25
| | | | | | | | Closes:#727125. Closes:#727125.
* | Abolish the sshdakls method and replace it with sshpsql: that is, ssh (to ↵Ian Jackson2013-10-25
| | | | | | | | coccia, by default) and run sql commands on the ftpmaster database. This is faster and has fewer bugs but is vulnerable to db schema changes. Closes:#726955. Closes:#720170. Closes:#720176.