Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
5d9d0843
Commit
5d9d0843
authored
Dec 29, 2020
by
Giancarlo Razzolini
Browse files
Merge branch 'mailman_redirect' into 'master'
Mailman redirect See merge request
!251
parents
fa29752e
a40f8632
Pipeline
#4242
passed with stage
in 41 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
roles/redirects/defaults/main.yml
View file @
5d9d0843
...
...
@@ -4,6 +4,10 @@
# - type: HTTP status code to use (302 = temporary redirect, 301 = permanent redirect
#)
redirects
:
-
mailman
:
domain
:
mailman.archlinux.org
to
:
https://lists.archlinux.org$request_uri
type
:
301
-
static.conf
:
domain
:
static.conf.archlinux.org
to
:
https://gitlab.archlinux.org/archlinux/conf-files/-/raw/master$request_uri
...
...
tf-stage1/archlinux.tf
View file @
5d9d0843
...
...
@@ -236,7 +236,7 @@ locals {
ipxe
=
{
value
=
"www"
}
"luna2._domainkey.aur"
=
{
value
=
"luna2._domainkey"
}
"luna2._domainkey.lists"
=
{
value
=
"luna2._domainkey"
}
mailman
=
{
value
=
"
apollo
"
}
mailman
=
{
value
=
"
redirect
"
}
packages
=
{
value
=
"www"
}
planet
=
{
value
=
"www"
}
projects
=
{
value
=
"luna"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment