Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
537d2ec2
Commit
537d2ec2
authored
5 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Install bsd-mailx for the tester | refs
#29352
parent
a489b51c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
2.Common_services/1.Postfix/0_setup.py
+1
-1
1 addition, 1 deletion
2.Common_services/1.Postfix/0_setup.py
pkgs_envsetup.py
+1
-0
1 addition, 0 deletions
pkgs_envsetup.py
with
2 additions
and
1 deletion
2.Common_services/1.Postfix/0_setup.py
+
1
−
1
View file @
537d2ec2
...
...
@@ -15,7 +15,7 @@ def setup(interactive=True):
dir_path
=
utils
.
get_dir
(
__file__
)
server
=
utils
.
get_conf
(
'
EMAIL_SMTP_SERVER
'
,
''
)
cmds
=
[
'
DEBIAN_FRONTEND=noninteractive apt-get install -y postfix
bsd-mailx
'
,
'
DEBIAN_FRONTEND=noninteractive apt-get install -y postfix
'
,
dict
(
line
=
'
write
'
,
template
=
'
%s/main.cf
'
%
dir_path
,
target
=
'
/etc/postfix/main.cf
'
,
params
=
(
(
'
{{ hostname }}
'
,
hostname
),
(
'
{{ smtp }}
'
,
server
),
...
...
This diff is collapsed.
Click to expand it.
pkgs_envsetup.py
+
1
−
0
View file @
537d2ec2
...
...
@@ -3,6 +3,7 @@
from
subprocess
import
run
,
DEVNULL
,
PIPE
PACKAGES
=
[
"
bsd-mailx
"
,
# for "mail" command used in tester
"
python3-defusedxml
"
,
"
python3-openssl
"
,
"
python3-psutil
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment