Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-30 | Add Jenkins Scratchbuilder example | Guido Günther | 1 | -0/+41 | |
It's a simple script that can be used to build Debian packages via gbp and Jenkins. | |||||
2013-03-14 | examples: fix logging | Guido Günther | 1 | -1/+1 | |
Thanks: Carsten Schoenert | |||||
2012-07-28 | GitRepository: raise GitRepositoryError on git errors | Guido Günther | 1 | -4/+2 | |
Raise GitRepositoryError in cases where CommandExecFailed (from GitCommand) was previously silently passed forward. Heavily based on a patch by Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2012-07-02 | Make exception syntax consistent | Guido Günther | 3 | -3/+3 | |
2012-03-28 | gbp-add-patch: Fix typo | Guido Günther | 1 | -1/+1 | |
2012-03-27 | gbp-posttag-push: Tighten branch regexp | Guido Günther | 1 | -1/+1 | |
so we don't push to branches ending with the same name accidentally. | |||||
2012-02-13 | Refactor config.py as preparation for rpm support. | Markus Lehtonen | 1 | -2/+2 | |
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> | |||||
2012-01-13 | gbp-posttag-push: check if upstream is up to date per remote | Guido Günther | 1 | -4/+3 | |
This isn't perfect since someone else might have already pushed that ref and we might not have pulled it yet. | |||||
2012-01-10 | gbp-post-tag-push: Add --verbose option | Guido Günther | 1 | -0/+8 | |
to ease debugging | |||||
2012-01-10 | gbp-posttag-push: Allow to push the upstream tag too | Guido Günther | 1 | -20/+54 | |
via the -u option. | |||||
2011-12-26 | gbp-add-patch: simplify by using existing classes | Guido Günther | 1 | -52/+8 | |
2011-11-20 | GitRepository: Return GitModifier from get_author_info | Guido Günther | 1 | -2/+2 | |
2011-10-22 | Replace GitAdd by GitRepository.add_files | Guido Günther | 1 | -2/+1 | |
Git-Dch: Ignore | |||||
2011-07-26 | git-dch: add formatter that wraps the changelog entry | Guido Günther | 1 | -0/+14 | |
Closes: #626439 | |||||
2011-04-28 | Improve readability | Guido Günther | 1 | -0/+2 | |
Git-Dch: Ignore | |||||
2011-02-27 | Add script to ignore .pc and tell dpkg-source unpatch the source | Guido Günther | 1 | -0/+52 | |
See #591858. | |||||
2011-01-11 | Make gbp-create-remote-repo a first class citizen | Guido Günther | 1 | -183/+0 | |
Add manpage, move into path, add bash completion | |||||
2011-01-11 | gbp-create-remote-repo: allow to set up remote branch tracking | Guido Günther | 1 | -18/+33 | |
2010-08-31 | Don't hardcode package name | Guido Günther | 1 | -1/+2 | |
2010-08-24 | Simple helper to tag a version if using git-svn | Guido Günther | 1 | -0/+18 | |
2010-08-12 | Deprecate our own pbuilder helpers | Guido Günther | 2 | -15/+7 | |
2010-07-30 | Simple helper to create remote repos | Guido Günther | 1 | -0/+168 | |
based on dom-new-git-repo from the OCaml maintainers as well as aa-create-repo. Closes: #540185 | |||||
2010-07-27 | Adjust for zeitgeist 0.4.0 | Guido Günther | 1 | -2/+2 | |
2010-05-02 | Don't assume the repo has a '/' | Guido Günther | 1 | -1/+8 | |
2010-05-02 | Fix typo | Guido Günther | 1 | -1/+1 | |
Thanks: Paul Menzel | |||||
2010-04-30 | zeitgeist hook: don't fail on umlauts | Guido Günther | 1 | -2/+3 | |
2010-04-12 | Be silent | Guido Günther | 1 | -1/+0 | |
Git-Dch: Ignore | |||||
2010-04-10 | Add simple Zeitgist data provider | Guido Günther | 1 | -0/+97 | |
2010-01-31 | gbp-add-patch: Strip path from patchname | Guido Günther | 1 | -2/+6 | |
and handle missing files gracefully. | |||||
2010-01-10 | Add gbp-add-patch | Guido Günther | 1 | -0/+160 | |
to easily commit patches from debian/patches | |||||
2009-11-22 | Make the default build command 3.x source format safe | Guido Günther | 2 | -2/+2 | |
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 | |||||
2009-11-22 | Make gbp-clone, gbp-pull and gbp-pq first class citizens | Guido Günther | 3 | -346/+0 | |
by moving them from examples/ to /usr/bin/ | |||||
2009-11-07 | add --redo-pq | Guido Günther | 1 | -0/+7 | |
so a "gbp-pull --redo-pq" also refreshes the patch-queue branch | |||||
2009-11-07 | Don't fail when series file is missing. | Guido Günther | 1 | -5/+6 | |
Create an empty patch-queue branch instead. | |||||
2009-11-07 | add option to drop patch-queue branch | Guido Günther | 1 | -0/+19 | |
2009-10-25 | check for clean repo | Guido Günther | 1 | -0/+6 | |
2009-10-24 | add gbp-pull | Guido Günther | 1 | -0/+99 | |
Adresses another part of #540185. | |||||
2009-10-24 | import Command too | Guido Günther | 1 | -1/+1 | |
fixes "--verbose" | |||||
2009-09-05 | Add gbp-clone | Guido Günther | 1 | -0/+95 | |
to examples. Using this to clone repositories will automatically track the remote branches used by gbp. Adresses parts of #540185. | |||||
2009-07-23 | add gbp-pq to examples | Guido Günther | 1 | -0/+119 | |
Closes: #537212 | |||||
2009-04-05 | pass GBP_BUILD_DIR to the build command | Guido Günther | 1 | -0/+1 | |
this allows hooks to figure out where to copy back the build result. Adjust the cowbuilder example accordingly. | |||||
2009-03-05 | add git-builder cowbuilder example | Guido Günther | 1 | -0/+37 | |
2009-02-26 | fix for remote repos containing '.' | Guido Günther | 1 | -1/+1 | |
2009-02-22 | add gbp-posttag-push example | Guido Günther | 1 | -0/+106 | |
2009-02-20 | rename git-pbuilder to gbp-pbuilder | Guido Günther | 1 | -0/+0 | |
so we don't pollute the git- namespace with our helpers. | |||||
2007-08-29 | add filter and allow to pass PBULDER_OPTS | Guido Guenther | 1 | -3/+4 | |
2007-02-02 | document changesdebian/0.2.25 | Guido Guenther | 1 | -0/+8 | |