View | Details | Raw Unified | Return to bug 247448 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	poudriere
3
PORTNAME=	poudriere
4
DISTVERSION=	3.3.4
4
DISTVERSION=	3.3.4
5
PORTREVISION=	0
5
PORTREVISION=	1
6
CATEGORIES=	ports-mgmt
6
CATEGORIES=	ports-mgmt
7
MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
7
MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
8
		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
8
		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
(-)files/patch-src_share_poudriere_jail.sh (+11 lines)
Line 0 Link Here
1
--- src/share/poudriere/jail.sh.orig	2020-06-20 21:37:00 UTC
2
+++ src/share/poudriere/jail.sh
3
@@ -1138,7 +1138,7 @@ shift $((OPTIND-1))
4
 post_getopts
5
 
6
 METHOD=${METHOD:-ftp}
7
-CLEANJAIL=${CLEAN:-none}
8
+CLEANJAIL=${CLEANJAIL:-none}
9
 if [ -n "${JAILNAME}" -a ${CREATE} -eq 0 ]; then
10
 	_jget ARCH ${JAILNAME} arch || :
11
 	_jget JAILFS ${JAILNAME} fs || :

Return to bug 247448