chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/distorted-chroo...
authorMark Wooding <mdw@distorted.org.uk>
Sun, 19 Apr 2020 12:11:51 +0000 (13:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 19 Apr 2020 12:11:51 +0000 (13:11 +0100)
* 'master' of git.distorted.org.uk:~mdw/publish/public-git/distorted-chroot:
  Makefile: Set default freshness to 1 week.

etc/apt-conf.d/90local [new file with mode: 0644]
etc/aptsrc.local.conf [new file with mode: 0644]
etc/aptsrc.site.conf [new symlink]
etc/ccache.conf
local.mk [new file with mode: 0644]

diff --git a/etc/apt-conf.d/90local b/etc/apt-conf.d/90local
new file mode 100644 (file)
index 0000000..d69c64c
--- /dev/null
@@ -0,0 +1,5 @@
+### -*-conf-*-
+
+Acquire {
+       http::Proxy "http://universe.distorted.org.uk:3142/";
+}
diff --git a/etc/aptsrc.local.conf b/etc/aptsrc.local.conf
new file mode 100644 (file)
index 0000000..369b2b3
--- /dev/null
@@ -0,0 +1,4 @@
+### -*-conf-*-
+
+subscribe
+       distorted : experimental
diff --git a/etc/aptsrc.site.conf b/etc/aptsrc.site.conf
new file mode 120000 (symlink)
index 0000000..96d10a9
--- /dev/null
@@ -0,0 +1 @@
+/etc/apt/aptsrc.conf
\ No newline at end of file
index a76ac4116df2e457071b9ac6cb725578ea47a4f1..abb1750c89fe36d6ab3efa78331c79ff3fd72198 100644 (file)
@@ -1,3 +1,3 @@
 ### -*-conf-*-
 
-max_size = 256Mi
+max_size = 2Gi
diff --git a/local.mk b/local.mk
new file mode 100644 (file)
index 0000000..6e41349
--- /dev/null
+++ b/local.mk
@@ -0,0 +1,13 @@
+### -*-makefile-*-
+
+VG = vg-build
+
+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