From 2627e097366265860940ba99121328cbd4988022 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Thu, 22 Jul 2021 18:42:33 +0300 Subject: 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 --- recruiters/quizzes/developer-quiz.txt | 3 +-- 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. -- cgit v1.2.3-65-gdbad