summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-03-08Document changes and release 0.6.0~git20120227Guido Günther
2012-03-08git-import-dscs: allow to ignore gbp.conf files stored in the repositoryGuido Günther
Closes: #660898
2012-03-08docs: Mention --help and commands that can't be configured via gbp.confGuido Günther
Git-Dch: Ignore
2012-03-08GbpOptionParser: allow to modify list of parsed conf filesGuido Günther
by setting the GBP_CONF_FILES environment variable.
2012-03-08Bump standards version to 3.9.3Guido Günther
2012-03-08Remove build/ directoryGuido Günther
during clean so we don't step on any epydoc leftovers
2012-03-08Build-require a git version that supports --no-editGuido Günther
Closes: #663103
2012-03-08Add manual page for gbp.confGuido Günther
Closes: #661748 Thanks: Jari Alto for the POD version
2012-03-08import_dsc: Create debian branch for native packages tooGuido Günther
Closes: #663001