#!/bin/bash -e ## tools/build-builder ## ## Builds a Debian package for the current tree. Output in ./target/debian. ## ## Requires the Debian builder (see tools/build-builder). cd "$(dirname "$0")/.." docker run \ --rm \ --interactive \ --tty \ --volume "$PWD:/app" \ "aws-autoscaling-dns-builder:$(tools/version)" \ cargo deb