chiark / gitweb /
distorted-chroot
4 years agobin/update-cross-tools: Don't try to substitute GnuPG.
Mark Wooding [Tue, 10 Sep 2019 01:46:46 +0000 (02:46 +0100)]
bin/update-cross-tools: Don't try to substitute GnuPG.

It really doesn't work.  Something sees that `/usr/bin/gpg' exists, and
then expects the whole thing to work.  Don't bother.

4 years agoMakefile: Don't try to rebuild chroots when cross tools are updated.
Mark Wooding [Tue, 10 Sep 2019 01:44:46 +0000 (02:44 +0100)]
Makefile: Don't try to rebuild chroots when cross tools are updated.

The chroot maintenance doesn't work as make(1).  This needs rethinking.
Stashing these dependencies as recursive make(1) invocations is
hopelessly unsafe.

4 years agoMakefile: Checks for things that sbuild specifically wants.
Mark Wooding [Tue, 10 Sep 2019 01:43:57 +0000 (02:43 +0100)]
Makefile: Checks for things that sbuild specifically wants.

A configuration file is fair enough.  I'm not really sure why it thinks
`apt-get' should be the same on both sides of the wall.

4 years agoMore work in progress.
Mark Wooding [Mon, 9 Sep 2019 12:51:56 +0000 (13:51 +0100)]
More work in progress.

I think it can make native chroots now.  We're most of the way towards
foreign chroots, but the work's not finished yet.

4 years agoAdd in the mess from the original symbiosisware version.
Mark Wooding [Sun, 8 Sep 2019 19:49:01 +0000 (20:49 +0100)]
Add in the mess from the original symbiosisware version.

4 years agoVery rough work-in-progress.
Mark Wooding [Sun, 8 Sep 2019 19:44:58 +0000 (20:44 +0100)]
Very rough work-in-progress.

Doesn't work at all yet.