Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
22451d84
Verified
Commit
22451d84
authored
May 01, 2020
by
Jelle van der Waa
🚧
Browse files
Add [extra] to the rebuilderd sync configuration
Signed-off-by:
Jelle van der Waa
<
jelle@vdwaa.nl
>
parent
f50b91e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/rebuilderd/tasks/main.yml
View file @
22451d84
...
...
@@ -24,5 +24,8 @@
-
name
:
enable and start rebuilderd
systemd
:
name=rebuilderd enabled=yes state=started
-
name
:
enable and start rebuilderd timer
-
name
:
enable and start rebuilderd
core
timer
systemd
:
name=rebuilderd-sync@archlinux-core.timer enabled=yes state=started
-
name
:
enable and start rebuilderd extra timer
systemd
:
name=rebuilderd-sync@archlinux-extra.timer enabled=yes state=started
roles/rebuilderd/templates/rebuilderd-sync.conf.j2
View file @
22451d84
...
...
@@ -4,3 +4,10 @@ suite = "core"
architecture = "x86_64"
source = "https://mirror.pkgbuild.com/core/os/x86_64/core.db"
excludes = ["gcc*"]
[profile."archlinux-extra"]
distro = "archlinux"
suite = "extra"
architecture = "x86_64"
source = "https://mirror.pkgbuild.com/extra/os/x86_64/extra.db"
excludes = [""]
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment