Skip to content
Snippets Groups Projects
Verified Commit 22451d84 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Add [extra] to the rebuilderd sync configuration

parent f50b91e1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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 = [""]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment