From 1862f3e4af6909f2592c14d2e52c4213e8b4d1b7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 11 Feb 2011 10:12:37 -0800 Subject: [PATCH] no sudo --- build_snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_snapshot.sh b/build_snapshot.sh index 8d0dc466..fbcd8c76 100755 --- a/build_snapshot.sh +++ b/build_snapshot.sh @@ -21,6 +21,6 @@ vers=`cat $versionfile` $bindir/build_dsc.sh $releasedir $vers 1 $dists -sudo $bindir/build_debs.sh $releasedir $pbuilddir $vers +$bindir/build_debs.sh $releasedir $pbuilddir $vers $bindir/sign_debs.sh $releasedir $vers -- 2.39.5