[Cryptech-Commits] [releng/alpha] branch master updated: Add Ubuntu 20.04 (Focal Fossa) packages

git at cryptech.is git at cryptech.is
Sat Sep 12 00:29:31 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 2b3e202  Add Ubuntu 20.04 (Focal Fossa) packages
2b3e202 is described below

commit 2b3e202f283926268c94b0227c18643a418f8c41
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri Sep 11 20:32:37 2020 -0400

    Add Ubuntu 20.04 (Focal Fossa) packages
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index fcbd30c..f846349 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,8 @@ 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,${D}/i386 ${D}/amd64)
+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)
 
 # 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