summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/arch_builder.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/arch_builder.pp b/manifests/arch_builder.pp
index f3fd3a4..85868e5 100644
--- a/manifests/arch_builder.pp
+++ b/manifests/arch_builder.pp
@@ -53,6 +53,11 @@ class profiles::arch_builder (
content => hash2yaml({ 'packages' => $package_list }, $yaml_settings),
}
+ # TODO fetch actuall aur-runner...
+ # https://git.hornquist.se/aur-runner/
+
+ # TODO run it on loop somehow
+
class { 'pacman::makepkg':
makeflags => '-j4',