From owner-freebsd-questions@FreeBSD.ORG Fri Jul 18 11:41:55 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E5195E2 for ; Fri, 18 Jul 2014 11:41:55 +0000 (UTC) Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1lp0139.outbound.protection.outlook.com [207.46.163.139]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0A6729AA for ; Fri, 18 Jul 2014 11:41:53 +0000 (UTC) Received: from [IPv6:2601:2:4780:2fd:f50f:2579:fc6c:3208] (2601:2:4780:2fd:f50f:2579:fc6c:3208) by BY1PR0301MB0837.namprd03.prod.outlook.com (25.160.193.143) with Microsoft SMTP Server (TLS) id 15.0.985.8; Fri, 18 Jul 2014 11:26:40 +0000 Message-ID: <53C9046A.7070805@my.hennepintech.edu> Date: Fri, 18 Jul 2014 06:26:34 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Subject: Re: Managing multiple repos with Portshaker/Poudriere References: In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [2601:2:4780:2fd:f50f:2579:fc6c:3208] X-ClientProxiedBy: BN3PR0301CA0039.namprd03.prod.outlook.com (25.160.180.177) To BY1PR0301MB0837.namprd03.prod.outlook.com (25.160.193.143) X-Microsoft-Antispam: BCL:0;PCL:0;RULEID: X-Forefront-PRVS: 02760F0D1C X-Forefront-Antispam-Report: SFV:NSPM; SFS:(6009001)(199002)(24454002)(189002)(83506001)(75432001)(80316001)(20776003)(64706001)(65806001)(88552001)(92726001)(77982001)(92566001)(74662001)(59896001)(64126003)(76482001)(33656002)(83322001)(31966008)(2351001)(107886001)(80022001)(42186005)(46102001)(74502001)(65956001)(21056001)(4396001)(107046002)(102836001)(47776003)(105586002)(101416001)(81342001)(81542001)(95666004)(87266999)(76176999)(50466002)(65816999)(85852003)(99396002)(87976001)(106356001)(54356999)(83072002)(23676002)(79102001)(86362001)(85306003)(89122001)(77096002)(110136001)(50986999)(3826002); DIR:OUT; SFP:; SCL:1; SRVR:BY1PR0301MB0837; H:[IPv6:2601:2:4780:2fd:f50f:2579:fc6c:3208]; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; LANG:en; X-OriginatorOrg: my.hennepintech.edu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 11:41:55 -0000 On 2014.07.18 06:15, Rick Miller wrote: > I intend to utilize Poudriere to build binary packages for FreeBSD. The > initial design includes a private git repo which tracks FreeBSD Ports (from > gthub) in a pristine branch. Changes to this pristine branch are merged > into another branch which, in addition to the official ports tree, includes > a custom category where private ports are committed. A major advantage > here is the ability to tag the repo according to OS releases. How do you decide which release to use as a tag when there are several supported releases of FreeBSD at any given time, all of which are equally supported by the ports tree at that point in time?