~racb/git-ubuntu:lp1698402

Last commit made on 2017-08-11
Get this branch:
git clone -b lp1698402 https://git.launchpad.net/~racb/git-ubuntu
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
lp1698402
Repository:
lp:~racb/git-ubuntu

Recent commits

8f31585... by Robie Basak

wip

84efdc9... by Robie Basak

wip

a4ecaa0... by Robie Basak

wip comment

7a5522d... by Robie Basak

Simplify default setting code

72dc17b... by Robie Basak

Move side-effect out of check_repository()

check_repository() sounds like a method that one can call to check
something. It shouldn't also have a side-effect of setting an attribute
on self that is then depended upon.

deceffa... by Robie Basak

Fix import wrapping

d51b959... by Robie Basak

Drop unused variables

5539b28... by Robie Basak

Close d/changelog after opening

82d1d85... by Nish Aravamudan

git ubuntu build: determine algorithmically what pristine-tar distribution to expect

Verify the one to use is from the same distribution. The algorith,
provided by Robie Basak, is:

1) Set "expected_distro" based on a command line override, or if not
provided, look up the target from the changelog against distro-info. If
not overriden and distro-info provides no match, explain and fail.

2) Check that only the orig tarball from expected_distro is available
(and not the other). If so, go ahead with that one, and we're done.

3) If both are available, warn that the other wasn't used, use the
expected_distro one, and we're done.

4) If only one is available but not expected_distro, explain and fail.

5) Final obvious case: if none are available, explain and fail.

030ec74... by Nish Aravamudan

gitubuntu/git_repository: add helper function to search Launchpad for a specific version