diff options
author | 2015-12-30 07:10:38 -0500 | |
---|---|---|
committer | 2016-01-06 17:56:38 +0100 | |
commit | bd38eccad73e30f6b9297e477e7e359ed4c7c705 (patch) | |
tree | c3d85ba6271a78d418c26c1957d11b44f2436fcf /recruiters | |
parent | Update version (diff) | |
download | comrel-bd38eccad73e30f6b9297e477e7e359ed4c7c705.tar.gz comrel-bd38eccad73e30f6b9297e477e7e359ed4c7c705.tar.bz2 comrel-bd38eccad73e30f6b9297e477e7e359ed4c7c705.zip |
ebuild-quiz: revise docs to replace instances of handbook #546542
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>
Diffstat (limited to 'recruiters')
-rw-r--r-- | recruiters/quizzes/ebuild-quiz.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/recruiters/quizzes/ebuild-quiz.txt b/recruiters/quizzes/ebuild-quiz.txt index 0768145..8d6dd78 100644 --- a/recruiters/quizzes/ebuild-quiz.txt +++ b/recruiters/quizzes/ebuild-quiz.txt @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. # https://creativecommons.org/licenses/by-sa/3.0/ Ebuild development quiz @@ -47,7 +47,7 @@ docs: devmanual 9. What is the devaway system? -docs: handbook +docs: wiki *** Ebuild technical/policy questions @@ -61,23 +61,23 @@ docs: devmanual 2. A user submits a "live" VCS (git, svn ...) ebuild. What would be a preferable alternative to such an ebuild? -docs: handbook +docs: devmanual 3. (a) What is repoman? How would you check for QA problems with repoman? -docs: handbook +docs: devmanual, wiki (b) A user submits a brand-new ebuild for a new package. What are the proper steps (including repoman commands) to take to add this ebuild to the tree? -docs: handbook +docs: devmanual, wiki 4. A user submits an ebuild that has numerous technical problems and violates policy. How would you handle that situation? -docs: handbook +docs: devmanual 5. You have a set of new ebuilds that could potentially benefit from a global USE flag. What steps should be taken before @@ -118,7 +118,7 @@ docs: devmanual KEYWORDS. It was previously hard-masked in package.mask. What should be done prior to doing so? -docs: handbook +docs: devmanual (c) You wish to have an ebuild marked "stable." It is a popular application, but no other ebuilds depend on it. @@ -139,7 +139,7 @@ docs: devmanual ChangeLogs and metadata.xml and it appears to be maintained by someone else. How should you proceed? -docs: +docs: devmanual 14. You find a situation in which an eclass may be useful. What should you do before implementing such an eclass? @@ -149,12 +149,12 @@ docs: devmanual 15. How can you verify an ebuild has correct run time dependencies (RDEPEND) for all installed binaries? -docs: handbook +docs: 16. How do you deal with a situation in which an ebuild wishes to install a file already installed by another package? -docs: handbook +docs: devmanual 17. Most configure scripts attempt to automatically determine settings based on the host system. When should the ebuild @@ -168,7 +168,7 @@ docs: devmanual, PMS 19. What is the procedure for removing packages from the tree? -docs: handbook +docs: devmanual 20. How do keywording policies for less often used arches like ia64 or mips differ from the more common ones like amd64? |