aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* gbp-create-remote-repo: move option parsing to separate functionGuido Günther2012-03-21
| | | | Git-Dch: Ignore
* gbp.confing: add docstringGuido Günther2012-03-21
| | | | Git-Dch: Ignore
* gbp create-remote-repo: allow to pass template directoryGuido Günther2012-03-21
| | | | to git init so it's possible to set up remote hooks.
* gbp-create-remote-repo: Cleanup raise statementsGuido Günther2012-03-21
| | | | Git-Dch: Ignore
* GitRepository.clone(): document missing optionsGuido Günther2012-03-19
|
* GitRepository.create(): use GitArgsGuido Günther2012-03-19
| | | | Git-Dch: Ignore
* gbp-create-remote-repo: test generated configGuido Günther2012-03-19
| | | | Git-Dch: Ignore
* gbp-create-remote-repo: improve remote script readabilityGuido Günther2012-03-19
| | | | Git-Dch: Ignore
* gbp-create-remote-repo: make command and script generation testableGuido Günther2012-03-19
|
* gbp-create-remote-repo: allow to use local file transport tooGuido Günther2012-03-19
|
* gbp-create-remote-repo: don't expect a terminalGuido Günther2012-03-18
| | | | so you can do 'echo y | gbp-create-remote-repo'
* gbp-create-remote-repo: Use DebianGitRepositoryGuido Günther2012-03-18
| | | | Closes: #664283
* Document changes and release 0.6.0~git20120315debian/0.6.0_git20120315Guido Günther2012-03-15
|
* Parse author and comitter from changelog for native package tooGuido Günther2012-03-15
| | | | Closes: #662993
* GitModifier: add __getitem__ and keys()Guido Günther2012-03-15
| | | | so it can be used as dictonary
* deb.changelog: allow to extract author and dateGuido Günther2012-03-15
|
* docs: Fix path to gbp-configure-unpatched-sourceGuido Günther2012-03-15
| | | | Thanks: Tobias Frost
* Document changes and release 0.6.0~git20120311debian/0.6.0_git20120311Guido Günther2012-03-11
|
* Move gbp.conf manpage to section 5 and add referencesGuido Günther2012-03-11
| | | | from the other manpages
* Document changes and release 0.6.0~git20120227Guido Günther2012-03-08
|
* git-import-dscs: allow to ignore gbp.conf files stored in the repositoryGuido Günther2012-03-08
| | | | Closes: #660898
* docs: Mention --help and commands that can't be configured via gbp.confGuido Günther2012-03-08
| | | | Git-Dch: Ignore
* GbpOptionParser: allow to modify list of parsed conf filesGuido Günther2012-03-08
| | | | by setting the GBP_CONF_FILES environment variable.
* Bump standards version to 3.9.3Guido Günther2012-03-08
|
* Remove build/ directoryGuido Günther2012-03-08
| | | | during clean so we don't step on any epydoc leftovers
* Build-require a git version that supports --no-editGuido Günther2012-03-08
| | | | Closes: #663103
* Add manual page for gbp.confGuido Günther2012-03-08
| | | | | Closes: #661748 Thanks: Jari Alto for the POD version
* import_dsc: Create debian branch for native packages tooGuido Günther2012-03-08
| | | | Closes: #663001
* Document changes and release 0.6.0~git20120226debian/0.6.0_git20120226Guido Günther2012-02-26
|
* Depend on git >= 1:1.7.9.1-1~Guido Günther2012-02-26
| | | | | | for a working git merge --no-edit Thanks: Jonathan Nieder
* GitRepository.merge: add edit optionGuido Günther2012-02-26
| | | | | | defaulting to False Closes: #659239
* GitRepsitory.merge: update apidoc and switch to GitArgsGuido Günther2012-02-26
| | | | Git-Dch: Ignore
* config.py: Add default value print out to all optionsGuido Günther2012-02-26
|
* docs: makeversion pattern match the codeGuido Günther2012-02-25
| | | | Closes: #650465
* copy_from: remove, not used anymoreGuido Günther2012-02-20
|
* gbp-pq: refactor args of write_patch()Markus Lehtonen2012-02-20
| | | | | | | Allows defining the formerly hardcoded patch_dir. This makes write_patch() re-usable in the upcoming RPM-tools. Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Merge tag 'debian/0.6.0_git20120218' into experimentalGuido Günther2012-02-18
|\ | | | | | | Debian release 0.6.0~git20120218
| * Document changes and release 0.6.0~git20120211debian/0.6.0_git20120218Guido Günther2012-02-18
| |
| * gbp-pq: Properly print patch nameGuido Günther2012-02-18
| | | | | | | | when guessing authorship information
| * Require git 1.7Guido Günther2012-02-13
| | | | | | | | which is already in Squeeze and Lenny Backports
| * Lower dependencies on python-nose and python-coverageGuido Günther2012-02-13
| | | | | | | | the versions in Squeeze are recent enough.
| * Depend on git instead of git-coreGuido Günther2012-02-13
| | | | | | | | Closes: #659661
* | docs: add missing tags to sgml filesMarkus Lehtonen2012-02-15
| | | | | | | | Signed-off-by: Guido Günther <agx@sigxcpu.org>
* | Make sure we test the built modulesGuido Günther2012-02-13
| | | | | | | | not the system ones
* | gbp.config: Add testsGuido Günther2012-02-13
| | | | | | | | Git-Dch: Ignore
* | Rename GbpOptionParserCommon common to GbpOptionParserGuido Günther2012-02-13
| |
* | Refactor config.py as preparation for rpm support.Markus Lehtonen2012-02-13
|/ | | | | | | | | | | Split GbpOptionParser in to a common base class and a Debian specific subclass, as a preparation for upcoming RPM support. This allows having different default values (and help texts) for common options between different package types, and, clearer separation of package type specific options. Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Make pristine_tar testcases pass with older git versionsMarkus Lehtonen2012-02-12
| | | | | that don't support user-defined output formats (tar filters) in git-archive.
* Document changes and release 0.6.0~git20120210debian/0.6.0_git20120210Guido Günther2012-02-10
|
* gbp-pull: Use a DebianGitRepositoryGuido Günther2012-02-10
| | | | Closes: #59290