From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 22:59:45 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2015E2A8 for ; Tue, 23 Dec 2014 22:59:45 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A00A64882 for ; Tue, 23 Dec 2014 22:59:36 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id b13so10150047wgh.17 for ; Tue, 23 Dec 2014 14:59:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=U1UwYrbVxmDopZ/h++DuiCJEo0sLdkgXqA9yIYlk+Lc=; b=UqOXMxi3jUbokDxWfKlQWbJ7g0QcgZzOv3O74aO3ilidCbfVZQAbaT6N9hT/8cTcRK Ce2qQ9s4i6XzfRc8WnoH/UpIU1S8WAnJks4DrI4eZ0oDHTWG06LhGRXid0Zs/DlHUcv7 tvSb911/PpHS4UyDheF57Dtslg55vZotV9ntq3VkIOyB7vrOnsnmkOaD6o1U9lsJikX7 VlBHZtjcotrHpDrQFl1yKuChuSQ4zfK6rkNEV0Ap/sn1kQWm2UImaZQATcIkyvgvlSbN 8li9i/Cp2Z4Ciqh3kA5/QQ1Lf4yh/5ogtE0QnxbZbdVtIzUZULmikfCFBhZCr4O+QCVn 2phw== X-Received: by 10.194.200.1 with SMTP id jo1mr58262752wjc.64.1419375573952; Tue, 23 Dec 2014 14:59:33 -0800 (PST) Received: from gumby.homeunix.com (5ec3c54b.skybroadband.com. [94.195.197.75]) by mx.google.com with ESMTPSA id je12sm18984202wic.22.2014.12.23.14.59.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Dec 2014 14:59:32 -0800 (PST) Date: Tue, 23 Dec 2014 22:59:30 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: poudriere fetch timeout? Message-ID: <20141223225930.2d251cc4@gumby.homeunix.com> In-Reply-To: <20141223184420.GA38419@vash.rhavenn.local> References: <20141223184420.GA38419@vash.rhavenn.local> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2014 22:59:45 -0000 On Tue, 23 Dec 2014 09:44:20 -0900 Henrik Hudson wrote: > Is there a way to pass a fetch timeout to poudriere when building > ports? > > If I manually fetch the file and set a timeout in my own env it will > work. I don't know how the shell spawning inside of poudriere works > or how to set env variables for it. You don't have to set the timeout in the environment, you can use the -T option in FETCH_BEFORE_ARGS in whatever make.conf file poudriere uses.