#!/bin/bash

set -eu
set -o pipefail

cd "${AUTOPKGTEST_TMP}"
lb config --verbose --updates false --security false
lb build --verbose
ls -l
