[23342] in Source-Commits
/svn/athena r22996 - trunk/debathena/third/common
daemon@ATHENA.MIT.EDU (broder@MIT.EDU)
Sun Jun 1 02:06:23 2008
Date: Sun, 1 Jun 2008 02:06:12 -0400 (EDT)
From: broder@MIT.EDU
Message-Id: <200806010606.CAA04953@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2008-06-01 02:06:12 -0400 (Sun, 01 Jun 2008)
New Revision: 22996
Modified:
trunk/debathena/third/common/debathenificator.sh
Log:
The apt-get source should not run as root
Modified: trunk/debathena/third/common/debathenificator.sh
===================================================================
--- trunk/debathena/third/common/debathenificator.sh 2008-06-01 05:54:46 UTC (rev 22995)
+++ trunk/debathena/third/common/debathenificator.sh 2008-06-01 06:06:12 UTC (rev 22996)
@@ -39,7 +39,7 @@
echo "Building source for $name-$daversion on $dist_arch" >&2
if ! [ -e "${name}_$version.dsc" ]; then
- schroot -c "$chroot" -u root -- apt-get -d source "$name"
+ schroot -c "$chroot" -- apt-get -d source "$name"
fi
if ! [ -e "${name}_$daversion.dsc" ]; then