summaryrefslogtreecommitdiff
path: root/dgit
Commit message (Collapse)AuthorAge
* 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
|
* Cosmetic code improvementIan Jackson2015-07-26
|
* When source package contains things called .git (even files, and even in ↵Ian Jackson2015-07-26
| | | | subdirectories), remove them. Closes:#793671.
* 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.
* --new is needed for read access to packages in NEW, too. Document this, and ↵Ian Jackson2015-07-21
| | | | make it work properly.
* Make readonly vs push configurableIan Jackson2015-07-19
|
* Rename $access_pushing to $access_forpush and read it via a function (nfc)Ian Jackson2015-07-19
|
* Allow git-url to be '' to force fallback to git-proto etc.Ian Jackson2015-07-19
|
* Talk to push.dgit.debian.org, rather than the .debian.net alias.Ian Jackson2015-07-19
|
* Remove configuration relating to alioth.Ian Jackson2015-07-19
|
* Remove an obsolete comment.Ian Jackson2015-07-19
|
* Switch to new production git repositories for reading. (this can no longer ↵Ian Jackson2015-07-19
| | | | divert to alioth).
* Provide for checking git presence via http[s].Ian Jackson2015-07-19
|
* Provide for configurable git url suffix.Ian Jackson2015-07-19
|
* Provide for different access mechanisms when pushing.Ian Jackson2015-07-19
|
* Memoise git config lookups (big speedup!)Ian Jackson2015-07-19
|
* Provide -wc aka --clean=check.Ian Jackson2015-07-19
|
* Provide -wdd aka --clean=dpkg-source-d. Closes:#792433.Ian Jackson2015-07-19
|
* Provide --clean=git-ff (aka -wgf), which is useful for dgit itself (!)Ian Jackson2015-07-05
|
* dgit: Do not verify the tag with git tag -v as well as git verify-tag, ie ↵Ian Jackson2015-07-05
| | | | suppress some noise output.
* dgit: Debian config: Provide git-createIan Jackson2015-07-04
| | | | | | Since we have git-check (for the benefit of the divert to alioth), we need git-create. It doesn't need to do anything because dgit-repos-server will do it.
* dgit: sbuild: Fix typo which broke dgit sbuildIan Jackson2015-07-04
|
* dgit: Rationalise some messagesIan Jackson2015-07-04
|
* dgit: Provide "dgit setup-mergechangelogs" operationIan Jackson2015-07-04
|
* dgit: Set up a merge driver for debian/changelog. Closes:#769291.Ian Jackson2015-07-04
|
* dgit: Break out set_local_git_config (nfc)Ian Jackson2015-07-04
|
* dgit: Be more careful about tag updates during fetch: only update tags ↵Ian Jackson2015-07-04
| | | | referring to uploads to distro we are trying to fetch from.
* dgit: Use $csuite not $isuite for lrfetchrefsIan Jackson2015-07-04
|
* dgit: Always canonicalise suite rather earlierIan Jackson2015-07-04
|
* For non-Debian distros, debiantag() uses distro name a la DEP-14.Ian Jackson2015-07-04
|
* --clean=git and --clean=none cause dgit to pass -nc to dpkg-buildpackage, ↵Ian Jackson2015-07-04
| | | | suppressing calls to the package's clean target. Also, expand the documentation in this area slightly. Closes:#768590.
* Detect and bomb out on vendor-specific `3.0 (quilt)' patch series.Ian Jackson2015-06-29
|
* Quilt linearisation with .pc removal passes -f to git-rm. (Otherwise we may ↵Ian Jackson2015-06-29
| | | | find that .pc/applied_patches prevents the commit.)
* Fix an undef reference in error message processing when quilt fixup ↵Ian Jackson2015-06-29
| | | | linearisation fails.
* fixup! Infra: Honour archive-queryIan Jackson2015-06-28
|
* TLS keys: Use ca-certificates on end user machines, introducing bug #790093 :-(Ian Jackson2015-06-28
|
* Infra: Honour archive-query-tls-curl-ca-argsIan Jackson2015-06-28
|
* TLS keys: Cope if archive-query-tls-key unsetIan Jackson2015-06-28
|
* archive-api-query: Use correct arguments for curlIan Jackson2015-06-26
|
* Use force flag when pushing tagsIan Jackson2015-06-23
| | | | | | | | | Newer versions of git push will not overwrite an existing tag unless the client specifies + on the refspec (or --force). (This is a client-side check.) So add this flag where appropriate, both in dgit itself, and in the test suite.
* Update copyright datesIan Jackson2015-06-20
|
* Infra: Provide dgit clone-dgit-repos-serverIan Jackson2015-06-20
|