- 02 Nov, 2020 1 commit
-
-
Thomas Goirand authored
-
- 14 Oct, 2020 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 07 Sep, 2020 6 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
Release 3.2.1
-
- 20 Aug, 2020 1 commit
-
-
Zuul authored
-
- 19 Aug, 2020 2 commits
-
-
Paul Belanger authored
This breaks having git as a package-install in other elements. And results in diskimage-builder always erasing git on the image. This reverts commit 3c650255. Change-Id: Ifb18c4243aa08055d98602aa4fdb30b16dae061d
-
Zuul authored
-
- 18 Aug, 2020 8 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Matthew Thode authored
Adds: 1. grub-efi package mappings 2. efi-64 support 3. default (openrc) arm64 profile 4. systemd arm64 profile Cleans up the keywords and use flags in 02-gentoo-02-flags. Most stuff was stablized. Also cleaned up some formatting for the if statements. Enables less trusted overlays (up to the end user to verify). in 10-gentoo-image I cleaned up some bash lint things as well. using && instead of -a and avoiding $? Change-Id: I3dffe1aab4bbdc4946a9bf2269bf0cde49529a4e
-
Pierre Crégut authored
For Bios and EFI compatibility, grub must be installed twice. This patch adds the bios version when EFI is selected. The GPT EFI block partitioning already adds the bios partition, but the bootloader only called grub once. Change-Id: Iee6c8b3b97b3cfff4562bcb30a50800f5ade894a Closes-Bug: #1889089
-
- 17 Aug, 2020 1 commit
-
-
Ian Wienand authored
Update for Fedora 32 support. Change-Id: I51c5645856a76e2877c013d72e9849a758ba12ff
-
- 12 Aug, 2020 2 commits
-
-
Riccardo Pittau authored
The packages yum-utils and python-lzma have python 2 dependencies and they're not present for Ubuntu Focal. The package zypper should not be installed as it's not used. Closes-Bug: 1891299 Change-Id: I3c96ae7ebb814973b77b4a1b966c39658acc5683
-
Riccardo Pittau authored
Depends-On: https://review.opendev.org/738442 Change-Id: Iaebcaabd5c0715d09541cc3f39b257c35f00cd1f
-
- 11 Aug, 2020 2 commits
-
-
Julia Kreger authored
NetworkManager takes a distinctly differnet network management approach and the bulk of the dhcp-all-interfaces code is largely targetted at distribution specific configuration. Some which may or may not override settings, or only partially assert desirable settings. As such, we need to set appropriate configuration, such as the correct client to be used, and timeouts based upon user supplied settings. By default this change sets the client to be dhclient on redhat styled machines, as the packaging default, while it works for ramdisk usage, it does not reset the interface between retries, which can be critical if the infrastucture operator is attempting to configure LACP trunks to the end node. Change-Id: I0e0cfbdbf7ef2b2861b934ccd7dab9d83a35c8f0 Story: 2008001 Task: 40648
-
Carlos Goncalves authored
Git is a build-time dependency that should not end up in the final image should source-repositories be the only element requiring it at image build time. Change-Id: Id0798c0a753f893d02c2d13fddea0c04b28cb7ca
-
- 07 Aug, 2020 6 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
gugug authored
glance-registry service was deprecated in Queens release and has been removed in Victoria [1]. [1] https://review.opendev.org/#/c/738671/ Change-Id: Id2dfc3455b377b885521556f37f4b0f2da197655
-
Ian Wienand authored
We are at the point that all distributions we are building have Python 3, so any tools running in the chroot can assume Python 3 exists. This makes dib-python redundant; mark it as deprecated and start to remove it from elements where it is no longer required. Change-Id: I5d852843ec65d3b04444b77c54c5b82424455cd8
-
Ian Wienand authored
CentOS 7 is the only distro we support currently that doesn't have Python 3 installed in some form in the base images. For centos 7 add an early install of it in the yum element so we can have all the in-chroot scripts assume Python 3. There is only one package that causes issues; yaml which comes from EPEL. Everywhere else it is a base package, but we don't have a way to say "enable epel to install this". Just hack it in, we don't want to go reworking the world for CentOS 7 at this point. Also add python3 and it's yaml library to the centos 8 path. This brings in the "user" python3 in /urs/bin/python3 (the "system" python3 is already installed). Again, this just lets us assume /usr/bin/python3 in scripts for all platforms. package-installs is one of these things running python in the chroot, and unfortunately we have elements that use it at 01- level in pre-installd. Thus to make sure python3 is there nice and early, run it at 0 level, but make sure it comes after yum/dnf update. Change-Id: I088fc4284e889147ca9a375d4a159264cff53484
-
- 04 Aug, 2020 1 commit
-
-
Daniel Bengtsson authored
Update the minversion parameter to use the python -m pip to install python packages: https://tox.readthedocs.io/en/latest/changelog.html#id185 It's recommend to use this. Change-Id: Ifd00b2f45533402d0f69ea53b6b3a7d5922691a7
-
- 27 Jul, 2020 1 commit
-
-
Pierre Crégut authored
Change present in debian-minimal pushed to ubuntu-minimal. Change-Id: I736bffe6dd9fb57e450505d62c6ca000f678ded2 Closes-Bug: #1889076
-
- 24 Jul, 2020 1 commit
-
-
Zuul authored
-
- 20 Jul, 2020 1 commit
-
-
Jeffrey Zhang authored
Other architectures are stored under "altarch" for CentOS 7, update the match. Convert the delimiters to "," to avoid a subtle problem with "|" -- POSIX states Within the BRE and the replacement, the BRE delimiter itself can be used as a literal character if it is preceded by a backslash. So "s|\(foo\|bar\)|moo|" doesn't do what you might think; the inner pipe becomes a literal | and this will *not* match "foo" or "bar". Change-Id: Ic1642325e3a59a10453c356d8d839ce649812af8
-
- 17 Jul, 2020 1 commit
-
-
vmud213 authored
Change-Id: I0b4c5d8fa5a45aeb4d5d999ca5b7e0798162b92b
-
- 14 Jul, 2020 2 commits
-
-
Matthew Thode authored
Change-Id: Id58e53a592b5f4601b893ba6c828bad07942b07b Signed-off-by:Matthew Thode <mthode@mthode.org>
-
Zuul authored
-