ubuntu-advantage-script:release-26

Last commit made on 2021-04-07
Get this branch:
git clone -b release-26 https://git.launchpad.net/ubuntu-advantage-script

Branch merges

Branch information

Name:
release-26
Repository:
lp:ubuntu-advantage-script

Recent commits

3b71d46... by Grant Orndorff

changelog modifications for 26.3 release

9df7cc5... by Lucas Albuquerque Medeiros de Moura

cli: pass assume_yes param to services on detach

Currently, we are not passing the assume_yes parameter
to each service that we will disable during a detach
operation. We are now updating detach to pass assume_yes
for all services that it will disable during the operation.

Fixes: #1530

90b2522... by Lucas Albuquerque Medeiros de Moura

changelog for 26.3 release

257f346... by Lucas Albuquerque Medeiros de Moura

d/control: add new debianutils dependency

We are using the ischroot on the is_container function now. This
command is provided by the debianutils package. We are adding it
to the package dependencies.

4d23757... by Lucas Albuquerque Medeiros de Moura

util: improve is_container check for chroot

When on a chroot, we don't want to say that the system is a container
type. To avoid that, we are first calling the ischroot command. If it
returns 0, we assume that we are on a chroot and inform that we
are not in a container

b4c3d84... by Lucas Albuquerque Medeiros de Moura

Make lint and style stage run sequentially

We are experiencing some issues running mypy tests.
We believe that reason is because we are running tox inside
a virtualenv. To fix that, we removing the virtualenv
creation from this stage and also making the jobs in
that stage run sequentially

efa55c3... by Lucas Albuquerque Medeiros de Moura

changelog for 26.2 release

eef3974... by Lucas Albuquerque Medeiros de Moura

Show beta services in status if they are enabled

Currently, we are always hiding beta services from ua status, even
if a beta service is enabled. However, we should always show
the user which services are enabled in the machine by default, being
beta services or not.

Fixes: #1410

113b356... by Lucas Albuquerque Medeiros de Moura

Merge pull request #1382 from lucasmoura/release-26.1-changelog

Release 26.1 changelog

70529b2... by Lucas Albuquerque Medeiros de Moura

changelog for 26.1 release