lp:ubuntu/raring/git-buildpackage

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/raring/git-buildpackage
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

63. By Guido Günther

[ Guido Günther ]
* [c3c2778] Add minimal debian/source/format parser
* [3878867] PEP-8 and pyflakes cleanups
* [30c1821] Add support dch's --security option
* [4970b42] gbp-pq: Print number of import tries left
* [cf48b03] Allow to remove the orig tarball symlink that's used make
  pristine-tar see the correct orig tarball name.
  (Closes: #692401)
* [09ba538] GbpError accepts an error message so no need to print it
  separately.
* [a488695] Minor git-import-orig manpage improvements
* [4c9bb9f] Add missing git- prefix to --color and --notify options.
  Thanks to Filippo Rusconi (Closes: #693978)
* [9478bad] testutils: create missing directories when adding a file
* [691856d] Use an absolute path when parsing the control file so we can't
  accidentally parse a file from another dir.
* [d248720] Test apply_and_commit_patch
* [3952091] gbp-pq: Allow to pass in custom function to fetch authorship
  information so the RPM based tools don't need to rely on a control file
  but can e.g. look at the spec file.
* [7f2c9c1] gbp-pq: Test if setting a topic works
* [f4d493d] Add sha1 stripping in a single place so we can easily sanity
  check the result.
* [95ec21a] Output test results in xunit format too to make it more useful
  in Jenkins CI builds
* [24fdd97] Test gbp.pq.common.write_patch
* [824e83e] gbp-pq: don't use plural form when there's only one try left
* [8b01d37] git-import-dscs: Properly catch import errors
  (Closes: #694113)

[ Dmitrijs Ledkovs ]
* [323bdcf] Fix testsuite failure if DEB_VENDOR != Debian.
  (Closes: #692289)

[ Markus Lehtonen ]
* [f4d2e21] GitRepository: implement _cmd_has_feature() method to allow
  compatibility with older git versions.
* [dfbedfe] GitRepository: fix merge() for older git versions using
  _cmd_has_feature() in GitRepository.merge().
* [ba854d8] GitRepository/diff: add 'paths' argument to makes the diff
  function more versatile
* [b7cdef5] GitRepository/diff: catch git error.
* [fe1e120] command_wrappers: suppress some pylint warnings
* [4ed1b43] notifications.py: remove unused import
* [0a9bf99] tests: make tests a Python module to make it possible to reuse
  code between various tests.
* [932b1c0] pq: fix "no authorship" warning messages.
* [1da7e0d] import-orig: remove dead if statement.
* [3678906] import-orig: remove dead GbpNothingImported exception
* [8bc7921] GitRepository/get_commits: more flexible revision ranges.
* [36d13cb] GitRepository/get_submodules: use correct path.
* [3362147] GitRepository/get_commit_info: support tags.
* [03cdea0] GitRepository/has_submodules: use correct .gitmodules file.

[ Ed Bartosh ]
* [8bb62f5] GitRepository.find_tag: change deprecated _git_getoutput to
  _git_inout

62. By Dimitri John Ledkov

Set DEB_VENDOR=Debian for the test suite.

61. By Guido Günther

* Upload to unstable
* [a5f0d87] git-import-dsc: add --allow-unauthenticated
  (Closes: #670623)
* [a116edd] Refactor deb helpers: move PristineTar class based on a patch
  by Markus Lehtonen. This refactor is preparation to the upcoming rpm
  support.
* [f52a417] git-buildpackage: add missing import so move_old_export works
  again
* [16f0309] git-buildpackage overlay-mode: don't fail on files named like
  the tarball. Instead of moving individual files around simply rename the
  directories. This is faster and independent of the tarballs content.
  (Closes: #675412)
* [7f580d9] git-buildpackage: allow to build packages from detached HEAD
  state with --git-ignore-branch.
  (Closes: #661598)

60. By Guido Günther

[ Guido Günther ]
* [1e68f6e] gbp.git.repository: don't append a second .git when mirroring a
  repository
* [b7797f9] ALlow to set the output directory via GIT_PBUILDER_OUTPUT_DIR.
  Helps with #657277
* [407dfa1] Make the upstream version check match policy
  (Closes: #668554)
* [d1ed77a] Ignore locale when checking for a clean repository
  (Closes: #668896)

[ Jö Fahlke ]
* [43e3a60] docs: correct --git-builder default value

59. By Guido Günther

* [f4529a4] docs: add --git-upstream-tag to git-buildpackage's manpage
* [96332cc] Start documenting useful options when upstream uses git. This is
  quiet terse yet so follow up bugs are welcome. (Closes: #664771)
* [eae4e4a] gbp-posttag-push: Tighten branch regexp so we don't push to
  branches ending with the same name accidentally.
* [169a924] gbp-add-patch: Fix typo

58. By Guido Günther

* [3cac77f] docs: Fix path to gbp-configure-unpatched-source. Thanks to
  Tobias Frost (Closes: #664063)
* [2f08cbd] Parse author and comitter from changelog for native package too
  (Closes: #662993)

57. By Guido Günther

[83dcb28] Move gbp.conf manpage to section 5 and add references from the
other manpages

56. By Guido Günther

* Upload to unstable
* [45d7dc8] import_dsc: Create debian branch for native packages too
  (Closes: #663001)
* [80cf6d4] Add manual page for gbp.conf.
  Thanks to Jari Alto for the POD version (Closes: #661748)
* [a8b8536] Build-require a git version that supports --no-edit
  (Closes: #663103)
* [b4cfcab] Remove build/ directory during clean so we don't step on any
  epydoc leftovers
* [b6a4387] Bump standards version to 3.9.3
* [6f2f554] GbpOptionParser: allow to modify list of parsed conf files
  by setting the GBP_CONF_FILES environment variable.
* [38870d5] git-import-dscs: allow to ignore gbp.conf files stored in the
  repository (Closes: #660898)

55. By Guido Günther

[ Markus Lehtonen ]
* [24e7725] Make pristine_tar testcases pass with older git versions that
  don't support user-defined output formats (tar filters) in git-archive.

[ Guido Günther ]
* [14d36c0] Depend on git instead of git-core (Closes: #659661)
* [f25fa9b] Lower dependencies on python-nose and python-coverage the
  versions in Squeeze are recent enough.
* [7e41626] Require git 1.7 which is already in Squeeze and Lenny Backports
* [63411b7] gbp-pq: Properly print patch name when guessing authorship
  information

54. By Guido Günther

* [d279757] PristineTar: fix links in testcases
* [44814b7] Include missing doctests in generated API docs
* [3875d5d] gbp-pull: Use a DebianGitRepository (Closes: #659290)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers