m |
m |
||
Line 34: | Line 34: | ||
= Scrapspace = | = Scrapspace = | ||
315 schroot -i -c wheezy-amd64-sbuild | 315 schroot -i -c wheezy-amd64-sbuild | ||
+ | = Reference = | ||
+ | https://wiki.debian.org/sbuild |
Contents |
sudo sh -c 'echo /var/cache/apt/archives /var/cache/apt/archives none rw,bind 0 0 >>/etc/schroot/sbuild/fstab'
enter shell, then:
dir=/var/cache/ccache-sbuild install --group=sbuild --mode=2775 -d $dir env CCACHE_DIR=$dir ccache --max-size 4G cat >>/etc/schroot/sbuild/fstab <<END $dir $dir none rw,bind 0 0 END
then
296 vi /var/cache/ccache-sbuild/sbuild-setup 297 chmod +x /var/cache/ccache-sbuild/sbuild-setup
Install ccache inside the chroot by running
schroot -c source:$dist-$arch-sbuild apt-get install ccache
and edit the corresponding configuration file in /etc/schroot/chroot.d/ by appending the line
command-prefix=/var/cache/ccache-sbuild/sbuild-setup
https://wiki.ubuntu.com/SimpleSbuild#Local_packages
sbuild-createchroot --make-sbuild-tarball=/var/lib/sbuild/jessie-amd64.tar.gz jessie `mktemp -d` http://ftp.at.debian.org/debian
schroot --info --all-sessions | grep Path
sbuild-adduser <username>
schroot --list
sbuild-shell source:wheezy-amd64-sbuild
315 schroot -i -c wheezy-amd64-sbuild