From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id A201E20281 for ; Tue, 23 May 2017 15:13:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965252AbdEWPNR (ORCPT ); Tue, 23 May 2017 11:13:17 -0400 Received: from imap.thunk.org ([74.207.234.97]:55706 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764398AbdEWPNP (ORCPT ); Tue, 23 May 2017 11:13:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=thunk.org; s=ef5046eb; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=OdzExgJLkaTa6Nm9/8auMhhwLo0uuG2f1Ce9Pv8A8CU=; b=H8uh8FlWGWNXVY7af6Hd5zsfTOXW1S01lVRuQpnfIXNY72N60QH+E87XRENUrZpb1UGjcRmzeRgveSKMza0HxZ719BTUYq+z6hdp8QaXxstXgQfuvc8TjbC0T0MVfwD+aYhGwcC5kutUIpB1coxktE9lyMfjchi8D/T5lc4v/HI=; Received: from root (helo=callcc.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.84_2) (envelope-from ) id 1dDBUk-0003DF-T1; Tue, 23 May 2017 15:13:10 +0000 Received: by callcc.thunk.org (Postfix, from userid 15806) id 3CA31C002F7; Tue, 23 May 2017 11:13:10 -0400 (EDT) Date: Tue, 23 May 2017 11:13:10 -0400 From: Theodore Ts'o To: =?iso-8859-1?Q?=C6var_Arnfj=F6r=F0?= Bjarmason Cc: Stefan Beller , webmaster@kernel.org, Junio C Hamano , "git@vger.kernel.org" Subject: Re: Another git repo at kernel.org? Message-ID: <20170523151310.mhdhck5djmdlxrt4@thunk.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org So Junio owns the pub/scm/git/git.git tree on kernel.org, and he may already have access to create new repo's under the pub/scm/git hierarchy. In which case we might not need to bug the kernel.org administrators at all. Also, I'll note that it is possible to set up some repo's such that a group of people have access to push to them. You'll see for example on git.kernel.org that certain repositories have as their owner "XFS FS Group", or "ARM64 Group" or "Intel Wireless Group". Cheers, - Ted