summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merge ebuild and end quizzes into ebuild-maintainer quizMikle Kolyada2019-01-211-217/+0
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* ebuild-quiz: add Q21 about sub-slots usageMikle Kolyada2018-09-231-1/+6
|
* end-quiz: Add various changesMikle Kolyada2018-09-091-26/+29
| | | | | | | | | | - Sync numbering style with the end-quiz - wording fix for Q3b - generalize Q6 - Q7-Q9 style fix - Ask about BDEPEND as well in Q11 - Add Q13b about EXPORT_FUNCTIONS (bug #601862) - Generalize Q19 (add stabilization)
* Note on confidentiality of quiz answers and recruitmentManuel Rüger2017-03-171-0/+2
|
* Copyright updateAmy Liffey2017-01-231-1/+1
| | | | Reported-by: M. J. Everitt <m.j.everitt@iee.org>
* ebuild-quiz: reorder numbersAmy Liffey2017-01-081-8/+8
| | | | Reported-By: Horea Christian <horea.christ@yandex.com>
* ebuild-quiz: remove pdependAmy Winston2016-12-031-2/+2
|
* Rework the ebuild quizMichał Górny2016-12-021-27/+26
| | | | | | | | | | | | | | | | Attempt to improve the ebuild quiz further: - expand and clarify a few of the questions, - add a variant of q1 for dependency changes, - merge q11 into q3 -- both are about committing a user-submitted ebuild, so it makes sense to ask both at the same time, - expand q12 (now q11) to all dependency types, - remove the mention of ChangeLogs since they no longer affect the git repository used by developers.
* ebuild-quiz: Unify indentation with dev-quizMichał Górny2016-12-021-75/+75
|
* ebuild-quiz: Update organization questions from dev-quizMichał Górny2016-12-021-21/+23
|
* ebuild-quiz: change OpenPGP requirement by K_FAmy Winston2016-10-181-1/+2
|
* ebuild-quiz: add devmanual to the Q7 sourcesGöktürk Yüksek2016-06-201-1/+1
| | | | | Devmanual now includes documentation about how projects are created and removed.
* ebuild-quiz: supplement docs for question 4Göktürk Yüksek2016-02-081-1/+1
| | | | | | | | | | The metastructure GLEP talks briefly about the Gentoo Council. Supplement the docs with the council wiki page which contains the meeting logs along with other useful information that may aid the mentoree in understanding the purpose of the council. Signed-off-by: Göktürk Yüksek <gokturk@binghamton.edu> Signed-off-by: Justin Lecher <jlec@gentoo.org>
* ebuild-quiz: fix docs for question 5Göktürk Yüksek2016-02-081-1/+1
| | | | | | | | | The Gentoo Foundation page on gentoo.org provides no information about foundation membership applications. Redirect to the Foundation Wiki Page (https://wiki.gentoo.org/wiki/Foundation:Main_Page) instead. Signed-off-by: Göktürk Yüksek <gokturk@binghamton.edu> Signed-off-by: Justin Lecher <jlec@gentoo.org>
* quizzes: Drop ChangeLog references in favour of commit msgJustin Lecher2016-01-071-4/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* quizzes: Update 10c wordingJustin Lecher2016-01-071-1/+1
| | | | | | https://bugs.gentoo.org/show_bug.cgi?id=482436 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Merge branch '546542'Justin Lecher2016-01-061-12/+12
|\ | | | | | | | | | | | | | | * bug 546542: Update Version end-quiz: revise docs to replace instances of handbook #546542 staff-quiz: revise docs to replace instances of handbook #546542 ebuild-quiz: revise docs to replace instances of handbook #546542
| * Update VersionJustin Lecher2016-01-061-1/+1
| | | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
| * ebuild-quiz: revise docs to replace instances of handbook #546542Gokturk Yuksek2016-01-061-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gentoo Developer Handbook does not exist anymore. Replace any instances of "docs: handbook" with the appropriate equivalent source which is either "devmanual" or "wiki". Ebuild Question 15 speficies handbook as the source. Upon examining devmanual and contacting developers on #gentoo-dev-help, it became clear that this is an open ended question and none of the docs have an answer for it. In the light of this, the question is modified to specify no docs. The actual links of the sources aren't included in the quiz text. They are included here instead: *** Organizational structure questions Question 9 sources: - https://wiki.gentoo.org/wiki/Project:ComRel#Leaves_of_Absence *** Ebuild technical/policy questions Question 2 sources: - https://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/cvs-sources/index.html - https://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/svn-sources/index.html Question 3a sources: - https://wiki.gentoo.org/wiki/Repoman - https://devmanual.gentoo.org/ebuild-maintenance/index.html#cvs-commit-policy Question 3b sources: - https://devmanual.gentoo.org/ebuild-writing/user-submitted/index.html - https://devmanual.gentoo.org/ebuild-maintenance/index.html#adding-a-new-ebuild - https://wiki.gentoo.org/wiki/Gentoo_git_workflow#Pull_requests_from_users Question 4 sources: - https://devmanual.gentoo.org/ebuild-writing/user-submitted/index.html Question 10b sources: - https://devmanual.gentoo.org/keywording/index.html Question 13 sources: - https://devmanual.gentoo.org/ebuild-maintenance/index.html#touching-other-developers-ebuilds Question 15 sources: - No docs available. Question 16 sources: - https://devmanual.gentoo.org/ebuild-maintenance/index.html#conflicting-files Question 19 sources: - https://devmanual.gentoo.org/ebuild-maintenance/index.html#removing-a-package Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=546542 Signed-off-by: Gokturk Yuksek <gokturk@binghamton.edu> Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | quizzes: Drop questions about herdsJustin Lecher2016-01-061-5/+1
|/ | | | | | | | With GLEP 67 heards are obsolete https://bugs.gentoo.org/show_bug.cgi?id=569670 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Update versionJustin Lecher2015-08-211-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop cvs referenceJustin Lecher2015-08-211-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Switch to https and update linksJustin Lecher2015-08-211-3/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Transferring copyright to the Gentoo Foundation and license the work under ↵Justin Lecher2015-05-281-0/+3
| | | | | | | | | | CC-SA-3.0 * Gentoo Bug 545976 * Jon Portnoy and Petteri Räty, the main authors explicitely agreed, all other contributors didn't object. Signed-off-by: Justin Lecher <jlec@gentoo.org>
* recruiters: Initial commit for quizzesMarkos Chandras2015-04-191-0/+205