#!/bin/sh set -e LOCALDIR="$(dirname $0)" if [ -d "$LOCALDIR/.git" -a -f "$LOCALDIR/functions" ]; then . "$LOCALDIR/functions" else . /usr/share/mgatools/functions fi if [ $# != 2 ]; then echo "Usage: $0 [--dry-run]
" >&2 exit 1 fi release="$1" section="$2" update_distro_hdlist "$release" "$section" "backports_testing" update_distro_hdlist "$release" "$section" "backports" update_common_MD5SUM "$release" mirror_repository "$release"