[Midnightbsd-cvs] [MidnightBSD/src] 842b9c: release: allow VM_EXTRA_PACKAGES to be specified i...
Devin Teske
noreply at github.com
Thu Jul 6 13:46:10 EDT 2023
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 842b9cc6b34afd250a63c7e456d95bc840c955f4
https://github.com/MidnightBSD/src/commit/842b9cc6b34afd250a63c7e456d95bc840c955f4
Author: Brad Davis <brd at FreeBSD.org>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M release/tools/azure.conf
M release/tools/ec2.conf
M release/tools/gce.conf
M release/tools/vagrant.conf
Log Message:
-----------
release: allow VM_EXTRA_PACKAGES to be specified in the environment
This is useful for adding extra packages to the build of an AMI.
For example:
env VM_EXTRA_PACKAGES="zsh" make -C release ec2ami
(cherry picked from commit 83952a5baa337cc257858feb4886d947ba1a60e3)
Commit: 1bd9ca2dacccd2c8b625bf2e1fa8f39ef0ee190e
https://github.com/MidnightBSD/src/commit/1bd9ca2dacccd2c8b625bf2e1fa8f39ef0ee190e
Author: Glen Barber <gjb at FreeBSD.org>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M release/tools/gce.conf
Log Message:
-----------
release: update GCE configuration for python3
Reported by: asomers
PR: 272354
Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd
(cherry picked from commit 3f21d3e0babacabb9a32e0e9a8ab290025d5577c)
Commit: 59589ebfdaffdd0cee6bf80c61096f80c44d5676
https://github.com/MidnightBSD/src/commit/59589ebfdaffdd0cee6bf80c61096f80c44d5676
Author: Devin Teske <dteske at FreeBSD.org>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M usr.sbin/bsdconfig/share/sysrc.subr
Log Message:
-----------
Fix spurious error from sysrc
When using sysrc to modify a file, the file should be created silently.
However, with the introduction of SVN r335280, an error of "No such file
or directory" would appear despite everything else working as-expected.
The nature of this spurious error is that SVN r335280 did not check if
the file exists first, before trying to fixup the line-endings in the
file just prior to modification.
PR: bin/240875
Reported by: Jose Luis Duran
MFC after: 3 days
(cherry picked from commit e19a2226fe3bbeeb6e922987475300868374d09a)
Compare: https://github.com/MidnightBSD/src/compare/7c0a24136b66...59589ebfdaff
More information about the Midnightbsd-cvs
mailing list