cloud-init:ubuntu/daily/eoan

Last commit made on 2020-03-11
Get this branch:
git clone -b ubuntu/daily/eoan https://git.launchpad.net/cloud-init
Members of cloud-init Commiters can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/daily/eoan
Repository:
lp:cloud-init

Recent commits

be31287... by Dan Watkins

d/control: add python3-pytest to Build-Depends (#247)

This fixes upstream daily builds. python3-nose is not removed from
Build-Depends because, currently, the Ubuntu package builds will still
use it for testing.

5995124... by Chad Smith

releasing cloud-init version 19.4-33-gbb4131a2-0ubuntu1~19.10.1

77c987c... by Chad Smith

update changelog (New upstream snapshot 19.4-33-gbb4131a2).

7c3f6c6... by Chad Smith

merge from origin/master at 19.4-33-gbb4131a2

bb4131a... by Conrad Hoffmann <email address hidden>

Only use gpart if it is the BSD gpart (#131)

Currently, cloud-init will happily try to run `gpart` on Linux even
though on most distributions this a different tool [1]. Extend the
availability check to make sure the `gpart` present is really the BSD
variant, to avoid accidental execution.

Also add a pointer to the docs, so that people do not try to install
gpart on Linux in the expectation it will work with this module.

[1] https://github.com/baruch/gpart

863394b... by Gonéri Le Bouder

freebsd: remove superflu exception mapping (#166)

We often map exception when is not necessary. This commit clean up
the FreeBSD distro file.

3f6192b... by Paride Legovini

ssh_auth_key_fingerprints_disable test: fix capitalization (#165)

Adapt the test to the new capitalization introduced in
8116493950e7c47af0ce66fc1bb5d799ce5e477a.

c911afb... by =?utf-8?q?Igor_Gali=C4=87?= <email address hidden>

util: move uptime's else branch into its own boottime function (#53)

Also fix bugs:
- pass binary instead of string to sysctlbyname(), and
- unpack the "return value" in a struct, rather than in single integer.

LP: #1853160

Co-Authored-By: Ryan Harper <email address hidden>

6e7f859... by Chad Smith

workflows: add contributor license agreement checker (#155)

Check whether the pull request submitter has signed the CLA due
to presence of github.actor in tools/.lp-to-git-user

Set 'CLA signed' if present, 'CLA not signed' label if absent

* grep for the full github username in CLA file

Co-authored-by: Daniel Watkins <email address hidden>

3aaa0f2... by Dan Watkins

lp-to-git-users: adding OddBloke (#159)

Mapped from daniel-thewatkins