summaryrefslogtreecommitdiff
path: root/dgit.1
Commit message (Collapse)AuthorAge
* Infra: Provide dgit clone-dgit-repos-serverIan Jackson2015-06-20
|
* Infra: Add dgit-repos-policy-trustingIan Jackson2015-05-31
| | | | | | | | Also add the --deliberately-fresh-repo deliberately, both to the manpage and to dgit's idea of non-fast-forward-ness. Rename the dgit test only deliberatelies to start with TEST-dgit-only- rather than having the -dgit-only at the end.
* dgit: Introduce "deliberatelies"Ian Jackson2015-03-22
| | | | No underlying recipient of this info yet - just plumbing.
* Document in manpage under `dgit push' that it is best to build with dgit too.Ian Jackson2014-11-25
|
* Make --no-quilt-fixup an alias for (a new option) --quilt=nocheckIan Jackson2014-11-23
|
* Better documentation for quilt series handling.Ian Jackson2014-11-23
|
* 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
* Fixed a manpage typo.Ian Jackson2014-08-10
|
* When cloning, set up a remote `vcs-git' from the package's Vcs-Git (and put ↵Ian Jackson2014-08-04
| | | | an appropriate caveat in the manpage). Closes:#740687.
* Provide `dgit clean'. Closes:#736527.Ian Jackson2014-08-04
|
* Fix a manpage reference to `--dget=' where `--dgit=' was intended.Ian Jackson2014-08-03
|
* Use curl to download things rather than dget; do our own processing of the filesIan Jackson2014-08-03
|
* Document that dgit rpush needs gnupg and your public key on the build host. ↵Ian Jackson2014-08-03
| | | | Closes:#736529.
* Work in read-only no-git-history mode with Ubuntu. You still have to pass ↵Ian Jackson2014-08-03
| | | | -dubuntu. Closes:#751781.
* Clone removes destination directory on error. Closes:#736153.Ian Jackson2014-08-03
|
* Mention cross-version dgit rpush incompatibility in manpage.Ian Jackson2014-07-30
|
* 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.
* 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.
* Remote push support seems to work. Closes:#721185.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.
* Clarify the manpage's comments about orig tarballs. Closes: #723605.Ian Jackson2013-10-25
|
* 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.
* New --initiator-tempdir option.Ian Jackson2013-10-22
|
* Merge branch 'master' into wip.remoteIan Jackson2013-10-22
|\ | | | | | | | | | | Conflicts: debian/changelog dgit
| * New --damp-run mode, for more convenient and fuller testing etc.Ian Jackson2013-10-22
| |
* | docs for rpushIan Jackson2013-10-21
| |
* | finish documenting --dgitIan Jackson2013-10-09
| |
* | finish support and docs for DGIT_SSH etc. configIan Jackson2013-10-09
| |
* | document --gpg=Ian Jackson2013-10-09
| |
* | push actually takes an optional suite, like it says in the synopsis.Ian Jackson2013-09-26
|/
* dgit*: Implement `dgit version`Richard Hartmann2013-09-11
|
* dgit*: Implement `dgit help`Richard Hartmann2013-09-04
|
* New manpage section on FILES IN THE SOURCE PACKAGE BUT NOT IN GIT. Closes: ↵Ian Jackson2013-08-29
| | | | #721186.
* Reorganise manpage sections to be in a more conventional order.Ian Jackson2013-08-28
|
* Fix references in manpage to old Vcs-Dgit-Master field name.Ian Jackson2013-08-28
|
* Fix some bugs in dgit fetch --dry-run which made dgit push --dry-run often ↵Ian Jackson2013-08-28
| | | | not work at all.
* New --no-quilt-fixup option to suppress quilt fixup. RTFM.Ian Jackson2013-08-26
|
* New --ignore-dirty option to skip noncritical check. Closes: #720895.Ian Jackson2013-08-26
|
* dgit build uses dpkg-buildpackageIan Jackson2013-08-25
|
* More comprehensive workaround for `3.0 (quilt)'.Ian Jackson2013-08-24
|
* New cleaning arrangements (wip).Ian Jackson2013-08-24
|
* Name the local remote tracking branch remotes/dgit/dgit/<suite> so that we ↵Ian Jackson2013-08-22
| | | | avoid a warning from git about ambiguous branch names.
* Manpage formatting fix.Ian Jackson2013-08-22
|
* Support dgit-distro.<distro>.keyid config option.Ian Jackson2013-08-22
|
* New --distro option (helps with unknown suites).Ian Jackson2013-08-22
|
* comment on retrying dputIan Jackson2013-08-22
|
* support _multi.changesIan Jackson2013-08-22
|
* document usual workflowIan Jackson2013-08-22
|