projects
/
invirt/packages/invirt-dev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7409611
)
Include the sudo call in reprepro-env
author
Sam Hartman
<hartmans@mit.edu>
Sun, 15 Jul 2007 18:08:33 +0000
(14:08 -0400)
committer
Sam Hartman
<hartmans@mit.edu>
Sun, 15 Jul 2007 18:08:33 +0000
(14:08 -0400)
svn path=/trunk/packages/sipb-xen-dev/sipb-xen-dev/; revision=7
debian/changelog
patch
|
blob
|
history
reprepro-env
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index
840d2fb
..
952486a
100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-2,7
+2,7
@@
sipb-xen-dev (2) unstable; urgency=low
* Add sipb-xen-repository apache config
- --
+ -- Sam Hartman <hartmans@debian.org> Sun, 15 Jul 2007 14:04:03 -0400
sipb-xen-dev (1) unstable; urgency=low
diff --git
a/reprepro-env
b/reprepro-env
index
458a98a
..
71335a0
100755
(executable)
--- a/
reprepro-env
+++ b/
reprepro-env
@@
-1,5
+1,5
@@
#!/bin/sh
set -e
export HOME=/home/repository
-exec /usr/bin/reprepro "$@"
+exec sudo -u repository /usr/bin/reprepro -b /srv/repository "$@"