summaryrefslogtreecommitdiff
path: root/dgit
Commit message (Collapse)AuthorAge
* 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.
* Also suppress spurious runs of the clean target when building using ↵Ian Jackson2015-07-27
| | | | git-buildpackage.
* When we are using dpkg-buildpackage to clean before using it to also do the ↵Ian Jackson2015-07-27
| | | | build, let it do its cleaning thing as part of its run, rather than running it twice. When we are _not_ supposed to be using dpkg-buildpackage to clean, but we are running it to do the build, pass -nc.
* Show `dgit sbuild' in usage message.Ian Jackson2015-07-27
|
* Rename `git-build' operation to `gbp-build' to make it clearer what it's ↵Ian Jackson2015-07-27
| | | | for. Keep the old name as an alias.
* Honour --git= (mostly).Ian Jackson2015-07-27
|
* When key to use not specified any other way, use the debian/changelog ↵Ian Jackson2015-07-27
| | | | trailer line. Closes:#793423.
* Remove stray .gits during quilt fixup, tooIan Jackson2015-07-27
|
* Break out remove_stray_gitsIan Jackson2015-07-27
|
* Work around curl -sS -I printing `HTTP/1.0 200 Connection established' ↵Ian Jackson2015-07-27
| | | | before the actual header, so dgit works with https_proxy set (!)
* Set up git user.email and user.name from distro access config or ↵Ian Jackson2015-07-27
| | | | DEBEMAIL/DEBFULLNAME. Closes:#793410.
* Provide dgit setup-new-tree (like dpkg-setup-mergechangelogs but only does ↵Ian Jackson2015-07-27
| | | | it if not disabled in config).
* Make configuration able to prevent dpkg-mergechangelogs setup.Ian Jackson2015-07-26
|
* Provide access_cfg_bool (no call sites yet)Ian Jackson2015-07-26
|
* Fix a debug message in the obsolete sshpsql archive access driver.Ian Jackson2015-07-26
|
* With -DDDD, print out all gitcfg references (copious!)Ian Jackson2015-07-26
|
* 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
|