From: Martin Pitt Date: Tue, 11 Apr 2017 06:16:35 +0000 (+0200) Subject: debdev: Drop setup that moved to /etc/schroot/setup.d/90local X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=506ad6827e28e8ff5ea2741161ec457dca91a70b debdev: Drop setup that moved to /etc/schroot/setup.d/90local --- diff --git a/debdev b/debdev index f5ec8ff..3724948 100755 --- a/debdev +++ b/debdev @@ -10,11 +10,8 @@ fi SESSID="schroot-debdev-$schroot" if ! schroot -la | grep -q "session:$SESSID"; then schroot -b -c "$schroot" -n "$SESSID" - echo 'LANG=C.UTF-8' | schroot -r -c session:$SESSID -u root -- tee -a /etc/default/locale - schroot -r -c session:$SESSID -u root -- apt-get install --no-install-recommends -o Dpkg::Options::="--force-confnew" -y git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion libnss-myhostname lptools python-keyrings.alt wget gnupg2 ubuntu-dev-tools sudo + schroot -r -c session:$SESSID -u root -- apt-get install --no-install-recommends -o Dpkg::Options::="--force-confnew" -y git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion libnss-myhostname lptools python-keyrings.alt wget gnupg2 ubuntu-dev-tools #sudo mount -o bind /etc/schroot/ $(schroot --location -c session:$SESSID)/etc/schroot/ #sudo mount -o bind /srv/ $(schroot --location -c session:$SESSID)/srv - schroot -r -c session:$SESSID -u root -- mount -o remount,suid,dev / - schroot -r -c session:$SESSID -u root -- mount -o remount,suid,dev /tmp fi schroot -r -c session:$SESSID