summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-24 21:54:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:06:12 +0100
commit92d3d856e62705e6d0bce4c5453038384bb1464b (patch)
treec6ae9f31f2ed2d8ed81cbcdf6b51c26cd68c4864
parentarch_builder work. (diff)
downloadprofiles-92d3d856e62705e6d0bce4c5453038384bb1464b.tar.gz
profiles-92d3d856e62705e6d0bce4c5453038384bb1464b.tar.xz
Pacman module makepkg.
-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 8c593d6..325ab3f 100644
--- a/manifests/arch_builder.pp
+++ b/manifests/arch_builder.pp
@@ -53,4 +53,9 @@ class profiles::arch_builder (
content => hash2yaml({ 'packages' => $package_list }, $yaml_settings),
}
+
+ class { 'pacman::makepkg':
+ makeflags => '-j4',
+ packager => 'Hugo Hörnquist (automatically) <>',
+ }
}