chiark / gitweb /
@@@ distorted.org.uk local configuration.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 8 Sep 2019 19:59:31 +0000 (20:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 11 Sep 2019 11:05:57 +0000 (12:05 +0100)
Eventually this wants to be split off into a separate branch, but not yet.

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]
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..d3febb3
--- /dev/null
@@ -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 (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
diff --git a/local.mk b/local.mk
new file mode 100644 (file)
index 0000000..d03d156
--- /dev/null
+++ b/local.mk
@@ -0,0 +1,12 @@
+### -*-makefile-*-
+
+LVPREFIX = t.
+
+APTSRC = etc/aptsrc.site.conf etc/aptsrc.local.conf
+TOOLSARCH = amd64
+
+SCHROOT_COPYFILES += /etc/apt/trusted.gpg.d/distorted.gpg
+
+DISTS = $(PRIMARY_DIST)
+NATIVE_ARCHS = $(MYARCH) amd64
+FOREIGN_ARCHS = arm64