summaryrefslogtreecommitdiff
path: root/tools/build-debian
blob: e589fa4e0b8afcee9e770cb5dc750d266e8fdaf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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