summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30Add Jenkins Scratchbuilder exampleGuido Günther1-0/+41
It's a simple script that can be used to build Debian packages via gbp and Jenkins.
2013-03-14examples: fix loggingGuido Günther1-1/+1
Thanks: Carsten Schoenert
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther1-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-02Make exception syntax consistentGuido Günther3-3/+3
2012-03-28gbp-add-patch: Fix typoGuido Günther1-1/+1
2012-03-27gbp-posttag-push: Tighten branch regexpGuido Günther1-1/+1
so we don't push to branches ending with the same name accidentally.
2012-02-13Refactor config.py as preparation for rpm support.Markus Lehtonen1-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-13gbp-posttag-push: check if upstream is up to date per remoteGuido Günther1-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-10gbp-post-tag-push: Add --verbose optionGuido Günther1-0/+8
to ease debugging
2012-01-10gbp-posttag-push: Allow to push the upstream tag tooGuido Günther1-20/+54
via the -u option.
2011-12-26gbp-add-patch: simplify by using existing classesGuido Günther1-52/+8
2011-11-20GitRepository: Return GitModifier from get_author_infoGuido Günther1-2/+2
2011-10-22Replace GitAdd by GitRepository.add_filesGuido Günther1-2/+1
Git-Dch: Ignore
2011-07-26git-dch: add formatter that wraps the changelog entryGuido Günther1-0/+14
Closes: #626439
2011-04-28Improve readabilityGuido Günther1-0/+2
Git-Dch: Ignore
2011-02-27Add script to ignore .pc and tell dpkg-source unpatch the sourceGuido Günther1-0/+52
See #591858.
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther1-183/+0
Add manpage, move into path, add bash completion
2011-01-11gbp-create-remote-repo: allow to set up remote branch trackingGuido Günther1-18/+33
2010-08-31Don't hardcode package nameGuido Günther1-1/+2
2010-08-24Simple helper to tag a version if using git-svnGuido Günther1-0/+18
2010-08-12Deprecate our own pbuilder helpersGuido Günther2-15/+7
2010-07-30Simple helper to create remote reposGuido Günther1-0/+168
based on dom-new-git-repo from the OCaml maintainers as well as aa-create-repo. Closes: #540185
2010-07-27Adjust for zeitgeist 0.4.0Guido Günther1-2/+2
2010-05-02Don't assume the repo has a '/'Guido Günther1-1/+8
2010-05-02Fix typoGuido Günther1-1/+1
Thanks: Paul Menzel
2010-04-30zeitgeist hook: don't fail on umlautsGuido Günther1-2/+3
2010-04-12Be silentGuido Günther1-1/+0
Git-Dch: Ignore
2010-04-10Add simple Zeitgist data providerGuido Günther1-0/+97
2010-01-31gbp-add-patch: Strip path from patchnameGuido Günther1-2/+6
and handle missing files gracefully.
2010-01-10Add gbp-add-patchGuido Günther1-0/+160
to easily commit patches from debian/patches
2009-11-22Make the default build command 3.x source format safeGuido Günther2-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-22Make gbp-clone, gbp-pull and gbp-pq first class citizensGuido Günther3-346/+0
by moving them from examples/ to /usr/bin/
2009-11-07add --redo-pqGuido Günther1-0/+7
so a "gbp-pull --redo-pq" also refreshes the patch-queue branch
2009-11-07Don't fail when series file is missing.Guido Günther1-5/+6
Create an empty patch-queue branch instead.
2009-11-07add option to drop patch-queue branchGuido Günther1-0/+19
2009-10-25check for clean repoGuido Günther1-0/+6
2009-10-24add gbp-pullGuido Günther1-0/+99
Adresses another part of #540185.
2009-10-24import Command tooGuido Günther1-1/+1
fixes "--verbose"
2009-09-05Add gbp-cloneGuido Günther1-0/+95
to examples. Using this to clone repositories will automatically track the remote branches used by gbp. Adresses parts of #540185.
2009-07-23add gbp-pq to examplesGuido Günther1-0/+119
Closes: #537212
2009-04-05pass GBP_BUILD_DIR to the build commandGuido Günther1-0/+1
this allows hooks to figure out where to copy back the build result. Adjust the cowbuilder example accordingly.
2009-03-05add git-builder cowbuilder exampleGuido Günther1-0/+37
2009-02-26fix for remote repos containing '.'Guido Günther1-1/+1
2009-02-22add gbp-posttag-push exampleGuido Günther1-0/+106
2009-02-20rename git-pbuilder to gbp-pbuilderGuido Günther1-0/+0
so we don't pollute the git- namespace with our helpers.
2007-08-29add filter and allow to pass PBULDER_OPTSGuido Guenther1-3/+4
2007-02-02document changesdebian/0.2.25Guido Guenther1-0/+8