From bda68195796a1b16c88a77278219aab17de42530 Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 9 May 2010 10:01:46 +0000 Subject: [PATCH] avoid FETCH_PACKAGES --- infrastructure/build/DPB/Job/Port.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/build/DPB/Job/Port.pm b/infrastructure/build/DPB/Job/Port.pm index 291339146b3..266130ac0ca 100644 --- a/infrastructure/build/DPB/Job/Port.pm +++ b/infrastructure/build/DPB/Job/Port.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Port.pm,v 1.18 2010/05/04 10:10:25 espie Exp $ +# $OpenBSD: Port.pm,v 1.19 2010/05/09 10:01:46 espie Exp $ # # Copyright (c) 2010 Marc Espie # @@ -79,6 +79,7 @@ sub run my $shell = $core->{shell}; $self->redirect($job->{log}); my @args = ($t, "TRUST_PACKAGES=Yes", + "FETCH_PACKAGES=No", "REPORT_PROBLEM='exit 1'", "BULK=No"); if ($job->{special}) { push(@args, "WRKOBJDIR=/tmp/ports");