From owner-freebsd-ports@freebsd.org Mon Nov 30 12:50:28 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95040A24888 for ; Mon, 30 Nov 2015 12:50:28 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 751931CB0 for ; Mon, 30 Nov 2015 12:50:28 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 715BBA24887; Mon, 30 Nov 2015 12:50:28 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7101EA24886 for ; Mon, 30 Nov 2015 12:50:28 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C6371CAF for ; Mon, 30 Nov 2015 12:50:28 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by wmec201 with SMTP id c201so153904973wme.0 for ; Mon, 30 Nov 2015 04:50:26 -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=E8WCGSW3VnETGY6gzZoK+3fmuLQREZ6m/f67CW1dL08=; b=nvRgj8VzOirwhUaebvCfDcWLjwl715hiIL5vRs2lLMMnrB1wlOIERoZyOv4Gr7Qamx ny1xTWwPFaShz+nVZMn3l4T3t88FtxB1E2gn6jfyCTfpXPKzbLgNYsLy1TnDKq3OIAe0 PGEIvYH8PHsR91NI4PFkygPraMb2yMQQYdUdkyEiafqjFM0reoujhlOfHAD/S7DVzKfO JJtfNNmvEjiKwXe/toUW14JyC4hav7LEKQw4smqcnkQJHFLvHjbi962LeHGoFlWb8HAX NCy0/hBbWG1BrjldPT/THLLC2zLHuwYOCcC3g6PuZUbmnOTsnat5M1kSvvlE6bJ6Z8Xq KQng== X-Received: by 10.194.78.162 with SMTP id c2mr86195495wjx.112.1448887826509; Mon, 30 Nov 2015 04:50:26 -0800 (PST) Received: from gumby.homeunix.com ([94.8.70.38]) by smtp.gmail.com with ESMTPSA id d10sm46786341wje.14.2015.11.30.04.50.25 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Nov 2015 04:50:25 -0800 (PST) Date: Mon, 30 Nov 2015 12:50:24 +0000 From: RW To: ports@freebsd.org Subject: Re: Is it possible to specify which files are backed up to MASTER_SITE_BACKUP? Message-ID: <20151130125024.50e98b09@gumby.homeunix.com> In-Reply-To: <565BE53D.1040206@rawbw.com> References: <565BE53D.1040206@rawbw.com> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; amd64-portbld-freebsd10.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 12:50:28 -0000 On Sun, 29 Nov 2015 21:57:17 -0800 Yuri wrote: > I have the complex fetch stage which takes one set of distfiles, and > produces another distfile, only that distfile is used in build. > > There is the variable CKSUMFILES that controls which distfiles are > included in distinfo (in my case all of them should be there). But > how do I control which distfiles get to MASTER_SITE_BACKUP? Is there > a variable that controls this, distinct from DISTFILES? In my case I > only want the distfile that my fetch produces to be cached in > MASTER_SITE_BACKUP. How can I do this? I don't think you can, AFAIK it's just an ordinary DISTDIR that's populated by port testing and package building.