Download project files

How do I verify a download?


110 of 11 releases

0.7.3 release from the trunk series released

File Description Downloads
download icon bzr-builder-0.7.3.tar.gz (md5, sig) release tarball 2,759
last downloaded 47 weeks ago
Total downloads: 2,759

0.7.2 release from the trunk series released

File Description Downloads
download icon bzr-builder-0.7.2.tar.gz (md5, sig) release tarball 153
last downloaded 51 weeks ago
Total downloads: 153

0.7.1 release from the trunk series released

File Description Downloads
download icon bzr-builder-0.7.1.tar.gz (md5, sig) release 21
last downloaded 51 weeks ago
Total downloads: 21

0.7 release from the trunk series released

File Description Downloads
download icon bzr-builder-0.7.tar.gz (md5, sig) Release 27
last downloaded 51 weeks ago
Total downloads: 27

0.6 release from the trunk series released

Release information
Release notes:

Fixes two issues with creating manifests/stringifying recipes. The first allows
getting the text of invalid recipes, and the second ensures that the
manifest of recipes using nest-part are correct.

File Description Downloads
download icon bzr-builder-0.6.tar.gz (md5, sig) Source tarball 265
last downloaded 51 weeks ago
Total downloads: 265

0.5 release from the trunk series released

Release information
Release notes:

Added --safe option thanks to Aaron Bentley. This allows you to ensure that arbitrary code
execution will not happen while building the tree (--no-build is also required to prevent it
by building the source package).

File Description Downloads
download icon bzr-builder-0.5.tar.gz (md5, sig) Source tarball 98
last downloaded 51 weeks ago
Total downloads: 98

0.4 release from the trunk series released

Release information
Release notes:

This release adds the "nest-part" instruction to help with combining branches
that share no history.

File Description Downloads
download icon bzr-builder-0.4.tar.gz (md5, sig) Source tarball 79
last downloaded 51 weeks ago
Total downloads: 79

0.3 release from the trunk series released

Release information
Release notes:

Major changes
-------------

After uploading to a PPA it is now possible to wait for that build to
succeed. Thanks to Robert Collins.

Branch ids are now required to be unique in the recipe. The documentation
always said that they should be, but this is now enforced by the code.

The output of debuild etc. are no longer hidden unless -q is given.
In addition there is more information given about the tree building
operations.

--append-version allows a specific string to be appended to the version
number. This can help with re-using recipes across distribution releases.

There is now a {date} expansion for deb-version, similar to {time}.

Minor changes
-------------

The user now gets a hint when they forgot to specify a target dir
on a merge line. Also, if they use an invalid substituti...

Changelog:

------------------------------------------------------------
revno: 97
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-23 19:19:19 +0200
message:
  Bump version for release.
------------------------------------------------------------
revno: 96
fixes bug(s): https://launchpad.net/bugs/599106
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 16:54:37 -0400
message:
  Work around debian.changelog adding newlines in old versions.

  If you passed a file object it would add newlines in old versions. Avoid
  that by just passing the string we are reading anyway.
------------------------------------------------------------
revno: 95
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 16:51:37 -0400
message:
  Also reject other ways to escape the current working directory.
------------------------------------------------------------
revno: 94
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 16:47:10 -0400
message:
  Reject absolute paths.
------------------------------------------------------------
revno: 93
fixes bug(s): https://launchpad.net/bugs/599009
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 16:44:33 -0400
message:
  Reject duplicate paths in the recipe, as they aren't going to work.
------------------------------------------------------------
revno: 92
fixes bug(s): https://launchpad.net/bugs/592513
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 16:07:44 -0400
message:
  Allow forbidding instructions at parse time.
------------------------------------------------------------
revno: 91
fixes bug(s): https://launchpad.net/bugs/512739
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 15:23:36 -0400
message:
  Add {date} expansion for deb-version.
------------------------------------------------------------
revno: 90
fixes bug(s): https://launchpad.net/bugs/602266
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 15:05:06 -0400
message:
  Tell the user what the available expansions are if they specify an invalid deb-version.
------------------------------------------------------------
revno: 89
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 14:59:59 -0400
message:
  Have a way to list all the branch names in a recipe.
------------------------------------------------------------
revno: 88
fixes bug(s): https://launchpad.net/bugs/603397 https://launchpad.net/bugs/603399
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 14:41:23 -0400
message:
  Be more specific about failures to read the changelog.
------------------------------------------------------------
revno: 87
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 13:08:29 -0400
message:
  Accept arbitrary indents of comments.
------------------------------------------------------------
revno: 86
fixes bug(s): https://launchpad.net/bugs/494303
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 12:57:03 -0400
message:
  Be more liberal in allowing arbitrary whitespace on non-instruction lines.
------------------------------------------------------------
revno: 85
fixes bug(s): https://launchpad.net/bugs/588335
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 12:36:37 -0400
message:
  Cache the branches we open during resolve_revisions for use later.
------------------------------------------------------------
revno: 84
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 12:25:40 -0400
message:
  Pass possible_transports around more when building the tree.
------------------------------------------------------------
revno: 83
fixes bug(s): https://launchpad.net/bugs/588330
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 12:11:01 -0400
message:
  Add trace.notes of the activity when building the tree.
------------------------------------------------------------
revno: 82
fixes bug(s): https://launchpad.net/bugs/522431
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-09 11:42:23 -0400
message:
  Reject invalid version numbers early.
------------------------------------------------------------
revno: 81 [merge]
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Tue 2010-07-06 16:37:43 -0400
message:
  Drop lpia from arches that the ppa-watcher will wait for.
------------------------------------------------------------
revno: 80 [merge]
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-07-02 18:02:55 -0400
message:
  Import from the debian package first, falling back to debian_bundle.
------------------------------------------------------------
revno: 79 [merge]
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-05-28 17:14:25 -0400
message:
  Lazily load commands.
------------------------------------------------------------
revno: 78
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Fri 2010-04-09 10:56:08 +0100
message:
  Add --append-version to append a string to the resulting version number.
------------------------------------------------------------
revno: 77
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2010-04-08 18:05:19 +0100
message:
  The pb parameter to Merger is deprecated, so just pass None.
------------------------------------------------------------
revno: 76
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2010-04-08 18:03:53 +0100
message:
  Use -q in blackbox tests to save on noise.
------------------------------------------------------------
revno: 75
fixes bug(s): https://launchpad.net/bugs/491368
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2010-04-08 17:55:29 +0100
message:
  Don't hide the output of debuild etc. unless -q is given.
------------------------------------------------------------
revno: 74
fixes bug(s): https://launchpad.net/bugs/416950
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2010-04-08 17:44:53 +0100
message:
  Give the user a hint if they specify a target dir on a merge line.
------------------------------------------------------------
revno: 73
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2010-04-08 17:15:59 +0100
message:
  Don't crash when --if-changed-from is used with "run" and hasn't changed.
------------------------------------------------------------
revno: 72
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2010-04-08 17:07:50 +0100
message:
  Require branch ids to be unique.

  We don't tell the user where the duplicate is at the moment, as I figure
  recipes will be small enough that it will be obvious. It can be added
  later if that turns out to be wrong.
------------------------------------------------------------
revno: 71
fixes bug(s): https://launchpad.net/bugs/428722
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2010-04-08 16:53:06 +0100
message:
  Give a useful error if devscripts isn't installed.
------------------------------------------------------------
revno: 70 [merge]
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Wed 2010-03-17 21:35:55 -0400
message:
  Merge --watch-ppa support. Thanks Rob.
------------------------------------------------------------
revno: 69 [merge]
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2010-03-04 16:19:08 +0000
message:
  Guard setup in setup.py so that it can be imported.
------------------------------------------------------------
revno: 68
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2010-01-14 09:52:50 +1300
message:
  Allow child branches to be stringifyed without being built.
------------------------------------------------------------
revno: 67
committer: James Westby <email address hidden>
branch nick: trunk
timestamp: Thu 2010-01-14 09:27:28 +1300
message:
  Make build_manifest into __str__ and make it work for recipes too.

File Description Downloads
download icon bzr-builder-0.3.tar.gz (md5, sig) Source tarball 23
last downloaded 51 weeks ago
Total downloads: 23

0.2 release from the trunk series released

File Description Downloads
download icon bzr-builder-0.2.tar.gz (md5) Source tarball 47
last downloaded 51 weeks ago
Total downloads: 47

0.1 release from the trunk series released

Release information
Release notes:

First tarball release of bzr-builder

File Description Downloads
download icon bzr-builder-0.1.tar.gz (md5, sig) Source of bzr-builder 143
last downloaded 51 weeks ago
Total downloads: 143

110 of 11 releases