From 24d90023742273179a4f7816a62d973188f7c3ed Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 15 Jun 2018 12:27:07 -0400 Subject: Add host builds for Debian Stretch and Ubuntu Bionic. NB: this change is not by itself enough to prep the build environment for new platforms, one must also (manually): a) Update the conf/distributions files in the reprepro repositories to include the new codenames; b) Install an updated version of the debootstrap package on the build machine so that it knows how to construct the base environment for the new codenames; and c) Create the initial pbuilder environments fot the new codenames using `pbuilder-dist create`. There may be other steps I've forgotten, it's been a while since we last added a new codename. Per recommendation in the Debian Wiki, the debootstrap package I expect to use for this was manually backported (so that our existing build machine can know how to build for codenames newer than what the build machine itself is running). In this case I'm using the stretch-backports version (to get Ubuntu Bionic). --- reprepro-conf/distributions | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'reprepro-conf') 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 -- cgit v1.2.3