aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--reprepro-conf/distributions16
2 files changed, 18 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8435111..131df63 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,8 @@ REPO_UMASK := 002
# Debian clean-room package builder setup
PBUILDER_BASE := ${HOME}/pbuilder
-PBUILDER_TARGETS := debian/jessie/i386 debian/jessie/amd64 ubuntu/xenial/i386 ubuntu/xenial/amd64
+PBUILDER_DISTS := debian/jessie debian/stretch ubuntu/xenial ubuntu/bionic
+PBUILDER_TARGETS := $(foreach D,${PBUILDER_DISTS}, ${D}/i386 ${D}/amd64)
# Where we upload the final results (if we do)
diff --git a/reprepro-conf/distributions b/reprepro-conf/distributions
index 4d06b15..bbfc925 100644
--- a/reprepro-conf/distributions
+++ b/reprepro-conf/distributions
@@ -13,3 +13,19 @@ Architectures: i386 amd64 source
Components: main
Description: cryptech.is APT Repository
SignWith: yes
+
+Origin: cryptech.is
+Label: cryptech.is APT repository
+Codename: stretch
+Architectures: i386 amd64 source
+Components: main
+Description: cryptech.is APT Repository
+SignWith: yes
+
+Origin: cryptech.is
+Label: cryptech.is APT repository
+Codename: bionic
+Architectures: i386 amd64 source
+Components: main
+Description: cryptech.is APT Repository
+SignWith: yes