From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85996158221 for ; Sun, 24 Nov 2024 22:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9C93E08BB for ; Sun, 24 Nov 2024 22:47:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6076AE0948 for ; Sat, 9 Apr 2022 19:54:59 +0000 (UTC) Message-ID: <71b134fc-b0f7-39d3-f8ed-7e7b15a7c715@gentoo.org> Date: Sat, 9 Apr 2022 21:54:55 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussion on the GURU project and repository X-BeenThere: gentoo-guru@gentoo.org X-BeenThere: gentoo-guru@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Content-Language: en-US To: gentoo-guru@lists.gentoo.org References: <4c7297a8-c6bd-98eb-e4b0-691093b2d202@parallaxshift.com> From: Andrew Ammerlaan Organization: Gentoo Linux Subject: Re: [gentoo-guru] Getting setup questions. In-Reply-To: <4c7297a8-c6bd-98eb-e4b0-691093b2d202@parallaxshift.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: 41f1a870-f7d4-46a1-80c7-826e66ef7496 X-Archives-Hash: cbed3cc4db9c481960627b8d1ea5a90d On 09/04/2022 21:27, Philippe Chaintreuil wrote: > Greetings all! > > > I've just been added to the GURU project, and I have a few questions. > Feel free to point me to "RTFM" that cover these if they exist. > > > 1.  Following along with the "Information for Contributors" page[1] I'm > getting an error when attempting to run "pkgdev commit" on a local branch. > > ===================================================================== > pkgdev commit: error: repo init failed: repo 'guru' at path > '/home/peep/git/guru' has missing masters: 'gentoo' > ===================================================================== > > Google's not giving me very good results for that error and this is my > first pkgdev use.  (I've used repoman in the past.)  Does pkgdev only > work in ebuild repositories?  Should this git checkout be converted into > one? This error indicates that pkgdev can't find ::gentoo. Do you have an entry for ::gentoo in your repos.conf? Did you perhaps include the main Gentoo repository under a different name? > 2.  What's the protocol for committing to "dev" and getting it reviewed > by a trusted contributor?  Are people just always watching for new > submissions, or do I need to post somewhere?  (I'm used to making Github > pull requests.) You can just directly commit and push to the dev branch. Every now and then a trusted contributor will check all the new commits and push them to the master branch. > > Thanks in advance! > >           -- Philippe Chaintreuil > > > > [1] https://wiki.gentoo.org/wiki/Project:GURU/Information_for_Contributors > Best regards, Andrew