Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge v2 onto master (v3) #25

Merged
merged 5 commits into from
Jun 6, 2024
Merged

Conversation

cderici
Copy link

@cderici cderici commented Jun 6, 2024

Merge v2

#24 - Noninteractive frontend for apt-get

No conflicts.

cderici added 5 commits June 5, 2024 21:51
…able

DEBIAN_FRONTEND=noninteractive is used for disabling all interactions
on frontends of commands like apt-get, dpkg, etc.

https://bugs.launchpad.net/juju/+bug/2011637 reports that their
upgrade was stuck in a grub prompt during an apt-get install. This
change preceeds all apt-get commands with the
DEBIAN_FRONTEND=noninteractive env variable to ensure no prompts or
interactions happen during apt-get.

According to the `man 7 debconf`, this env variable "makes the default
answers be used for all questions".
…6135

Noninteractive frontend for apt-get
@cderici cderici requested a review from hpidcock June 6, 2024 19:59
Copy link
Member

@hpidcock hpidcock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cderici cderici merged commit ef4fa4a into juju:master Jun 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants