[Cryptech-Commits] [releng/alpha] branch master updated: Add armhf and Debian Buster, drop Debian Stretch.

git at cryptech.is git at cryptech.is
Tue Sep 3 02:42:00 UTC 2019


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 c97d257  Add armhf and Debian Buster, drop Debian Stretch.
c97d257 is described below

commit c97d257280100f405186c69b6b811aa9d8ad73d1
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Sep 2 22:41:09 2019 -0400

    Add armhf and Debian Buster, drop Debian Stretch.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 3666b5f..36b4598 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,8 @@ REPO_UMASK	 := 002
 # Debian clean-room package builder setup
 
 PBUILDER_BASE	 := ${HOME}/pbuilder
-PBUILDER_DISTS   := debian/jessie debian/stretch ubuntu/xenial ubuntu/bionic
-PBUILDER_TARGETS := $(foreach D,${PBUILDER_DISTS}, ${D}/i386 ${D}/amd64)
+PBUILDER_DISTS   := debian/stretch debian/buster ubuntu/xenial ubuntu/bionic
+PBUILDER_TARGETS := $(foreach D,${PBUILDER_DISTS}, ${D}/i386 ${D}/amd64 ${D}/armhf)
 
 # 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