-
be31287...
by
Dan Watkins
on 2020-03-11
-
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
on 2020-01-15
-
releasing cloud-init version 19.4-33-gbb4131a2-0ubuntu1~19.10.1
-
77c987c...
by
Chad Smith
on 2020-01-15
-
update changelog (New upstream snapshot 19.4-33-gbb4131a2).
-
7c3f6c6...
by
Chad Smith
on 2020-01-15
-
merge from origin/master at 19.4-33-gbb4131a2
-
bb4131a...
by
Conrad Hoffmann <email address hidden>
on 2020-01-14
-
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
on 2020-01-14
-
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
on 2020-01-10
-
ssh_auth_key_fingerprints_disable test: fix capitalization (#165)
Adapt the test to the new capitalization introduced in
8116493950e7c47af0ce66fc1bb5d799ce5e477a.
-
c911afb...
by
Igor Galić <email address hidden>
on 2020-01-10
-
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
on 2020-01-10
-
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
on 2020-01-08
-
lp-to-git-users: adding OddBloke (#159)
Mapped from daniel-thewatkins