From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B8E0A1397F2 for ; Fri, 21 Aug 2015 18:04:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 335AF141C9; Fri, 21 Aug 2015 18:04:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7C15141C9 for ; Fri, 21 Aug 2015 18:04:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0710340861 for ; Fri, 21 Aug 2015 18:04:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF8DD129 for ; Fri, 21 Aug 2015 18:03:58 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440180230.b10cab24ded76cca2a18b324ef9f21a1c298f476.jlec@gentoo> Subject: [gentoo-commits] proj/recruiters:master commit in: / X-VCS-Repository: proj/recruiters X-VCS-Files: questions X-VCS-Directories: / X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b10cab24ded76cca2a18b324ef9f21a1c298f476 X-VCS-Branch: master Date: Fri, 21 Aug 2015 18:03:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 61aaf4d7-c5d7-4b95-962a-f22c8c9d6019 X-Archives-Hash: a061a1d4eceb2ec45363b74c831b8e27 commit: b10cab24ded76cca2a18b324ef9f21a1c298f476 Author: Justin Lecher gentoo org> AuthorDate: Fri Aug 21 18:03:50 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Aug 21 18:03:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=b10cab24 Add some answers Signed-off-by: Justin Lecher gentoo.org> questions | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/questions b/questions index c4ff8f0..dd89841 100644 --- a/questions +++ b/questions @@ -4,24 +4,53 @@ Start Questions: Quiz Questions: - What else do you need to do when you cross-post emails between -announce and regular mailing lists? + * Reply-To: - How many members does the council has? Who is eligible to be a candidate and who can vote? + * 7 + * All devs who are official devs with start of voting period - What would you do if you were not happy with what comrel decided? + * Council can overrule all Comrel decisions - What are GLSAs? How do they come into play in day to day developer work? + * - What is the difference between einfo and elog? + * - How would you deal with flaming on our mailing lists? + * Make sure you get a feeling how the candidate reacts, - When can you remove an eclass? -- check that they know how to use doinitd and doconfd + * same as ebuilds + * check for eclass consumers + * deprecation warning +- Check that they know how to use doinitd and doconfd + * - Can you move a package between categories? + * - How do you change the slot of a package? + * - How is SLOT="0" different from for example SLOT="2" from Portage point of view? + * - How should ROOT be used in pkg_*? -- You notice a typo in ChangeLog. Using what command will you commit the fix? + * - What do you know about PDEPEND? Why do we need them? + * circular dependencies - Do you know how Gentoo handles packages with similar functionality? -- What do you know about portage metadata? (no metadata.xml) + * virtuals + * talk about eselect +- What do you know about portage metadata? (no metadata.xml)? + * location of md5-cache + * Where is it generated? + * Global scope variabes - Explain the difference between die vs assert in ebuilds. + * single command vs pipe + * die -> $? + * assert -> $PIPESTATUS - Why are we trying to avoid having bundled libs? + * security + * leaking symbols + * - What are automagic configure option? And why are they bad? + * uncontrolled deps + * unpredictable buildtime behaviour + * End Questions: - What do you think about your performance?