#!/bin/bash

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

set -x
set -e

## XXX
cd ~/sourcesown/qubes-template-whonix

dm-quickgittagsign

cd ~/sourcesother/qubes-builder

whonix_version="17"
qubes_release="4.2"

VMs="whonix-gateway-${whonix_version} whonix-workstation-${whonix_version}"

true "press ctrl + c to abort"
read question

REPO_PROXY="" make RELEASE="$qubes_release" DISTS_VM="$VMs" template-github
