summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2012-03-23git-import-orig: Allow to pass in an upstream vcs tagGuido Günther
2012-03-21gbp-create-remote-repo: add --remote-configGuido Günther
2012-03-21gbp.config: add list of config file sections to constructorGuido Günther
2012-03-21gbp-create-remote-repo: move option parsing to separate functionGuido Günther
2012-03-21gbp.confing: add docstringGuido Günther
2012-03-21gbp create-remote-repo: allow to pass template directoryGuido Günther
2012-03-21gbp-create-remote-repo: Cleanup raise statementsGuido Günther
2012-03-19GitRepository.clone(): document missing optionsGuido Günther
2012-03-19GitRepository.create(): use GitArgsGuido Günther
2012-03-19gbp-create-remote-repo: test generated configGuido Günther
2012-03-19gbp-create-remote-repo: improve remote script readabilityGuido Günther
2012-03-19gbp-create-remote-repo: make command and script generation testableGuido Günther
2012-03-19gbp-create-remote-repo: allow to use local file transport tooGuido Günther
2012-03-18gbp-create-remote-repo: don't expect a terminalGuido Günther
2012-03-18gbp-create-remote-repo: Use DebianGitRepositoryGuido Günther
2012-03-15Parse author and comitter from changelog for native package tooGuido Günther
2012-03-15GitModifier: add __getitem__ and keys()Guido Günther
2012-03-15deb.changelog: allow to extract author and dateGuido Günther
2012-03-08git-import-dscs: allow to ignore gbp.conf files stored in the repositoryGuido Günther
2012-03-08GbpOptionParser: allow to modify list of parsed conf filesGuido Günther
2012-03-08import_dsc: Create debian branch for native packages tooGuido Günther
2012-02-26GitRepository.merge: add edit optionGuido Günther
2012-02-26GitRepsitory.merge: update apidoc and switch to GitArgsGuido Günther
2012-02-26config.py: Add default value print out to all optionsGuido Günther
2012-02-20copy_from: remove, not used anymoreGuido Günther
2012-02-20gbp-pq: refactor args of write_patch()Markus Lehtonen
2012-02-18Merge tag 'debian/0.6.0_git20120218' into experimentalGuido Günther
2012-02-18gbp-pq: Properly print patch nameGuido Günther
2012-02-13Rename GbpOptionParserCommon common to GbpOptionParserGuido Günther
2012-02-13Refactor config.py as preparation for rpm support.Markus Lehtonen
2012-02-10gbp-pull: Use a DebianGitRepositoryGuido Günther
2012-02-07import_orig: Properly detect .tgz and other abbreviated file extensionsGuido Günther
2012-02-07import_orig: clarify function descriptionGuido Günther
2012-02-07UpstreamSource: tgz is suitable as upstream tarball.Guido Günther
2012-02-07UpstreamSource: clarify method descriptionsGuido Günther
2012-02-07UpstreamSource: turn is_* vars and properties into methodsGuido Günther
2012-01-31GitRepository: Use _git_inout() in __init__()Guido Günther
2012-01-31GitRepository: Allow empty input in _git_inout()Guido Günther
2012-01-31GitRepository: rename to __git_inout to _git_inoutGuido Günther
2012-01-31GitRepository: Rename __git_getoutput to _git_getoutputGuido Günther
2012-01-31GitRepository: allow to capture stderr in __git_inoutGuido Günther
2012-01-30PristineTar: fix match when not passing in a compression typeGuido Günther
2012-01-30PristineTar: add missing import for debug outputGuido Günther
2012-01-30GitRepository: document archive()Guido Günther
2012-01-30PristineTar: make sure we set the current working directoryGuido Günther
2012-01-23Remove comparison with True to make pychecker happyGuido Günther
2012-01-23GitRepository: allow git.commit_dir to create new branchesMarkus Lehtonen
2012-01-23gbp-pq: don't crash in get_maintainer_from_control()Markus Lehtonen
2012-01-22buildpackage: Add pristine-tar-commit optionGuido Günther
2012-01-22PristineTar: move to separate moduleGuido Günther