#!/bin/bash set -e if [ $# -ne 1 ]; then echo "usage: ./build " 1>&2 exit 1 fi arm-koji build $1 `fedpkg giturl`