[Cryptech-Commits] [releng/alpha] branch master updated: Ubuntu 20.04 dropped support for i386

git at cryptech.is git at cryptech.is
Sat Sep 12 03:52:53 UTC 2020


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository releng/alpha.

The following commit(s) were added to refs/heads/master by this push:
     new 0e8cbe8  Ubuntu 20.04 dropped support for i386
0e8cbe8 is described below

commit 0e8cbe8f56aef78acb33c150bfbe37d7f90d2849
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Sep 11 23:55:58 2020 -0400

    Ubuntu 20.04 dropped support for i386
---
 Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index f846349..b20a842 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,10 @@ REPO_UMASK	 := 002
 # Debian clean-room package builder setup
 
 PBUILDER_BASE	 := ${HOME}/pbuilder
-PBUILDER_TARGETS := $(foreach D, debian/stretch debian/buster              , ${D}/i386 ${D}/amd64 ${D}/armhf) \
-                    $(foreach D, ubuntu/xenial  ubuntu/bionic ubuntu/focal , ${D}/i386 ${D}/amd64)
+PBUILDER_TARGETS := \
+	$(addsuffix /amd64, debian/stretch debian/buster ubuntu/xenial ubuntu/bionic ubuntu/focal) \
+	$(addsuffix /i386,  debian/stretch debian/buster ubuntu/xenial ubuntu/bionic) \
+	$(addsuffix /armhf, debian/stretch debian/buster)
 
 # Where we upload the final results (if we do)
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list