From: Mark Wooding Date: Tue, 5 May 2020 19:50:25 +0000 (+0100) Subject: Merge branch 'master' into deploy.spirit X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-chroot/commitdiff_plain/8cc02f292047f4dbfa8b31d3cd8e078bc3658fe8?hp=7443a1fb8c8fe573ad5e3c594e2585af6c5ce9ee Merge branch 'master' into deploy.spirit * master: Makefile: Add a new thing for running arbitrary commands. Makefile: Change the tag for maintenance to be `MAINT'. Makefile: Fix `squote' to have the right number of `\'s. bin/chroot-maint: Run `ldconfig' after an update. bin/chroot-maint: Fix mistakenly indented file-contents literals. --- diff --git a/etc/apt-conf.d/90local b/etc/apt-conf.d/90local new file mode 100644 index 0000000..d3febb3 --- /dev/null +++ b/etc/apt-conf.d/90local @@ -0,0 +1,5 @@ +### -*-conf-*- + +Acquire { + http::Proxy "http://localhost:3142/"; +} diff --git a/etc/aptsrc.local.conf b/etc/aptsrc.local.conf new file mode 100644 index 0000000..369b2b3 --- /dev/null +++ b/etc/aptsrc.local.conf @@ -0,0 +1,4 @@ +### -*-conf-*- + +subscribe + distorted : experimental diff --git a/etc/aptsrc.site.conf b/etc/aptsrc.site.conf new file mode 120000 index 0000000..96d10a9 --- /dev/null +++ b/etc/aptsrc.site.conf @@ -0,0 +1 @@ +/etc/apt/aptsrc.conf \ No newline at end of file diff --git a/local.mk b/local.mk new file mode 100644 index 0000000..e903917 --- /dev/null +++ b/local.mk @@ -0,0 +1,11 @@ +### -*-makefile-*- + +APTSRC = etc/aptsrc.site.conf etc/aptsrc.local.conf +TOOLSARCH = amd64 + +SCHROOT_COPYFILES += /etc/apt/trusted.gpg.d/distorted.gpg + +NATIVE_ARCHS = i386 amd64 +FOREIGN_ARCHS = armel armhf arm64 + +LOCAL = /usr/local.schroot