diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-01-18 16:10:04 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-01-18 16:10:04 +0200 |
commit | f716b126fa3ac68d42ac4b60d319b2bd229a0272 (patch) | |
tree | 36367be1386d6a2b0c836ee8f44265cb9fd59fb9 | |
parent | Do not reference revisions for quizzes (diff) | |
download | comrel-f716b126fa3ac68d42ac4b60d319b2bd229a0272.tar.gz comrel-f716b126fa3ac68d42ac4b60d319b2bd229a0272.tar.bz2 comrel-f716b126fa3ac68d42ac4b60d319b2bd229a0272.zip |
ebuild-maintainer-quiz: generalize the question about dependency classes
- expect the candidate to find all available dependency types, and
mention them in their answer,
- and so we don't have to keep updating the quiz everytime a new
*DEPEND support is added.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | recruiters/quizzes/ebuild-maintainer-quiz.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recruiters/quizzes/ebuild-maintainer-quiz.txt b/recruiters/quizzes/ebuild-maintainer-quiz.txt index 961c6a4..1eaf1e1 100644 --- a/recruiters/quizzes/ebuild-maintainer-quiz.txt +++ b/recruiters/quizzes/ebuild-maintainer-quiz.txt @@ -130,8 +130,8 @@ docs: devmanual docs: devmanual -11. What is the difference between different dependency classes (DEPEND, - RDEPEND and BDEPEND)? When should each of them be used? Provide examples. +11. List all available dependency classes (DEPEND, RDEPEND etc). How do they + differ from each other? Provide examples of their uses. docs: devmanual |