summaryrefslogtreecommitdiff
path: root/dgit
Commit message (Collapse)AuthorAge
* Include canonicalised suite name in signed tag message.Ian Jackson2014-03-05
|
* dgit-repos-server: wip testsIan Jackson2014-03-05
|
* Switch to using dgit@git.debian.org (and dgit-repos-server) by default.Ian Jackson2014-03-05
|
* test-dummy-drs `distro': for testing dgit-push-responder. WIP.Ian Jackson2014-03-05
|
* Move dsc handling together for clarity. NFC.Ian Jackson2014-03-05
|
* Combine pushes of version tag and suite branch into a single git-push. NFC.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
|
* failedcmd prints $us, not $_[0] - ie, dgit doesn't pretend, in the error ↵Ian Jackson2014-01-19
| | | | message, to be its child.
* 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).
* Quirks mechanismIan Jackson2014-01-19
|
* 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
|
* 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.
* autopkgtests: push test; specify dummy upload host; specify dput host and configIan Jackson2013-11-24
|
* autopkgtests: dummycat archive query sorts its resultsIan Jackson2013-11-24
|
* Provide "test-dummy" distro with "dummycat" access method.Ian Jackson2013-11-24
|
* Subcommand program or argument options containing hyphens work. (Eg, ↵Ian Jackson2013-11-24
| | | | --dpkg-buildpackage:blah was previously incorrectly rejected.)
* sshpsql archive query method passes LANG=C. Closes:#729788.Ian Jackson2013-11-24
|
* 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.
* | Mention "git merge", not "git-merge", in helpful message. Closes:#725632.Ian Jackson2013-10-25
| |
* | 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.
* | break out pool_dsc_subpathIan Jackson2013-10-25
| |
* | Fix the "shellquote" command to work properly. The bugs in it ought not to ↵Ian Jackson2013-10-25
| | | | | | | | have caused any real trouble in previous versions of dgit.
* | dgit build, by default, uses the archive to find out what the correct ↵Ian Jackson2013-10-25
| | | | | | | | -v<version> option is to pass to dpkg-genchanges.
* | When using sbuild, pass the arguments to mergechanges in the right order so ↵Ian Jackson2013-10-24
| | | | | | | | that we use the correct Description (the _source one, not the one from sbuild which didn't get e.g. -v<version>).
* | Minor fix to remote functionality:Ian Jackson2013-10-23
| | | | | | | | * Improve debug output at completion.
* | finalise 0.17~experimental2debian/0.17_experimental2Ian Jackson2013-10-23
| |
* | remote fixes - fix tag handlingIan Jackson2013-10-23
| |
* | improve remote messages (reverse direction of << [[ ]] etc.)Ian Jackson2013-10-23
| |
* | remote fixesIan Jackson2013-10-23
| |
* | When generating git tags, quote the (uncanonicalised) changelog's ↵Ian Jackson2013-10-23
| | | | | | | | Distribution field as the suite.
* | remote etc. - improve and fix some messagesIan Jackson2013-10-23
| |
* | make $dsc implicit arg to push_mktagIan Jackson2013-10-22
| |
* | remote protocol fixesIan Jackson2013-10-22
| |
* | remote protocol fixesIan Jackson2013-10-22
| |
* | totally revamp remote error handlingIan Jackson2013-10-22
| |
* | run i_cleanup unconditionallIan Jackson2013-10-22
| |
* | fix local dsc name parsedebian/0.17_experimental1Ian Jackson2013-10-22
| |
* | die when 822 changelog parse failsIan Jackson2013-10-22
| |
* | fix file exchange protocol implementationIan Jackson2013-10-22
| |
* | fix debugprefixIan Jackson2013-10-22
| |
* | New --initiator-tempdir option.Ian Jackson2013-10-22
| |
* | Report chdir actions in debugging output.Ian Jackson2013-10-22
| |