projects
/
invirt/packages/invirt-dev.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't put globs in quotes
[invirt/packages/invirt-dev.git]
/
reprepro-env
1
#!/bin/sh
2
set -e
3
export HOME=/home/repository
4
exec sudo -H -u repository /usr/bin/reprepro -b /srv/repository --ignore=wrongdistribution "$@"
5