lp:~vila/bzr-builddeb/use-loader

Created by Vincent Ladeuil and last modified
Get this branch:
bzr branch lp:~vila/bzr-builddeb/use-loader
Only Vincent Ladeuil can upload to this branch. If you are Vincent Ladeuil please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Vincent Ladeuil
Project:
bzr-builddeb
Status:
Merged

Recent revisions

395. By Vincent Ladeuil

Cleanup switching to load_test() paradigm.

* Lazy import lead to failures on linux,

* deleted cmd_test_buildeb, bzr selftest -s bp.builddeb can be used instead.

394. By John A Meinel

Change the bzr-builddeb test suite to use the load_tests paradigm.

This also removes the ability to run 'python ./__init__.py' but it
probably didn't work anyway. The nice bit is that it means we can
run some of the code without having to import all of it.

393. By James Westby

Fix a thinko that caused merge-upstream problem.

When previous_version is not defined we shouldn't try and use it, so
move it in to the already extant if block. Thanks Robert.

392. By James Westby

Fix some more encoding issues.

391. By James Westby

Fix the encoding issues around things taken from the changelog.

Revision properties have to be unicode, we were passing strings, so
it decoded them to unicode using 'ascii', which fails for some strings.
We know they should be utf-8, and we were decoding anyway, so we just
stop re-encoding (and a couple of other tweaks).

390. By James Westby

Ensure that the merged upstream revisions end up in the target branch.

During merge-upstream we may commit a new revision in a temporary branch.
If you do this outside a shared repo then the new revision has ghost parents
in the target branch, which leads to many issues, e.g. bug 493462.

389. By James Westby

Compare the upstream versions as Versions in merge-package.

Comparing them as strings means that the wrong one is picked as the
newer in merge-package where they diverge. This leads to mis-merges.

388. By James Westby

Recommend python-launchpadlib.

387. By James Westby

Handle no-trees repo in merge-upstream, and subprocess_setup in more places.

386. By James Westby

Clean up some unused imports.

Branch metadata

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

Subscribers