~smoser/git-ubuntu:cleanup/build-cleanups-redux

Last commit made on 2018-10-25
Get this branch:
git clone -b cleanup/build-cleanups-redux https://git.launchpad.net/~smoser/git-ubuntu
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
cleanup/build-cleanups-redux
Repository:
lp:~smoser/git-ubuntu

Recent commits

30720a7... by Scott Moser

Fix native build.

Builds cloud-initramfs-tools [native] and cloud-utils [non-native].

6cf90d4... by Scott Moser

run_in_lxd: do not use a shell in sudo.

using a shell makes things more difficult.

932a79d... by Scott Moser

arguments are a list, not a set.

a set is unordered, and arguments are most definitely ordered.
  --file foo
doesn't work as
  foo --file.

ea31d41... by Scott Moser

Rework installing dependencies.

a.) do not re-try installing dependencies.
b.) use apt-get build-dep everywhere except trusty.
c.) install fakeroot explicitly (or dpkg-buildpackage complains as non-root).
d.) use eatmydata if it can when apt-get install.

Things to note:
 * On trusty, install devscripts with '--no-install-recommends'.
   we do not install them at all elsewhere.
 * Do not install sudo, only install equivs on trusty.

bd7ea3c... by Scott Moser

build: Explicitly wait for the container to finish booting.

Rather than relying on retrying 'apt-get update' to indicate
success, add a shell snippet to do that.

51af3b7... by Scott Moser

build: build in Ubuntu devel for 'unstable', 'testing', 'devel'.

c96f822... by Scott Moser

build: Be more explicit about creating user in container.

Explicitly create a user in build. Previously a user was created
as a side effect of trying to run a command as that user in the
container.

09436be... by Robie Basak

Revert "Merge ~smoser/usd-importer:cleanup/build-cleanups"

This reverts commit 8450e61c33dd6b634c9d3178e71e63ea6d92d433, reversing
changes made to aeec44edd8f54bff883fb68e4936a1a09156ac0c. It turns out
that merge regressed the build-source command.

LP #1799300

8450e61... by Robie Basak

Merge ~smoser/usd-importer:cleanup/build-cleanups

https://code.launchpad.net/~smoser/usd-importer/+git/usd-importer/+merge/355804

aeec44e... by Robie Basak

Add cargo to whitelist