#!/bin/bash

## Copyright (C) 2023 - 2023 ENCRYPTED SUPPORT LP <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
~/derivative-maker/help-steps/dm-build-official "${debug_args_maybe[@]}"

true "$0: END"
