summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-22git-buildpackage: print the "Looking for tarball..." message at debug levelGuido Günther
There's no need to print two messages in the default logging level.
2011-01-18git-import-dscs: Ignore debsnap download errorsGuido Günther
to cope with binNMUs. Based on a patch from Jonathan Nieder. Closes: #610376
2011-01-18git-import-dscs: Fix --debsnap doc and option error handlingJonathan Nieder
Signed-off-by: Guido Günther <agx@sigxcpu.org> Closes: #610376
2011-01-16gbp-pull: Adjust incorrect logging levelGuido Günther
2011-01-15git-buildpackage: fix fallback to auto detection for unknown compression typesGuido Günther
2011-01-15Document changes and release 0.5.17Guido Günther
2011-01-14Use the latest commit instead of the earliest oneGuido Günther
when guessing the compression type for pristine-tar. Closes; #609980 Thanks: Andreas Rottmann for the detailed report
2011-01-14Document --remote-nameGuido Günther
2011-01-13git-create-remote-repo: Don't hardcode 'origin' as remoteGuido Günther
This makes it possible to create different remote repos from within the same repository.
2011-01-13Rename get_remotes to get_remote_branchesGuido Günther
Git-Dch: Ignore
2011-01-13gbp-create-remote-repo: get repository name from debian/changelogGuido Günther
if possible.
2011-01-13gbp-create-remote-repo: Allow for repository names without substitutionsGuido Günther
2011-01-11Document changes and release 0.5.16Guido Günther
2011-01-11git-import-dsc: also set the commit date to the changelog dateGuido Günther
when importing old history. This makes sure we get proper sorting with e.g. gitk. Thanks: Rob Browning for the hint and explanation
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther
Add manpage, move into path, add bash completion
2011-01-11gbp-create-remote-repo: allow to set up remote branch trackingGuido Günther
2011-01-11Make --[no-]merge a proper optionGuido Günther
so it can be configured via gbp.conf.
2011-01-08Document changes and release 0.5.15Guido Günther
2011-01-08git-dch: don't add empty changelog entries with "Git-Dch: Ignore"Guido Günther
2011-01-08Require python 2.6Guido Günther
since we use a context manager
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther
after the build finished.
2011-01-08Use tristate option for --color=valueGuido Günther
this allows true and false as alias for on and off.
2011-01-08Add Tristate class that allows for on, off and autoGuido Günther
Git-Dch: Ignore
2011-01-07Document changes and release 0.5.14Guido Günther
2011-01-07docs: fix typo in gbp-pq manpageGuido Günther
Closes: #609166 Thanks: Emilio Pozuelo
2011-01-07bash completion: avoid space after options taking an argumentGuido Günther
This makes branch and tag completion more useful.
2011-01-06bash completion: add support for tristate options like --colorGuido Günther
2011-01-03bash completion: add completion for gbp-{pq,pull,clone}Guido Günther
2011-01-03bash completion: also complete on tagsGuido Günther
2011-01-03bash completion: parse short options tooGuido Günther
2010-12-29Use logging functionsGuido Günther
2010-12-29Spit out debug message in __git_inoutYaroslav Halchenko
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2010-12-29git-import-dscs: Use git-import-dsc from the same location as git-import-dscsYaroslav Halchenko
With hardcoded path it is impossible to use git-import-dscs directly from the repository while developing both tools Signed-off-by: Guido Günther <agx@sigxcpu.org>
2010-12-28Remove duplicate log messageGuido Günther
2010-12-28Enable pychecker warningsGuido Günther
2010-12-28Change dirs declaration to avoid false positives from pycheckerGuido Günther
See #608153
2010-12-28pychecker warning cleanupsGuido Günther
(mostly unused variables and imports)
2010-12-28Document --debsnap to fetch from snapshots.debian.orgGuido Günther
2010-12-27Add generated files to .gitignoreGuido Günther
2010-12-27Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther
Git-Dch: Ignore
2010-12-27Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther
2010-12-27gbp-pull: Better document --force and --redo-pqGuido Günther
2010-12-27gbp-clone: better document --allGuido Günther
2010-12-27Document changes and release 0.5.13Guido Günther
2010-12-27Allow to drop numbers from patch names via --no-patch-numbersGuido Günther
so patch names remain constant when interim patches are dropped. Closes: #592129
2010-12-26Rewrite gbp-pq in pythonGuido Günther
so we get consistent logging and debugging options.
2010-12-25Initialize Logger.get_color{,off}Guido Günther
so we can print errors before the option parsing finished. Closes: #608004
2010-12-25TypoGuido Günther
Git-Dch: Ignore
2010-12-24Update the repo after the first importGuido Günther
so master matches the debian branch. Thanks: Rob Browning for the testcase
2010-12-20Document changes and release 0.5.12Guido Günther