summaryrefslogtreecommitdiffhomepage
path: root/gbp
Commit message (Collapse)AuthorAge
* Improve compression format detectionGuido Günther2010-09-14
| | | | | | | by checking if a version is already on the pristine-tar branch and use it's compression type if found. LP: #615212
* Add --git-arch optionGuido Günther2010-09-02
|
* Remove file and commit ambiguityGuido Günther2010-08-31
|
* Properly handle local only changes as no update neededGuido Günther2010-08-29
|
* Don't call stdout stdin.Matthijs Kooijman2010-08-21
| | | | Git-Dch: Ignore
* Use --pretty=format: instead of --format=Guido Günther2010-08-18
| | | | to support the git version in Lenny.
* Don't fail on gbp_version import errorsGuido Günther2010-08-15
| | | | | This makes it easier to test from the source tree without starting a build first.
* Guess changelog version number from upstream versionGuido Günther2010-08-12
|
* Move DpkgCompareVersions and add compare_versionsGuido Günther2010-08-12
| | | | Git-Dch: Ignore
* Add --git-pbuilder and --git-dist=<dist> optionsGuido Günther2010-08-12
|
* Check for legacy tags where necessary.Guido Günther2010-08-10
|
* Better version number replacementGuido Günther2010-08-10
| | | | Closes: #534494
* Pass --multimaint-merge on to dchGuido Günther2010-08-06
| | | | Closes: #586165
* Don't update already up to date branchesGuido Günther2010-08-04
|
* Simple helper to create remote reposGuido Günther2010-07-30
| | | | | | | based on dom-new-git-repo from the OCaml maintainers as well as aa-create-repo. Closes: #540185
* Add prebuild hookJonathan Nieder2010-07-06
| | | | | | | Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652
* Add force_headGuido Günther2010-07-04
| | | | Git-Dch: Ignore
* Add commit_dir and helpersGuido Günther2010-07-04
| | | | | | | Allows to commit an unpacked tree to a specific branch with any number of parents. Git-Dch: Ignore
* Allow git_write_tree to use an alternate index fileGuido Günther2010-07-04
| | | | Git-Dch: Ignore
* Allow to pass extra_env to __git_getoutput and __git_inoutGuido Günther2010-07-04
| | | | Git-Dch: Ignore
* Add __git_inoutGuido Günther2010-07-04
| | | | | | | to send data to stdin of a git command and receive it's output. Only for small amounts of output data such as a SHA1. Git-Dch: Ignore
* Add extra_env to GitTagGuido Günther2010-07-04
| | | | Git-Dch: Ignore
* Import GbpError since we're using itGuido Günther2010-07-04
| | | | Git-Dch: Ignore
* Add compression=autoGuido Günther2010-06-26
| | | | | | | to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
* Add option --git-force-create to force tarball creationChristian Kastner2010-06-19
| | | | Closes: #519297
* Add 'ignore-branch' optionGuido Günther2010-06-19
| | | | This disables the 'current branch' == 'debian-branch' check.
* Add --uscan command-line optionDavid Paleino2010-04-12
| | | | | | Launch uscan and use the tarball, if there's a new upstream version. Closes: #577394
* Make the commit message for upstream imports configurable.Matthijs Kooijman2010-02-05
| | | | | | | This adds the import-msg commandline and configuration file option to change the commit message. Closes: #474457
* Add GitRepository.get_remotes()Guido Günther2010-01-31
| | | | to easily query remote branches
* DscFile: Parse name of debian.tar.gzGuido Günther2010-01-25
|
* Fix commentsGuido Günther2009-12-24
| | | | Git-Dch: Ignore
* Allow to set compression typeGuido Günther2009-12-24
| | | | Closes: #554520
* Add body regex filterGuido Günther2009-12-23
| | | | Closes: #544238
* Improve error message when trying to import 3.0 source format packagesGuido Günther2009-12-13
| | | | until we properly support them.
* Make the default build command 3.x source format safeGuido Günther2009-11-22
| | | | | | | Instead of passing "-i\.git/ -I.git" to debuild use "-i -I". This makes sure we use the default behaviour of dpkg-source. Closes: #553079
* move FastImport into gbp/git.pyGuido Günther2009-10-24
|
* add --git-retagGuido Günther2009-10-24
| | | | Closes: #521329
* add GitRepository.is_fast_forward()Guido Günther2009-10-24
|
* add GitRepository.get_merge_branch()Guido Günther2009-10-24
|
* add GitFetchGuido Günther2009-10-24
|
* make has_branch aware of remote branchesGuido Günther2009-09-05
|
* make GitBranch remote branch awareGuido Günther2009-09-05
|
* add GitCloneGuido Günther2009-09-05
|
* add postimport hook for git-import-origGuido Günther2009-08-23
| | | | | | | Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355
* add doctest for Command.call()Guido Günther2009-08-23
| | | | and fix error in exception handling revealed by the test.
* add doctest for Command.__call__()Guido Günther2009-08-23
|
* add doctestGuido Günther2009-08-23
| | | | for __sanitize_version() and build_tag()
* make sanitize_version a private functionGuido Günther2009-08-23
|
* drop superfluous _utils from module namesGuido Günther2009-08-23
|
* run doctests with noseGuido Günther2009-08-22
|