projects
/
pennestraat-domotica
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f232d3
)
image: install custom make.conf
author
Kristof Provost
<kp@FreeBSD.org>
Tue, 5 Mar 2024 21:38:34 +0000
(22:38 +0100)
committer
Kristof Provost
<kp@FreeBSD.org>
Tue, 5 Mar 2024 21:38:34 +0000
(22:38 +0100)
We need to use python3.11, which isn't ports default so tweak the
poudriere ports build to default to the correct python version.
image/build.sh
patch
|
blob
|
history
diff --git
a/image/build.sh
b/image/build.sh
index
314359c
..
424d535
100755
(executable)
--- a/
image/build.sh
+++ b/
image/build.sh
@@
-6,6
+6,8
@@
JAIL=14_0-amd64
PORTS=freebsd
PACKAGES=packagelist
+cp make.conf /usr/local/etc/poudriere.d/${JAIL}-make.conf
+
poudriere bulk \
-j $JAIL -p $PORTS -f $PACKAGES