View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/git-buildpackage 1 Development 2015-07-08 20:07:15 UTC
98. [ Guido Günther ] * [82a3971] import-...

Author: Guido Günther
Revision Date: 2015-07-08 20:07:15 UTC

[ Guido Günther ]
* [82a3971] import-dsc: mention that we create new repos if none found
  (Closes: #748340)
* [dff628b] Don't insist on cowbuilder that much.
  Allow for pbuilder or sbuild either. Since the integration with
  cowbuilder is currenty best let's see how this turns out. It would be
  nice if somebody would provide some code to detect which builder is
  there and automatically adjust configuration for that one.
  Closes: #695280
* [eff79b1] Add symlink for git-buildpackage.1.
  Make sure "man git-buildpackage" at least gives enough information where
  to look further.
* [6a5675c,901581b,64e6fff,5f9e72a] Non C Locale related fixes
* [a331b7f] Add spec file taken from git-buildpackage-rpm.
* [46eacf2] Use --set-upstream-to instead of deprecated --set-upstream
  (Closes: #791798)
* [cf67fc5] Fix urllib.urlopen import six.moves.urllib.urlopen does not
  exist

[ Felipe Sateler ]
* [3b99a6d] import-orig: Document pattern replacing in upstream-vcs-tag
  (Closes: #787832)

[ Evgeni Golov ]
* [b3341e5] Fix FSF address - thanks rpmlint
  use gnu.org/licences instead of a postal address, as suggested by Guido
* [df215f3] call debchange instead of dch.
  Call the tool by its actual name instead of the abbriviation.
  dch is a symlink to debchange, which is not present on Fedora

lp:ubuntu/wily-proposed/git-buildpackage 1 Development 2015-07-08 20:07:15 UTC
98. [ Guido Günther ] * [82a3971] import-...

Author: Guido Günther
Revision Date: 2015-07-08 20:07:15 UTC

[ Guido Günther ]
* [82a3971] import-dsc: mention that we create new repos if none found
  (Closes: #748340)
* [dff628b] Don't insist on cowbuilder that much.
  Allow for pbuilder or sbuild either. Since the integration with
  cowbuilder is currenty best let's see how this turns out. It would be
  nice if somebody would provide some code to detect which builder is
  there and automatically adjust configuration for that one.
  Closes: #695280
* [eff79b1] Add symlink for git-buildpackage.1.
  Make sure "man git-buildpackage" at least gives enough information where
  to look further.
* [6a5675c,901581b,64e6fff,5f9e72a] Non C Locale related fixes
* [a331b7f] Add spec file taken from git-buildpackage-rpm.
* [46eacf2] Use --set-upstream-to instead of deprecated --set-upstream
  (Closes: #791798)
* [cf67fc5] Fix urllib.urlopen import six.moves.urllib.urlopen does not
  exist

[ Felipe Sateler ]
* [3b99a6d] import-orig: Document pattern replacing in upstream-vcs-tag
  (Closes: #787832)

[ Evgeni Golov ]
* [b3341e5] Fix FSF address - thanks rpmlint
  use gnu.org/licences instead of a postal address, as suggested by Guido
* [df215f3] call debchange instead of dch.
  Call the tool by its actual name instead of the abbriviation.
  dch is a symlink to debchange, which is not present on Fedora

lp:ubuntu/vivid/git-buildpackage 2 Mature 2014-10-29 07:47:21 UTC
90. [3d8939d] git.vfs: fix close method. ...

Author: Guido Günther
Revision Date: 2014-10-29 07:47:21 UTC

[3d8939d] git.vfs: fix close method. Preventing a infinite recursion
which can be triggered by gbp pq export --commit.

lp:ubuntu/vivid-proposed/git-buildpackage 1 Development 2014-10-29 07:47:21 UTC
90. [3d8939d] git.vfs: fix close method. ...

Author: Guido Günther
Revision Date: 2014-10-29 07:47:21 UTC

[3d8939d] git.vfs: fix close method. Preventing a infinite recursion
which can be triggered by gbp pq export --commit.

lp:ubuntu/utopic/git-buildpackage 2 Mature 2014-05-24 18:40:44 UTC
86. [5cde49a] Revert "Determine build_dir...

Author: Guido Günther
Revision Date: 2014-05-24 18:40:44 UTC

[5cde49a] Revert "Determine build_dir upfront"
This reverts commit b2549fac19f2d666552291a4fcf2020ca0570834.
Closes: #749104

lp:ubuntu/utopic-proposed/git-buildpackage 1 Development 2014-05-24 18:40:44 UTC
86. [5cde49a] Revert "Determine build_dir...

Author: Guido Günther
Revision Date: 2014-05-24 18:40:44 UTC

[5cde49a] Revert "Determine build_dir upfront"
This reverts commit b2549fac19f2d666552291a4fcf2020ca0570834.
Closes: #749104

lp:ubuntu/trusty/git-buildpackage 1 Development 2014-02-15 11:45:00 UTC
76. [ Guido Günther ] * [78f3673] Depend ...

Author: Guido Günther
Revision Date: 2014-02-15 11:45:00 UTC

[ Guido Günther ]
* [78f3673] Depend on newer devscripts.
  These contain a uscan that handles repackaging at the right level and
  won't let us pick up the wrong tarball name.
  Thanks to gregor herrmann and all others involved (Closes: #635920)
* [7c64575] Avoid backtrace on config file parse errors
  "gbp buildpackage" did this already but others didn't (Closes: #733759)
* [7b1eadd] Make parsing config file sections symmetric.
  Always read the legacy command's config file section prior to the
  subcommand's config file section.
  Until now 'gbp <subcommand>' would read '[subcommand]' as well as
  '[gbp-<subcommand>]' sections while 'gbp-<subcommand>' would only read
  '[gbp-<subcommand>]' sections. (Closes: #733759)
* [49f0e44] Change the default of cleaner to /bin/true.
  Running a clean command within version control by default nowadays
  causes more trouble than it helps. It's unnecessary with
  pbuilder/cowbuilder/sbuild and with export-dir. So change the default
  from 'debuild clean' to a noop ('/bin/true'). (Closes: #670624)
* [d93c89f] import_orig: test error paths of find_source
* [daf249f] docs: improve docs on using upstream's git repo.
  The documentation on using upstream's git directly instead of tarballs
  was very terse. Add a step by step guide on how to get started and
  how to update to new upstream versions.

[ Markus Lehtonen ]
* [e876beb] tests: adapt dch tests for older devscripts.
  Determine the default urgency level by determining the version number of
  the dch tool from command line.

lp:ubuntu/trusty-proposed/git-buildpackage 1 Development 2014-02-15 11:45:00 UTC
80. [ Guido Günther ] * [78f3673] Depend ...

Author: Guido Günther
Revision Date: 2014-02-15 11:45:00 UTC

[ Guido Günther ]
* [78f3673] Depend on newer devscripts.
  These contain a uscan that handles repackaging at the right level and
  won't let us pick up the wrong tarball name.
  Thanks to gregor herrmann and all others involved (Closes: #635920)
* [7c64575] Avoid backtrace on config file parse errors
  "gbp buildpackage" did this already but others didn't (Closes: #733759)
* [7b1eadd] Make parsing config file sections symmetric.
  Always read the legacy command's config file section prior to the
  subcommand's config file section.
  Until now 'gbp <subcommand>' would read '[subcommand]' as well as
  '[gbp-<subcommand>]' sections while 'gbp-<subcommand>' would only read
  '[gbp-<subcommand>]' sections. (Closes: #733759)
* [49f0e44] Change the default of cleaner to /bin/true.
  Running a clean command within version control by default nowadays
  causes more trouble than it helps. It's unnecessary with
  pbuilder/cowbuilder/sbuild and with export-dir. So change the default
  from 'debuild clean' to a noop ('/bin/true'). (Closes: #670624)
* [d93c89f] import_orig: test error paths of find_source
* [daf249f] docs: improve docs on using upstream's git repo.
  The documentation on using upstream's git directly instead of tarballs
  was very terse. Add a step by step guide on how to get started and
  how to update to new upstream versions.

[ Markus Lehtonen ]
* [e876beb] tests: adapt dch tests for older devscripts.
  Determine the default urgency level by determining the version number of
  the dch tool from command line.

lp:ubuntu/saucy-proposed/git-buildpackage bug 1 Development 2013-09-19 15:58:01 UTC
71. debian/rules: Don't export DEB_VENDOR...

Author: Andrew Starr-Bochicchio
Revision Date: 2013-09-19 11:25:20 UTC

debian/rules: Don't export DEB_VENDOR="Debian" as tests now
take Ubuntu versions into consideration (LP: #1215175).

lp:ubuntu/saucy/git-buildpackage 2 Mature 2013-09-19 11:25:20 UTC
71. debian/rules: Don't export DEB_VENDOR...

Author: Andrew Starr-Bochicchio
Revision Date: 2013-09-19 11:25:20 UTC

debian/rules: Don't export DEB_VENDOR="Debian" as tests now
take Ubuntu versions into consideration (LP: #1215175).

lp:ubuntu/raring-proposed/git-buildpackage 2 Mature 2012-11-28 02:34:54 UTC
63. [ Guido Günther ] * [c3c2778] Add min...

Author: Guido Günther
Revision Date: 2012-11-24 14:55:24 UTC

[ 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

lp:ubuntu/raring/git-buildpackage 1 Development 2012-11-24 14:55:24 UTC
63. [ Guido Günther ] * [c3c2778] Add min...

Author: Guido Günther
Revision Date: 2012-11-24 14:55:24 UTC

[ 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

lp:ubuntu/quantal/git-buildpackage 2 Mature 2012-06-01 23:44:17 UTC
61. * Upload to unstable * [a5f0d87] git-...

Author: Guido Günther
Revision Date: 2012-06-01 23:44:17 UTC

* 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)

lp:ubuntu/precise/git-buildpackage 2 Mature 2011-10-17 10:15:22 UTC
52. * [efe9220] Use known_compressions in...

Author: Guido Günther
Revision Date: 2011-10-17 10:15:22 UTC

* [efe9220] Use known_compressions in guess_upstream_version too
  (Closes: #645477)
* [e984baf] git-import-orig: fix --filter

lp:ubuntu/oneiric/git-buildpackage 2 Mature 2011-08-10 22:25:11 UTC
50. * [37f16cc] Document meta tags. Thank...

Author: Guido Günther
Revision Date: 2011-08-10 22:25:11 UTC

* [37f16cc] Document meta tags. Thanks to Raphaël Hertzog for the
  suggestion (Closes: #636088)
* [f2efdaf] Add known_compressions() to UpstreamSource so we can use it for
  the DscFile parsing. This fixes the import of xz compressed upstream
  tarballs.
* [2da9e9e] Leave compression type detection to tar by default
* [a878947] Ignore comments and empty lines in series files.
  (Closes: #637224)
* [b3931e0] Fix missing branch name in error message
* [4e2f7de] gbp-pq: Use latest patches with --time-machine. When going back
  in history to find the point where the patches in debian/patches still
  apply make sure we use the latest ones not the one currently in the tree.

lp:ubuntu/maverick/git-buildpackage bug 2 Mature 2011-06-23 08:20:38 UTC
32. * [6a200ad] Resync with git-pbuilder ...

Author: Guido Günther
Revision Date: 2010-09-17 10:42:32 UTC

* [6a200ad] Resync with git-pbuilder 0.16 (Closes: #595055)
* [ed97b84] Add --git-arch option
* [257a3e1] Switch to debian branch before forcing the HEAD update
  otherwise we might forward the current branch to another branch's
  ref - thanks to Rolf Leggewie for the testcase
* [af97781] Avoid unnecessary branch switch when fixing the previous
  issues. (LP: #637286)
* [70c5b22] Improve compression format detection by checking if a
  version is already on the pristine-tar branch and use it's
  compression type if found. (LP: #615212)
* [02b1a03] Don't fail on missing debian/rules. (LP: #638371)

lp:ubuntu/natty/git-buildpackage 2 Mature 2011-02-12 12:21:24 UTC
42. * Merge from debian unstable. Remaini...

Author: Angel Abad
Revision Date: 2011-02-12 12:21:24 UTC

* Merge from debian unstable. Remaining changes:
  - Disable tests for now as pychecker crashes with python 2.7
    (Closes: #692945).

lp:ubuntu/lucid/git-buildpackage bug 1 Development 2010-03-12 18:14:20 UTC
24. merge from Debian unstable. delta unc...

Author: Rolf Leggewie
Revision Date: 2010-02-21 02:03:39 UTC

merge from Debian unstable. delta unchanged from 0.4.63ubuntu1. LP: #525116

lp:ubuntu/karmic/git-buildpackage 1 Development 2009-09-05 16:06:11 UTC
16. * new tools: * [13316be] Add gbp-...

Author: Guido Günther
Revision Date: 2009-09-05 16:06:11 UTC

* new tools:
    * [13316be] Add gbp-clone to examples. Using this to clone
      repositories will automatically track the remote branches used by
      gbp. Addresses parts of #540185.
* git-dch:
    * [d42ed40] Trim commit display.
    * [a335e04] Catch gbp.deb.NoChangelogError.
    * [98a9b88] Add changelog section if current topmost version is already
      tagged. This makes sure we add a new changelog section after a
      release. This was broken due to 016318.
* git-import-orig:
     * [dcbe091] Use option groups for nicer --help output
     * [ee6c238] Add postimport hook for git-import-orig Allows to run git-
       dch after import. Drop the dch invocation and warn when --no-dch gets
       passed on the commandline. (Closes: #520355)
     * [aecb9b4] NEWS: --no-dch is no more (Closes: #540750)
* git-import-dsc:
     * [dcbe091] Use option groups for nicer --help output
* packaging:
    * [4f82dfb] Honor DEB_BUILD_OPTIONS=nocheck
    * [29cacc0] Run doctests with nose
    * [1f8abec] Bump standards version
    * [c84fd78] TODO list maintained in the wiki
* gbp module:
    * [715d42a] Drop superfluous _utils from module names
    * [46d6c1b] Make sanitize_version a private function
    * [75eedb8] Add doctest for __sanitize_version() and build_tag()
    * [4cd72bc] Add doctest for Command.__call__()
    * [a4fd8eb] Add doctest for Command.call() and fix error in exception
      handling revealed by the test.
    * [edfe670] Add GitClone
    * [2663f23] Make GitBranch remote branch aware
    * [838b3f4] Make has_branch aware of remote branches
* tests:
    * [6cbbddf] Add unit test for --help
    * [52d9b5a] Fix testcase name
* [e4abaad] document changes so far

lp:ubuntu/jaunty/git-buildpackage 2 Mature 2009-07-14 11:41:50 UTC
11. [ Robie Basak ] * [6f4af4a] Use name ...

Author: Guido Günther
Revision Date: 2009-01-01 20:11:16 UTC

[ Robie Basak ]
* [6f4af4a] Use name and email from git (Closes: #509867)

[ Guido Günther ]
* [b097286] document --no-sign-tags
* [6fe5985] add --no-git-author
* [7c2034c] add --no-sign-tags to git-import-{dsc,orig} too
  (Closes: #508889)

lp:ubuntu/intrepid/git-buildpackage 2 Mature 2009-07-14 11:41:39 UTC
21. [ Adeodato Simó ] * [35c92a4] git-imp...

Author: Guido Günther
Revision Date: 2008-06-26 16:47:55 UTC

[ Adeodato Simó ]
* [35c92a4] git-import-orig: merge upstream by tag name instead of by
  branch name.
* [f1ca044] command_wrappers.py: add a GitMerge wrapper class.

[ Guido Guenther ]
* [9bbd5d2] make symlink_orig's error message more helpful
* [26c0310] make no-dch configurable via gbp.conf
* [e6ce2df] bump standards version
* [45b060e] mention git-import-dscs
* [721068a] add "meta" to sample config file

lp:ubuntu/hardy/git-buildpackage 2 Mature 2009-07-14 11:41:31 UTC
13. * git-ls-files: separate filenames by...

Author: Guido Günther
Revision Date: 2007-12-07 23:19:39 UTC

* git-ls-files: separate filenames by '\0', based on a patch from Uwe
  Kleine-König <Uwe.Kleine-Koenig@digi.com> (Closes: #454470)
* git-import-dsc: return non null on failure

lp:ubuntu/gutsy/git-buildpackage 1 Development 2009-07-14 11:41:18 UTC
7. * git-import-orig: allow to import in...

Author: Guido Günther
Revision Date: 2007-06-27 04:06:33 UTC

* git-import-orig: allow to import into an empy git repository
* docs: we don't use git_load_dirs internally anymore
* docs: howto start a package from scratch

123 of 23 results