#!/bin/bash

## Copyright (C) 2023 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

set -x
set -e

true "$0: START"

debug_args_maybe=()
debug_args_maybe+=("--remote-derivative-packages" "true")

## XXX: hardcoded path
"$HOME/derivative-maker/help-steps/dm-build-official" "${debug_args_maybe[@]}"

true "$0: END"
