aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
Commit message (Collapse)AuthorAge
* add --git-overlay optionأحمد المحمودي2009-07-29
| | | | Closes: #411206
* make tar_toplevel saferأحمد المحمودي2009-07-29
|
* + is a valid character in version numbersGuido Günther2009-07-03
|
* fix one digit version numbersGuido Günther2009-06-13
|
* add filter-pristine-tarMehdi Dogguy2009-06-13
| | | | | | to filter upstream tarball before passing it to pristine-tar Closes: #520722
* allow for uppercase characters in the version patternGuido Günther2009-06-11
| | | | | | | | and in the package name if it's not a debian source package's name. Also allow for ':' and '~' which are allowed accoring to Debian Policy. Based on a patch by Felipe Sateler. Closes: #531819
* add get_author_emailGuido Günther2009-05-02
| | | | that parses git config and environment
* add commit argument for GitTagGuido Günther2009-05-02
|
* pass --pretty=medium to git showGuido Günther2009-05-02
| | | | Closes: #525969
* restore default signal handlers before subprocess.callGuido Günther2009-04-24
| | | | Closes: #525411
* fix missing argument in error messageGuido Günther2009-04-24
|
* add postbuild hookGuido Günther2009-04-04
| | | | | | can be used to e.g. run lintian. Closes: #521358
* add get_archGuido Günther2009-04-04
| | | | returns dpkg's notion of the architecture
* store version without epochGuido Günther2009-04-04
| | | | and simplify version parsing
* Skip all comments before looking for clean_msgGuido Günther2009-03-05
| | | | Closes: #518008
* be less strict on the spelling of boolen config file optionsGuido Günther2009-02-27
| | | | | any capitalization of 'true' or 'false' as well as '0' and '1' are allowed.
* add --git-no-ignore-newGuido Günther2009-02-26
|
* make --[no-]full a config file optionGuido Günther2009-02-26
|
* simplify boolean option handlingGuido Günther2009-02-26
|
* make --export a config file optionGuido Günther2009-02-26
|
* Pass "-d" to debuild when run as cleaner.Guido Günther2009-02-26
| | | | | | | This way build-deps don't have to be fulfilled in the source tree but only in the build tree. Closes: #516876
* add GitRepository.rev_parseGuido Günther2009-02-19
|
* handle dpkg-parsechangelog errorsGuido Günther2009-01-23
| | | | Closes: #512765
* add --no-git-authorGuido Günther2008-12-29
|
* Use name and email from gitRobie Basak2008-12-29
| | | | Closes: #509867
* add --no-sign-tagsGuido Günther2008-12-28
| | | | Closes: #508889
* add support for --foo and --no-foo optionsGuido Günther2008-12-28
| | | | by looking add at foo and no-foo config file defaults.
* add GitRepository.is_empty and create_repo helpersGuido Günther2008-11-22
|
* rename GitInitDB to GitInitGuido Günther2008-11-22
|
* move common help messages into config.pyGuido Günther2008-11-15
|
* add GbpNothingImported exceptionGuido Günther2008-10-31
|
* add set_branch() to switch branchesGuido Günther2008-10-31
|
* allow for another config file $REPO/debian/gbp.confGuido Günther2008-10-22
| | | | | | | the advantage over $REPO/.gbp.conf is that one can keep everything packaging related below debian/. Thanks to Sean Finney. Closes: #502253
* silence parse_dsc and move sanity checks into DscFileGuido Guenther2008-10-02
| | | | makes git-import-dsc{,s} less chatty
* remove superflous printoutGuido Guenther2008-10-02
|
* adjust is_clean for git 1.6Guido Guenther2008-09-26
| | | | | | | | | | | | | when tracking a remote branch it prints: \# On branch debian \# Your branch is ahead of 'origin/master' by 1 commit. \# nothing to commit (working directory clean) so check the 4th line of output too. Closes: #500238
* make indentation more consistentGuido Guenther2008-09-26
|
* add find_tag(branch)Guido Guenther2008-09-22
|
* move replace_source_tree into GitRepositoryGuido Guenther2008-09-22
|
* Don't honor .gitignore during replace_source_treeGuido Guenther2008-09-22
| | | | | this only leads to missing files during git-import-orig Closes: #467504
* fix commit order of GitRepository.commits()Guido Guenther2008-08-30
| | | | | | we request since..until but got until..since. This makes the order of changelog entries generated by git-dch the same order as if git-dch would be called individually for each commit.
* allow setting the bug-closing meta tag to look forGuido Guenther2008-08-15
| | | | | this way we can generate bug-closing entries for different BTSs such as Debian or Launchpad.
* detect flat tar archives in git-import-dsc tooGuido Guenther2008-08-12
|
* add epoch parsing to DscFileGuido Guenther2008-08-01
| | | | Closes: #493214
* split git-log options into a listGuido Guenther2008-07-21
| | | | | allows to pass multiple arguments to git-log Closes: #479267
* always symlink orig.tar.gz from tarball dirGuido Guenther2008-07-21
| | | | | ff it's there and --tarball-dir is being used Closes: 490706
* add GbpOptionGroupGuido Guenther2008-07-17
| | | | so we can use default values in option groups
* add GbpOptionParser.get_defaults()Guido Guenther2008-07-17
| | | | so we can get the default of options independently
* command_wrappers.py: add a GitMerge wrapper class.Adeodato Simó2008-06-24
|
* make no-dch configurable via gbp.confGuido Guenther2008-06-20
|