aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* 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>
* gbp-posttag-push: check if upstream is up to date per remoteGuido Günther2012-01-13
| | | | | This isn't perfect since someone else might have already pushed that ref and we might not have pulled it yet.
* gbp-post-tag-push: Add --verbose optionGuido Günther2012-01-10
| | | | to ease debugging
* gbp-posttag-push: Allow to push the upstream tag tooGuido Günther2012-01-10
| | | | via the -u option.
* gbp-add-patch: simplify by using existing classesGuido Günther2011-12-26
|
* GitRepository: Return GitModifier from get_author_infoGuido Günther2011-11-20
|
* Replace GitAdd by GitRepository.add_filesGuido Günther2011-10-22
| | | | Git-Dch: Ignore
* git-dch: add formatter that wraps the changelog entryGuido Günther2011-07-26
| | | | Closes: #626439
* Improve readabilityGuido Günther2011-04-28
| | | | Git-Dch: Ignore
* Add script to ignore .pc and tell dpkg-source unpatch the sourceGuido Günther2011-02-27
| | | | See #591858.
* Make gbp-create-remote-repo a first class citizenGuido Günther2011-01-11
| | | | Add manpage, move into path, add bash completion
* gbp-create-remote-repo: allow to set up remote branch trackingGuido Günther2011-01-11
|
* Don't hardcode package nameGuido Günther2010-08-31
|
* Simple helper to tag a version if using git-svnGuido Günther2010-08-24
|
* Deprecate our own pbuilder helpersGuido Günther2010-08-12
|
* Simple helper to create remote reposGuido Günther2010-07-30
| | | | | | | based on dom-new-git-repo from the OCaml maintainers as well as aa-create-repo. Closes: #540185
* Adjust for zeitgeist 0.4.0Guido Günther2010-07-27
|
* Don't assume the repo has a '/'Guido Günther2010-05-02
|
* Fix typoGuido Günther2010-05-02
| | | | Thanks: Paul Menzel
* zeitgeist hook: don't fail on umlautsGuido Günther2010-04-30
|
* Be silentGuido Günther2010-04-12
| | | | Git-Dch: Ignore
* Add simple Zeitgist data providerGuido Günther2010-04-10
|
* gbp-add-patch: Strip path from patchnameGuido Günther2010-01-31
| | | | and handle missing files gracefully.
* Add gbp-add-patchGuido Günther2010-01-10
| | | | to easily commit patches from debian/patches
* Make the default build command 3.x source format safeGuido Günther2009-11-22
| | | | | | | Instead of passing "-i\.git/ -I.git" to debuild use "-i -I". This makes sure we use the default behaviour of dpkg-source. Closes: #553079
* Make gbp-clone, gbp-pull and gbp-pq first class citizensGuido Günther2009-11-22
| | | | by moving them from examples/ to /usr/bin/
* add --redo-pqGuido Günther2009-11-07
| | | | so a "gbp-pull --redo-pq" also refreshes the patch-queue branch
* Don't fail when series file is missing.Guido Günther2009-11-07
| | | | Create an empty patch-queue branch instead.
* add option to drop patch-queue branchGuido Günther2009-11-07
|
* check for clean repoGuido Günther2009-10-25
|
* add gbp-pullGuido Günther2009-10-24
| | | | Adresses another part of #540185.
* import Command tooGuido Günther2009-10-24
| | | | fixes "--verbose"
* Add gbp-cloneGuido Günther2009-09-05
| | | | | to examples. Using this to clone repositories will automatically track the remote branches used by gbp. Adresses parts of #540185.
* add gbp-pq to examplesGuido Günther2009-07-23
| | | | Closes: #537212
* pass GBP_BUILD_DIR to the build commandGuido Günther2009-04-05
| | | | | this allows hooks to figure out where to copy back the build result. Adjust the cowbuilder example accordingly.
* add git-builder cowbuilder exampleGuido Günther2009-03-05
|
* fix for remote repos containing '.'Guido Günther2009-02-26
|
* add gbp-posttag-push exampleGuido Günther2009-02-22
|
* rename git-pbuilder to gbp-pbuilderGuido Günther2009-02-20
| | | | so we don't pollute the git- namespace with our helpers.
* add filter and allow to pass PBULDER_OPTSGuido Guenther2007-08-29
|
* document changesdebian/0.2.25Guido Guenther2007-02-02