X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=debdev;h=44cc14f009a7215c0c1fa9aeb8b432e556db2824;hp=3854c5c886378582a0060454e69e73a46db7f5e0;hb=3d65cba35270bbf66a13e5de7452a2b091840f9d;hpb=fc2c95cf8faf90b6e22bd1358753c85b1d790a7c diff --git a/debdev b/debdev index 3854c5c..44cc14f 100755 --- a/debdev +++ b/debdev @@ -10,11 +10,9 @@ 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 + # work around for system groups + schroot -r -c session:$SESSID -u root -- addgroup --system staff + 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 python3-debian qemu-kvm qemu-utils #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