X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=debdev;h=484449b706e93b229c2f621f3c41fc506c1974be;hp=35f5c6a52c4537fa318a909d54efb86b2ab88f6a;hb=a2b10ee49006d44009d94f7615d48a6f150ad038;hpb=a9d0c4ba0a2e673d742180dadb11acc74a3fcd6f diff --git a/debdev b/debdev index 35f5c6a..484449b 100755 --- a/debdev +++ b/debdev @@ -12,7 +12,7 @@ if ! schroot -la | grep -q "session:$SESSID"; then schroot -b -c "$schroot" -n "$SESSID" # work around for system groups schroot -r -c session:$SESSID -u root -- addgroup --system staff || true - 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 python-keyrings.alt wget gnupg2 ubuntu-dev-tools python3-debian qemu-kvm qemu-utils + 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 python-keyrings.alt wget gnupg ubuntu-dev-tools python3-debian qemu-kvm qemu-utils schroot -r -c session:$SESSID -u root -- apt-get install -y locales-all || true #sudo mount -o bind /etc/schroot/ $(schroot --location -c session:$SESSID)/etc/schroot/ fi