summaryrefslogtreecommitdiffstats
path: root/bin/d-i_manual.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-10 01:59:40 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-10 01:59:40 +0100
commitde2560b32f169e442ba6935b2e49414cedabcb39 (patch)
tree45d9f680c74ff939ac88f88e524c338ec113c74a /bin/d-i_manual.sh
parente98321de8f6002d6ed056b23ecdfcd0732ac153a (diff)
downloadjenkins.debian.net-de2560b32f169e442ba6935b2e49414cedabcb39.tar.xz
less sudo
Diffstat (limited to 'bin/d-i_manual.sh')
-rwxr-xr-xbin/d-i_manual.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh
index eddbc3ad..e61f9774 100755
--- a/bin/d-i_manual.sh
+++ b/bin/d-i_manual.sh
@@ -2,7 +2,6 @@
# Copyright 2012 Holger Levsen <holger@layer-acht.org>
# released under the GPLv=2
-
set -x
set -e
@@ -19,7 +18,7 @@ rm -fv *.deb *.dsc *_*.build *_*.changes *_*.tar.gz
# prepare build
#
cd manual
-sudo pdebuild
+pdebuild
if [ -f /var/base.tgz ] ; then
sudo pbuilder --create
else