commit: b10cab24ded76cca2a18b324ef9f21a1c298f476 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Aug 21 18:03:50 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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?
