summaryrefslogtreecommitdiff
path: root/dgit
Commit message (Collapse)AuthorAge
* LANG, LC_*: Consistently set required LC_* env varsIan Jackson2015-05-31
|
* Use ftpasterapi archive query method for testsIan Jackson2015-05-31
|
* Use ftpmasterapi archive query method. (Closes:#727702.)Ian Jackson2015-05-31
|
* Provide ftpmasterapi archive query methodIan Jackson2015-04-15
|
* Fix inaccurate error message when archive's git hash is not an ancestor of ↵Ian Jackson2015-04-15
| | | | git repo's git hash.
* archive query methods: Clarify organisation (code motion, nfc)Ian Jackson2015-04-08
|
* Bugfixes (now tests/tests/clone-nogit works)Ian Jackson2015-03-22
|
* Support --deliberately-not-fast-forwardIan Jackson2015-03-22
|
* Move stat_exists to Dgit.pmIan Jackson2015-03-22
|
* Break out $branchprefix, server_branch, server_ref into Dgit.pmIan Jackson2015-03-22
|
* Diversion via dgit-git.debian.net (gideon) - fixesIan Jackson2015-03-22
|
* dgit: Introduce "deliberatelies"Ian Jackson2015-03-22
| | | | No underlying recipient of this info yet - just plumbing.
* dgit git tags mention the distro explicitly; dgit-repos-server checks itIan Jackson2015-03-22
|
* Introduce Debian/Dgit.pmIan Jackson2015-03-22
|
* dgit: Provide internal archive-api-query commandIan Jackson2015-03-22
|
* Reject (rather than ignoring) further options merged witht -wn, -wg, -wd.Ian Jackson2014-11-25
|
* Complain about lack of cuddled values for value-taking single-letter ↵Ian Jackson2014-11-25
| | | | options, rather than thinking the user meat an empty value. Closes:#763332.
* Strip `-b <branch>' from contents of Vcs-Git header, when setting up the ↵Ian Jackson2014-11-25
| | | | vcs-git remote. Closes:#759374.
* Make --no-quilt-fixup an alias for (a new option) --quilt=nocheckIan Jackson2014-11-23
|
* quilt: Generate individual patches CHANGELOG BUGIan Jackson2014-11-16
|
* quiltify_dpkg_commit: ImproveIan Jackson2014-11-16
| | | | | | * Coalesce $msg and $title * New optional $xinfo argument * Squah trailing whitespace (eg blank lines)
* Break out quiltify_dpkg_commit (nfc)Ian Jackson2014-11-15
|
* Make fail() cope with multi-line messagesIan Jackson2014-11-15
|
* Break out git_write_tree (nfc)Ian Jackson2014-11-09
|
* quilt patchification: Break out quiltify() (nfc)Ian Jackson2014-11-09
|
* Diversion via dgit-git.debian.net (gideon)Ian Jackson2014-11-08
|
* clone: Check for git earlierIan Jackson2014-11-08
| | | | | check_for_git is going to maybe want to change the git-url, so run it sooner. No substantial functional change.
* New $some-user-force config variableIan Jackson2014-11-08
| | | | | | | This will allow dgit-distro.debian.git-user-force to be set to dgit, but reset to '' by dgit-distro.debian/alioth.git-user-force, so that when diverted back to alioth, we fall back to the previously-specified username.
* config: New instead_distro featureIan Jackson2014-11-08
| | | | | The ssh-cmd git-check can now send us looking elsewhere. This will make migration possible.
* In access_quirk, filter by defined at the end. (nfc)Ian Jackson2014-11-08
|
* Introduce access_runeinfo, and put basedistro name in ssh command hint stringIan Jackson2014-11-08
|
* Add `: dgit <blah>... ;' to the front of ssh remote commands, for the ↵Ian Jackson2014-11-08
| | | | benefit of forced command wrappers
* Regularise and comment access_cfgIan Jackson2014-11-08
|
* If $idistro set (ie, distro explicitly specified by user), do not look at ↵Ian Jackson2014-11-08
| | | | anything to do with suite's distro config (nor some totally bogus fixed config variable)
* Fix handling of rmadison-based and gitless distros (e.g., Ubuntu).Ian Jackson2014-11-08
|
* Make access_giturl be capable of being optional, and use this feature when ↵Ian Jackson2014-11-08
| | | | cloning (for the benefit of distros with no dgit-repos)
* 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
* Break out srcfn (nfc)Ian Jackson2014-11-08
|
* Break out get_source_format (nfc)Ian Jackson2014-11-08
|
* Break out commit_admin (nfc)Ian Jackson2014-11-05
|
* Make mk_orig_file have capability to be selective on source package and versionIan Jackson2014-11-05
|
* Break out mktree_in_ud_here (nfc)Ian Jackson2014-11-05
|
* Replace many calls to stat with new wrapper stat_exists; improves error ↵Ian Jackson2014-11-05
| | | | handling and simplifies the code.
* 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
|
* Check for rpush protocol version incompatibility and crash early if ↵Ian Jackson2014-08-10
| | | | incompatible.
* When killing build subprocess during failure of rpush, try reaping it (so we ↵Ian Jackson2014-08-10
| | | | can report it) before killing it.
* 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
|