Fix the distribution in the changelog
[invirt/packages/invirt-dev.git] / reprepro-env
1 #!/bin/sh
2 set -e
3 export HOME=/home/repository
4 exec sudo -u repository  /usr/bin/reprepro -b /srv/repository "$@"
5