diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-07-22 18:42:33 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-07-22 18:45:08 +0300 |
commit | 2627e097366265860940ba99121328cbd4988022 (patch) | |
tree | 74d2e4207590e99eaf31742a2e4f542e354ea116 | |
parent | ebuild-maintainer-quiz: Do not mention LibreSSL (diff) | |
download | comrel-2627e097366265860940ba99121328cbd4988022.tar.gz comrel-2627e097366265860940ba99121328cbd4988022.tar.bz2 comrel-2627e097366265860940ba99121328cbd4988022.zip |
Do not reference revisions for quizzes
They have not been tracked properly recently.
With git it is really easier to go without formal revisioning
as all the history can be seen using the `git log` command.
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r-- | recruiters/quizzes/developer-quiz.txt | 3 | ||||
-rw-r--r-- | recruiters/quizzes/ebuild-maintainer-quiz.txt | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/recruiters/quizzes/developer-quiz.txt b/recruiters/quizzes/developer-quiz.txt index 61e9b8c..d5de7bb 100644 --- a/recruiters/quizzes/developer-quiz.txt +++ b/recruiters/quizzes/developer-quiz.txt @@ -1,9 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. # https://creativecommons.org/licenses/by-sa/3.0/ Non-ebuild developer quiz -Revision 1.14 - 07 January 2019 Answer in whatever length necessary for completeness. Support your answers with documentation links but avoid redundant citation. diff --git a/recruiters/quizzes/ebuild-maintainer-quiz.txt b/recruiters/quizzes/ebuild-maintainer-quiz.txt index e50c34c..961c6a4 100644 --- a/recruiters/quizzes/ebuild-maintainer-quiz.txt +++ b/recruiters/quizzes/ebuild-maintainer-quiz.txt @@ -1,11 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Copyright 2016-2019 Amy Liffey # Copyright 2016-2021 Mikle Kolyada # This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. # https://creativecommons.org/licenses/by-sa/3.0/ Ebuild maintainer quiz -Revision 2.22.9 - 9 October 2020 Answer in whatever length necessary for completeness. Support your answers with documentation links but avoid redundant citation. |