Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ox-installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
QA
ox-installer
Commits
3885dade
Commit
3885dade
authored
5 years ago
by
daniel.pondruff
Committed by
daniel.pondruff
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
- fix error with dovecot repo version (debian only)
parent
8ede91d5
No related branches found
Branches containing commit
No related tags found
2 merge requests
!7
Issue16 7102
,
!1
Codecept
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
features/dovecot.sh
+1
-1
1 addition, 1 deletion
features/dovecot.sh
with
1 addition
and
1 deletion
features/dovecot.sh
+
1
−
1
View file @
3885dade
...
...
@@ -103,7 +103,7 @@ if [[ "${FEATURE_INSTALL}" = true ]]; then
# Adding dovecot key
apt-key adv
--fetch-keys
https://repo.dovecot.org/DOVECOT-REPO-GPG
{
echo
"deb https://repo.dovecot.org/ce-
latest-
${
DC
_VERSION
}
main"
echo
"deb https://repo.dovecot.org/ce-
${
DC_VERSION
}
-latest/debian/
${
DIST_VERSION
}
${
DIST
_VERSION
}
main"
}
>
/etc/apt/sources.list.d/dovecot.list
elif
[[
true
==
"
${
ANY_SLES
}
"
]]
;
then
...
...
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