projects
/
pennestraat-domotica
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
972b4e9
)
image: update to FreeBSD-14.1
author
Kristof Provost
<kp@FreeBSD.org>
Sun, 16 Jun 2024 18:26:56 +0000
(20:26 +0200)
committer
Kristof Provost
<kp@FreeBSD.org>
Sun, 16 Jun 2024 18:26:56 +0000
(20:26 +0200)
Also we no longer need to set python to 3.11, that's now default.
image/build.sh
patch
|
blob
|
history
diff --git
a/image/build.sh
b/image/build.sh
index
424d535
..
2afb7ac
100755
(executable)
--- a/
image/build.sh
+++ b/
image/build.sh
@@
-2,12
+2,10
@@
set -e
-JAIL=14_
0
-amd64
+JAIL=14_
1
-amd64
PORTS=freebsd
PACKAGES=packagelist
-cp make.conf /usr/local/etc/poudriere.d/${JAIL}-make.conf
-
poudriere bulk \
-j $JAIL -p $PORTS -f $PACKAGES