#!/bin/sh -eu

BASE=$HOME/apt.postgresql.org/source-repo

exec flock $BASE /usr/bin/reprepro -b $BASE "$@"
