#!/bin/bash

if [ "${DIB_DEBUG_TRACE:-0}" -gt 0 ]; then
    set -x
fi
set -eu
set -o pipefail

if [ -z "$FEDORA_MIRROR" ]; then
    echo "You should specify parameter 'FEDORA_MIRROR'"
    exit 2
fi
