summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-14gbp.git.repository: Add a "git merge-base" wrapperDaniel Dehennin
Closes: #672642 Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-05-12Config help fixJérémy Lal
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-05-06docs: compolete git-dch synopsisGuido Günther
2012-05-04GitRepository.format_patches: allow to set threading formatGuido Günther
and disable it by default.
2012-05-01Refactor deb helpers: move UpstreamSource classMarkus Lehtonen
to pkg base module. This refactor is preparation to the upcoming rpm support.
2012-05-01Refactor deb helpers: move build_tarball_name()Markus Lehtonen
from UpstreamSource class to DebianPkgPolicy.
2012-05-01Refactor deb helpers: introduce PkgPolicy classMarkus Lehtonen
Create a new 'pkg' basemodule, intended to be re-used by the upcoming rpm package helpers. Move some deb functionality to a new pkg.PkgPolicy class, to be used as a base for different package types. Introduces Deb-specific deb.DebianPkgPolicy.
2012-04-19Document changes and release 0.6.0~git20120419Guido Günther
2012-04-19Bug#669145: [PATCH] Add git-dch --commit and --commit-msg optionsMatthijs Kooijman
Closes: #669145 Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-04-18Refactor git-import-orig as preparation for rpm supportMarkus Lehtonen
Separate some functions of git-import-orig into a baselib, intended to be re-used by the upcoming rpm variant of the tool.
2012-04-18import-orig: refactor args of ask_package_* functionsMarkus Lehtonen
Makes ask_package_name() and ask_package_version() more generic and re-usable in the upcoming RPM-tools.
2012-04-18Refactor git-buildpackage as preparation for rpm supportMarkus Lehtonen
Separate some functions of git-buildpackage into a basemodule, intended to be re-used by the upcoming rpm variant of the tool.
2012-04-18Refactor gbp-pq as preparation for rpm supportMarkus Lehtonen
Separate some functions of gbp-pq into a basemodule, intended to be re-used by the upcoming rpm variant of the tool. Also, introduces a new python subpackage gbp.scripts.common to be used for the re-usable parts of the scripts in the refactoring work.
2012-04-18docs: add some missing tags to sgml filesMarkus Lehtonen
2012-04-18Git-Dch: Full in commit messagesMatthijs Kooijman
This new tag makes git-dch use the full commit message when generating the Debian changelog file, even when --full is not given. Closes: #669159 Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-04-18Make building with DEB_BUILD_OPTIONS=nocheck skip all testsGuido Günther
heavily based on a patch by Matthijs Kooijman
2012-04-15Document changes and release 0.6.0~git20120415Guido Günther
2012-04-15Ignore locale when checking for a clean repositoryGuido Günther
Closes: #668896
2012-04-12Make the upstream version check match policyGuido Günther
Closes: #668554
2012-04-12docs: correct --git-builder default valueJö Fahlke
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-04-10ALlow to set the output directory via GIT_PBUILDER_OUTPUT_DIRGuido Günther
Helps with #657277
2012-04-05gbp.git.repository: don't append a second .gitGuido Günther
when mirroring a repository
2012-04-04Document changes and release 0.6.0~git20120404Guido Günther
2012-03-28gbp-add-patch: Fix typoGuido Günther
2012-03-27gbp-posttag-push: Tighten branch regexpGuido Günther
so we don't push to branches ending with the same name accidentally.
2012-03-24Start documenting useful options when upstream uses git.Guido Günther
This is quiet terse yet so follow up bugs are welcome. Closes: #664771
2012-03-24docs: add --git-upstream-tag to git-buildpackage's manpageGuido Günther
2012-03-24Document changes and release 0.6.0~git20120324Guido Günther
2012-03-23git-import-orig: Allow to pass in an upstream vcs tagGuido Günther
This allows to link the import-orig commit with the corresponding upstream vcs tag. See #664771 for a discussion.
2012-03-21gbp-create-remote-repo: add --remote-configGuido Günther
This specifies an additional config file section that can be used to preconfigure different remote locations.
2012-03-21gbp.config: add list of config file sections to constructorGuido Günther
This makes it possible to parse additional mandatory sections from config files to prefill defaults. Git-Dch: Ignore
2012-03-21gbp-create-remote-repo: move option parsing to separate functionGuido Günther
Git-Dch: Ignore
2012-03-21gbp.confing: add docstringGuido Günther
Git-Dch: Ignore
2012-03-21gbp create-remote-repo: allow to pass template directoryGuido Günther
to git init so it's possible to set up remote hooks.
2012-03-21gbp-create-remote-repo: Cleanup raise statementsGuido Günther
Git-Dch: Ignore
2012-03-19GitRepository.clone(): document missing optionsGuido Günther
2012-03-19GitRepository.create(): use GitArgsGuido Günther
Git-Dch: Ignore
2012-03-19gbp-create-remote-repo: test generated configGuido Günther
Git-Dch: Ignore
2012-03-19gbp-create-remote-repo: improve remote script readabilityGuido Günther
Git-Dch: Ignore
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
so you can do 'echo y | gbp-create-remote-repo'
2012-03-18gbp-create-remote-repo: Use DebianGitRepositoryGuido Günther
Closes: #664283
2012-03-15Document changes and release 0.6.0~git20120315Guido Günther
2012-03-15Parse author and comitter from changelog for native package tooGuido Günther
Closes: #662993
2012-03-15GitModifier: add __getitem__ and keys()Guido Günther
so it can be used as dictonary
2012-03-15deb.changelog: allow to extract author and dateGuido Günther
2012-03-15docs: Fix path to gbp-configure-unpatched-sourceGuido Günther
Thanks: Tobias Frost
2012-03-11Document changes and release 0.6.0~git20120311Guido Günther
2012-03-11Move gbp.conf manpage to section 5 and add referencesGuido Günther
from the other manpages