~rcj/ubuntu/+source/ubuntu-image:bug/lp1807750_missing_sudo_dependency

Last commit made on 2018-12-10
Get this branch:
git clone -b bug/lp1807750_missing_sudo_dependency https://git.launchpad.net/~rcj/ubuntu/+source/ubuntu-image
Only Robert C Jennings can upload to this branch. If you are Robert C Jennings please log in for upload directions.

Branch merges

Branch information

Name:
bug/lp1807750_missing_sudo_dependency
Repository:
lp:~rcj/ubuntu/+source/ubuntu-image

Recent commits

7d06e9d... by Robert C Jennings

Add missing dependency on 'sudo' (LP: #1807750)

57077b2... by Łukasz Zemczak

Import patches-unapplied version 1.5+19.04ubuntu3 to ubuntu/disco-proposed

Imported using git-ubuntu import.

Changelog parent: b0f1de0c842cef7587a402c1a2e25292461337c2

New changelog entries:
  * Fix --with-proposed handling to properly pass PROPOSED to live-build.

b0f1de0... by Łukasz Zemczak

Import patches-unapplied version 1.5+19.04ubuntu2 to ubuntu/disco-proposed

Imported using git-ubuntu import.

Changelog parent: 47a8945ac4405c7dffd0569b1bb516fe0ef19d75

New changelog entries:
  * Temporarily drop all test environments besides py37. Normally this should
    not be needed at all as we're skipping unsupported environments, but
    because of some unknown reasons some python3.6 lefrovers remain on ADT
    envs causing test failures on arm64 - even though python3.6 has been
    removed completely from the archive. This change will not be committed to
    the vcs.

47a8945... by Łukasz Zemczak

Import patches-unapplied version 1.5+19.04ubuntu1 to ubuntu/disco-proposed

Imported using git-ubuntu import.

Changelog parent: 78d91254ea47a541f06af28001a35bcacbc12eb9

New changelog entries:
  [ Alfonso Sanchez-Beato (email Canonical) ]
  * Fix bug with setting file owners in classic. (LP: #1783577)
  * Add --filesystem option for classic. This gives us the option to use an
    existing unpacked root file system instead of calling live-build to create
    it. (LP: #1782795)
  * Remove content of /boot/grub instead of the full folder, so update-grub
    can still run. (LP: #1791049)
  [ Dimitri John Ledkov ]
  * Add python3.7 to tox commands everywhere.
  [ Łukasz 'sil2100' Zemczak ]
  * Fix handling of --extra-ppas for classic builds. (LP: #1790708)
  * Check for image/boot/<bootloader> for bootfs additional contents also for
    classic builds. Ignore if it does not exist. (LP: #1792561)

78d9125... by Łukasz Zemczak

Import patches-unapplied version 1.4+18.10ubuntu4 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 534d87e40de9c1b9fe2f8506f3639e32eea57cac

New changelog entries:
  * Change the default values of our GadgetYAML voluptuous schema for
    enumerated objects from objects to the strings they represent. Voluptuous
    starting with 0.11.0 started validating default values and apparently the
    way we defined them no longer works. Fixes failing autopkgtests.
    (LP: #1795610)

534d87e... by Łukasz Zemczak

Import patches-unapplied version 1.4+18.10ubuntu3 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: dfe227a28287c3f448627bb0d6db417fcf14b8f1

New changelog entries:
  * Use the r prefix for regex in helpers to make the new pycodestyle happy.
    This essentially fixes all the new u-i ADT qa regressions in cosmic.

dfe227a... by Łukasz Zemczak

Import patches-unapplied version 1.4+18.10ubuntu2 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 01254b701e275d8f4bdba88de4fbd170799bec3d

New changelog entries:
  * Demote the qemu-user-static dependency to Suggests, modify the code to
    gracefully handle the lack of qemu binaries for cross-compilation.
    (LP: #1788177)
  * Add missing information about UBUNTU_IMAGE_QEMU_USER_STATIC_PATH to the
    manpage.

01254b7... by Łukasz Zemczak

Import patches-unapplied version 1.4+18.10ubuntu1 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 89fbcc49e2cbbddfa1c30944c9ca47d30bf636c6

New changelog entries:
  * Add support for classic cross-compilation, add qemu-user-static as a
    dependency. (LP: #1772061)
  * Work-around the API rate limit exceeded failures from github in the
    haschangelog test case by re-writing it not to use python3-github anymore
    and instead check for the PR trivial label manually. (LP: #1690081)
  * Work-around Permission denied errors printing to stderr whenever parted is
    imported, causing some of our basic autopkgtests failing. (LP: #1775085)
  * Fix some coverage and autopkgtest failures per changes in the environment.
    Switch to using deb-packaged voluptuous. (LP: #1782313)
  * Add the new connections: stanza to the gadget.yaml parser. (LP: #1780217)

89fbcc4... by Łukasz Zemczak

Import patches-unapplied version 1.3+18.04ubuntu2 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 32249eb84dd816003d4bc9a027f338cd4e8ba2c0

New changelog entries:
  * Ignore the E722 error on our bare-except statements as those are intended,
    it's a way for us to clean up on errors. (LP: #1741246)

32249eb... by Łukasz Zemczak

Import patches-unapplied version 1.3+18.04ubuntu1 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 5dc94badcea80ab51dbf78b356e182e41094365f

New changelog entries:
  * Remove the snapcraft dependency by moving the gadget tree priming step away
    from ubuntu-image. (LP: #1734655)
  * Add support for defining the livecd-rootfs configuration path through
    an environment variable. (LP: #1734949)