Package workstation tools, reuse emulator sessions, and derive build versions
This commit is contained in:
@@ -3,6 +3,8 @@ source "$(dirname -- "${BASH_SOURCE[0]}")/lib.sh"
|
||||
[[ $# == 0 ]] || die 'Usage: tools/prepare-void'
|
||||
"$FDS_ROOT/tools/prepare-void-workspace"
|
||||
check_void_pin
|
||||
"$FDS_ROOT/tools/version" >"$FDS_VOID/fds-version.next"
|
||||
mv "$FDS_VOID/fds-version.next" "$FDS_VOID/fds-version"
|
||||
# xbps-src reads this ignored local configuration instead of user-global settings.
|
||||
if [[ -f $FDS_VOID/etc/conf ]] && ! cmp -s "$FDS_ROOT/config/xbps-src.conf" "$FDS_VOID/etc/conf"; then
|
||||
die '.host/void-packages/etc/conf differs from config/xbps-src.conf; reconcile it explicitly'
|
||||
|
||||
Reference in New Issue
Block a user