source: trunk/packages/sipb-xen-dev/sipb-xen-dev/reprepro-env @ 7

Last change on this file since 7 was 7, checked in by hartmans, 17 years ago

Include the sudo call in reprepro-env

  • Property svn:executable set to *
File size: 114 bytes
Line 
1#!/bin/sh
2set -e
3export HOME=/home/repository
4exec sudo -u repository  /usr/bin/reprepro -b /srv/repository "$@"
5
Note: See TracBrowser for help on using the repository browser.