summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2013-04-13Add gbp.git.source.Source.sourcepkgGuido Günther
2013-04-13Honor debian/source/formatGuido Günther
2013-04-13Introduce Source classGuido Günther
2013-04-13Add minimal vfs interfaceGuido Günther
2013-04-13Use _git_inout for git.showGuido Günther
2013-04-08Revert "GitRepository.show: use _git_inout()"Guido Günther
2013-04-07GitRepository.show: use _git_inout()Markus Lehtonen
2013-04-06Add urgency management.Daniel Dehennin
2013-04-06Add option to manage distribution fields for non snapshot mode.Daniel Dehennin
2013-03-29Move DscFile to separate moduleGuido Günther
2013-03-29Move DebianPkgPolicy to separate moduleGuido Günther
2013-03-29Move debian/changelog manipulation to gbp.deb.changelog.ChangeLog.Daniel Dehennin
2013-03-29Include the name of the package being built in the debian tag messageDaniel Kahn Gillmor
2013-03-27Fix docstringGuido Günther
2013-03-27Split out building a debian version from an upstream commitGuido Günther
2013-03-22GitArgs: utilize the add() method in other add_X methodsMarkus Lehtonen
2013-03-22GitRepository/_cmd_has_feature: more intelligent parsingMarkus Lehtonen
2013-03-22gbp-pull: update tags, tooMarkus Lehtonen
2013-03-22Purging of the build dir should be configurable via a config fileGuido Günther
2013-03-22Allow for upper case characters in the upstream versionGuido Günther
2013-03-22Better document how one derives from PkgTypesGuido Günther
2013-03-22Return boolean types from is_ methodsGuido Günther
2013-03-22Remove unused importsGuido Günther
2013-01-17gbp-pull: fix --depth cmdline optionMarkus Lehtonen
2013-01-17gbp-clone: fix return value in case of GitRepositoryErrorMarkus Lehtonen
2013-01-16pq/apply_and_commit_patch: fix date parsingMarkus Lehtonen
2013-01-16buildpackage: add 'force' option to write_wc()Markus Lehtonen
2013-01-16pq: do author guessing outside the apply_patch functionsMarkus Lehtonen
2013-01-16log: make color setting a tristate on/off/autoMarkus Lehtonen
2012-11-27Tristate: drop broken and unused is_valid_state() methodMarkus Lehtonen
2012-11-27Tristate: allow to init from another Tristate objectMarkus Lehtonen
2012-11-27Check the sha1 doesn't exceed 40 bytesGuido Günther
2012-11-27GitRepository/strip_sha1: fix length checkingMarkus Lehtonen
2012-11-25git-dch: Allow to create changelogs when not on a branchGuido Günther
2012-11-25gbp-create-remote-repo: Set HEAD in remote repoGuido Günther
2012-11-25gbp.log: Improve error message on broken color listsGuido Günther
2012-11-25New configuration option for setting the output color schemeMarkus Lehtonen
2012-11-25log: add support for setting the color schemeMarkus Lehtonen
2012-11-25gbp.log: lowercase the levelnameGuido Günther
2012-11-25log: rewrite the module to use Python logging moduleMarkus Lehtonen
2012-11-25gbp-pq: Improve patch header write outGuido Günther
2012-11-24git-import-dscs: Properly catch import errorsGuido Günther
2012-11-24Remove unused imports and adjust formattingGuido Günther
2012-11-24gbp-pq: don't use plural form when there's only one try leftGuido Günther
2012-11-24GitRepository/has_submodules: use correct .gitmodules fileMarkus Lehtonen
2012-11-24GitRepository/get_commit_info: support tagsMarkus Lehtonen
2012-11-23GitRepository/get_submodules: use correct pathMarkus Lehtonen
2012-11-23GitRepository/get_commits: more flexible revision rangesMarkus Lehtonen
2012-11-23import-orig: remove dead GbpNothingImported exceptionMarkus Lehtonen
2012-11-23import-orig: remove dead if statementMarkus Lehtonen