From owner-freebsd-arm@FreeBSD.ORG Sun May 10 15:38:41 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19128EBF; Sun, 10 May 2015 15:38:41 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (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 D70891AE6; Sun, 10 May 2015 15:38:40 +0000 (UTC) Received: by igbyr2 with SMTP id yr2so53125294igb.0; Sun, 10 May 2015 08:38:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=av5wY5YV/dCzbX7ndD4pCKkvUDkehpr/T69Pj4GmCjo=; b=ybQUlocq8SPO7mR9MzlYx+3ZfbK5z6Oiy52EXYrQlJZAImOLU+cng6EzMrC6qjsdsB g35S02B9haeWjNbnRAanLkSRxB6QF9u80WS5o868rXd2HOxXW9e91mpInwIiFuSzA9Jk 69Iflv9LfWNWZf8aA1V3kdwpEOnNuJ3rh+o7CzJqlewu/m1xOWzqGzBUcsHIIAYVfrja BitrDOttAiT8OIJ99hObefecJJA1aLoom9p3T4uRadXWSGLgo9DL2qMGxi9mi/HObJDt V0q++lNKyxVFN5JgeIgl2napI5debmwtF/TrNh5xVpCJne8Np3pfcsBio0ZiOfQ5ZxHJ Ladg== MIME-Version: 1.0 X-Received: by 10.42.20.197 with SMTP id h5mr7044956icb.22.1431272319420; Sun, 10 May 2015 08:38:39 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Sun, 10 May 2015 08:38:39 -0700 (PDT) In-Reply-To: <1431271211.6170.222.camel@freebsd.org> References: <20150506015613.GF67741@hub.FreeBSD.org> <1431271211.6170.222.camel@freebsd.org> Date: Sun, 10 May 2015 08:38:39 -0700 X-Google-Sender-Auth: FGcAGNZ29-Z27144T7B7nC1EREA Message-ID: Subject: Re: Heads-up regarding arm/armv6 snapshot builds From: Adrian Chadd To: Ian Lepore Cc: Tim Kientzle , Glen Barber , freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 15:38:41 -0000 On 10 May 2015 at 08:20, Ian Lepore wrote: > On Sat, 2015-05-09 at 12:07 -0700, Tim Kientzle wrote: >> > On May 8, 2015, at 11:38 PM, Waitman Gobble wrote: >> > >> > Is current crochet development happening within FreeBSD sectors or is >> > there an upstream? >> >> Crochet is now owned by the FreeBSD github repository. >> > > What does that actually mean? Like, who can commit changes to it now? It means that the github.com/freebsd admins can grant others merge rights. tim, gnn, i and someone else currently can merge in merge requests. -adrian