Add apache config for the repository
[invirt/packages/invirt-dev.git] / reprepro-env
1 #!/bin/sh
2 set -e
3 export HOME=/home/repository
4 exec /usr/bin/reprepro "$@"
5