summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-24 22:43:55 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:06:12 +0100
commit58b98474e37518de6341335c5d6aa4574d2111aa (patch)
treeaca3db982ab995dae9ac935e908c772001dab43f /manifests
parentpacman set dlagent flags. (diff)
downloadprofiles-58b98474e37518de6341335c5d6aa4574d2111aa.tar.gz
profiles-58b98474e37518de6341335c5d6aa4574d2111aa.tar.xz
Arch builder TODOs.
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',