Update bash shebangs to use "/usr/bin/env bash" for increased portability
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Generate a minimal filesystem for archlinux and load it into the local
# docker as "archlinux"
# requires root
# Generate a very minimal filesystem based on busybox-static,
# and load it into the local docker under the name "busybox".
set -e
variant='minbase'
repo="$1"
# and load it into the local docker under the name "docker-ut".
# Setup of buildbot configuration. Package installation is being done by
# Vagrantfile
set -x
# Generate a random string of $1 characters
COMMIT=${1-HEAD}
# Variables AWS_ACCESS_KEY, AWS_SECRET_KEY and PG_PASSPHRASE are decoded
# from /root/release_credentials.json
# This script builds various binary artifacts from a checkout of the docker
# This script looks for bundles built by make.sh, and releases them on a
## Run this script from the root of the docker repository
## to query project stats useful to the maintainers.
cd "$(dirname "$BASH_SOURCE")/.."