* [gentoo-commits] proj/recruiters:master commit in: /
@ 2015-12-17 16:08 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-12-17 16:08 UTC (permalink / raw
To: gentoo-commits
commit: b3e3ace902ff82df74978e8c5b2ad8168cf3ed9f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 16:07:49 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 16:08:34 2015 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=b3e3ace9
Add nicety to test.ebuild
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
foo.ebuild | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/foo.ebuild b/foo.ebuild
index 04b2889..7af7f48 100644
--- a/foo.ebuild
+++ b/foo.ebuild
@@ -18,6 +18,16 @@ src_unpack() {
patch -p1 < "${FILESDIR}"/foobar-1.0-Makefile.patch
}
+src_prepare() {
+ ebegin "Patching"
+ sed \
+ -e "82s/read_version()/'${PV}'/" \
+ -i configure
+ STATUS=$?
+ eend ${STATUS}
+ [[ ${STATUS} -gt 0 ]] && die
+}
+
src_compile() {
make ${MAKEOPTS}
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2016-10-25 12:25 Amy Winston
0 siblings, 0 replies; 13+ messages in thread
From: Amy Winston @ 2016-10-25 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 5663b9762bdd265079f9955b8bfb5293028b2769
Author: Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 12:25:13 2016 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 12:25:13 2016 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=5663b976
template for quiz sumbission
quiz-email.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/quiz-email.txt b/quiz-email.txt
new file mode 100644
index 0000000..19fd284
--- /dev/null
+++ b/quiz-email.txt
@@ -0,0 +1,8 @@
+Dear <name>,
+
+Thank you for your submission. Recruiters will get back to you as soon as possible.
+
+Hope to see you soon during recruitment!
+
+Best regards,
+
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2016-10-25 11:58 Amy Winston
0 siblings, 0 replies; 13+ messages in thread
From: Amy Winston @ 2016-10-25 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 807c0b857a5ae0b1a6a237b5c5961402f15b3d8c
Author: Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 11:57:44 2016 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 11:57:44 2016 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=807c0b85
add template for answering email
answer-email.txt | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/answer-email.txt b/answer-email.txt
new file mode 100644
index 0000000..005ce26
--- /dev/null
+++ b/answer-email.txt
@@ -0,0 +1,27 @@
+Dear <name>,
+
+I am really sorry for the long delay. And thank you for your interest in
+Gentoo.
+
+<contribution>
+Contributing to gentoo is possible through proxy-maintainers project
+https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers by making github
+pull requests or submitting patches to bugzilla.
+</contribution>
+
+<becoming-developer>
+As for your question how to become a developer we have procedure:
+https://www.gentoo.org/get-involved/become-developer/
+
+The recruiters are a rather small team and we need to find another team
+in Gentoo which trains and mentors you.
+
+Please try to find a team/project which suits your interest. Also have a
+look into our wiki to find the team. I am happy to help you getting in
+touch with them.
+</becoming-developer>
+
+If you have any questions don't be afraid to contact us or me personally
+on irc or email.
+
+Best regards,
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2016-10-25 11:28 Amy Winston
0 siblings, 0 replies; 13+ messages in thread
From: Amy Winston @ 2016-10-25 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 999dc0c905cdaeaff66c7472625179f64d8298ac
Author: Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 11:27:47 2016 +0000
Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 11:27:47 2016 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=999dc0c9
add template for rejecting email
reject-email.txt | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/reject-email.txt b/reject-email.txt
new file mode 100644
index 0000000..47e4cff
--- /dev/null
+++ b/reject-email.txt
@@ -0,0 +1,12 @@
+Dear <name>,
+As for recruiters team we believe from your previous interactions that your integration to Gentoo community is not possible yet hence we are closing the bug till you are ready. During the
+recruitment process are all recruits supposed to be prepared to join Gentoo from technical point of view as the same as social side. We believe that both can be achieved with more practice
+and patience.
+
+There for we ask your mentor to work with you more and help you integrate to the Gentoo community smoothly.
+
+PS: Mentor feel free to reopen the bug when your recruit is ready.
+
+Thank you for your submissions and we hope to see you soon during recruitment !
+
+Best regards,
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2016-04-03 7:49 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2016-04-03 7:49 UTC (permalink / raw
To: gentoo-commits
commit: 9b82e5bcec8015fb7c43f6fa80fa533b9ce524e7
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 07:48:42 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 07:48:42 2016 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=9b82e5bc
External tool usage in test ebuild
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
foo.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/foo.ebuild b/foo.ebuild
index 7af7f48..94126d8 100644
--- a/foo.ebuild
+++ b/foo.ebuild
@@ -5,7 +5,7 @@ EAPI=4
DESCRIPTION="foobar is a nice application for managing your passwords using your
gpg key. It supports offline and online modes."
HOMEPAGE="http://tinyurl.zh/thisisthefoobarapp"
-SRC_URI="ftp://www.foobar.com/foobar-1.0.tar.gz"
+SRC_URI="ftp://www.foobar.com/foobar-1.0.zip"
LICENSE="GPL1"
SLOT="2"
@@ -13,6 +13,8 @@ KEYWORDS="~x86 ~amd64 mips ~hppa"
IUSE="amd64? ( !x86? ( app-emulation/emul-linux-x86-gtklib ) )"
DEPEND="sys-devel/patch"
+type -p unzip > /dev/null || \
+DEPEND+=" app-arch/unzip"
src_unpack() {
patch -p1 < "${FILESDIR}"/foobar-1.0-Makefile.patch
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2016-01-10 15:22 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2016-01-10 15:22 UTC (permalink / raw
To: gentoo-commits
commit: f974ab962ee1c4304eb61f10152fad2efc5b2334
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 15:21:53 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 15:22:06 2016 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=f974ab96
Reword question
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
questions | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/questions b/questions
index 5220b58..38411cd 100644
--- a/questions
+++ b/questions
@@ -58,7 +58,7 @@ Quiz Questions:
* discuss 1.5_preXXXXXX, 1.4_pXXXXXX and XXXXXXX
* 0_preXXXXXX
-- Can global and local flags have the same name?
+- Can global and local USE have the same name?
* yes, they can, if global flag description is too generic for a single package
End Questions:
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2016-01-10 12:00 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2016-01-10 12:00 UTC (permalink / raw
To: gentoo-commits
commit: 0d4a65aa4959a5de0b3b6efbdeff30f18ab6efa9
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 12:00:23 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 12:00:23 2016 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=0d4a65aa
Revert "Add Q about dynamic deps"
Already included before
This reverts commit d9e2cce6eb5b3980fc35a49a7e1f1909c2520574.
questions | 2 --
1 file changed, 2 deletions(-)
diff --git a/questions b/questions
index 9abfdf5..5220b58 100644
--- a/questions
+++ b/questions
@@ -12,8 +12,6 @@ Quiz Questions:
* All devs who are official devs with start of voting period
- What would you do if you were not happy with what comrel decided?
* Council can overrule all Comrel decisions
-- What are dynamic deps? And why schould they be avoided?
- *
- What are GLSAs? How do they come into play in day to day developer work?
*
- What is the difference between einfo and elog?
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2016-01-10 11:56 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2016-01-10 11:56 UTC (permalink / raw
To: gentoo-commits
commit: d9e2cce6eb5b3980fc35a49a7e1f1909c2520574
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 11:56:23 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 11:56:23 2016 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=d9e2cce6
Add Q about dynamic deps
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
questions | 2 ++
1 file changed, 2 insertions(+)
diff --git a/questions b/questions
index 5220b58..9abfdf5 100644
--- a/questions
+++ b/questions
@@ -12,6 +12,8 @@ Quiz Questions:
* All devs who are official devs with start of voting period
- What would you do if you were not happy with what comrel decided?
* Council can overrule all Comrel decisions
+- What are dynamic deps? And why schould they be avoided?
+ *
- What are GLSAs? How do they come into play in day to day developer work?
*
- What is the difference between einfo and elog?
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2015-11-26 11:37 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-11-26 11:37 UTC (permalink / raw
To: gentoo-commits
commit: f13fec43798ea195870fceb6858f730eeb610faa
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 11:37:18 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 11:37:18 2015 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=f13fec43
Add ago's blog post about sec bugs
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
links | 3 +++
1 file changed, 3 insertions(+)
diff --git a/links b/links
index e24dec6..8ccc809 100644
--- a/links
+++ b/links
@@ -13,3 +13,6 @@ Gentoo dev infra links:
Gentoo dev gpg guides:
https://wiki.gentoo.org/wiki/Project:Gentoo-keys/Generating_GLEP_63_based_OpenPGP_keys
https://wiki.gentoo.org/wiki/GnuPG
+
+Security bug handling:
+https://blogs.gentoo.org/ago/2013/06/29/manage-a-security-bug/
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2015-09-18 12:46 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-09-18 12:46 UTC (permalink / raw
To: gentoo-commits
commit: 6898b1e7063f98cd29bd14596faef910a18aee4f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 12:46:12 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 12:46:12 2015 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=6898b1e7
Add question about dynamic deps
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
questions | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/questions b/questions
index d592fba..5220b58 100644
--- a/questions
+++ b/questions
@@ -5,6 +5,8 @@ Start Questions:
Quiz Questions:
- What else do you need to do when you cross-post emails between -announce and regular mailing lists?
* Reply-To:
+- How would you deal with flaming on our mailing lists?
+ * Make sure you get a feeling how the candidate reacts,
- How many members does the council has? Who is eligible to be a candidate and who can vote?
* 7
* All devs who are official devs with start of voting period
@@ -14,8 +16,8 @@ Quiz Questions:
*
- What is the difference between einfo and elog?
*
-- How would you deal with flaming on our mailing lists?
- * Make sure you get a feeling how the candidate reacts,
+- What are dynamic deps and why should they be avoided?
+ *
- When can you remove an eclass?
* same as ebuilds
* check for eclass consumers
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2015-08-24 20:26 Mikle Kolyada
0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2015-08-24 20:26 UTC (permalink / raw
To: gentoo-commits
commit: 5b3ba62c4d88d59de4020330022235010ea1053e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 20:23:41 2015 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 20:23:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=5b3ba62c
Add question about name of use flags
questions | 3 +++
1 file changed, 3 insertions(+)
diff --git a/questions b/questions
index de8e8e2..d592fba 100644
--- a/questions
+++ b/questions
@@ -56,6 +56,9 @@ Quiz Questions:
* discuss 1.5_preXXXXXX, 1.4_pXXXXXX and XXXXXXX
* 0_preXXXXXX
+- Can global and local flags have the same name?
+ * yes, they can, if global flag description is too generic for a single package
+
End Questions:
- What do you think about your performance?
- How many hours a week do you expect to be able to contribute?
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2015-08-21 18:44 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-08-21 18:44 UTC (permalink / raw
To: gentoo-commits
commit: df40df81d54f1dd601b412cc774903be2325eac4
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 18:44:23 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 18:44:23 2015 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=df40df81
Add question
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
questions | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/questions b/questions
index dd89841..de8e8e2 100644
--- a/questions
+++ b/questions
@@ -51,6 +51,10 @@ Quiz Questions:
* uncontrolled deps
* unpredictable buildtime behaviour
*
+- You are taking a snapshot of an upstream VCS. The last version was 1.4,
+ what PV will you choose? What if upstream never released any version?
+ * discuss 1.5_preXXXXXX, 1.4_pXXXXXX and XXXXXXX
+ * 0_preXXXXXX
End Questions:
- What do you think about your performance?
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/recruiters:master commit in: /
@ 2015-08-21 18:03 Justin Lecher
0 siblings, 0 replies; 13+ messages in thread
From: Justin Lecher @ 2015-08-21 18:03 UTC (permalink / raw
To: gentoo-commits
commit: b10cab24ded76cca2a18b324ef9f21a1c298f476
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 18:03:50 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 18:03:50 2015 +0000
URL: https://gitweb.gentoo.org/proj/recruiters.git/commit/?id=b10cab24
Add some answers
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
questions | 35 ++++++++++++++++++++++++++++++++---
1 file changed, 32 insertions(+), 3 deletions(-)
diff --git a/questions b/questions
index c4ff8f0..dd89841 100644
--- a/questions
+++ b/questions
@@ -4,24 +4,53 @@ Start Questions:
Quiz Questions:
- What else do you need to do when you cross-post emails between -announce and regular mailing lists?
+ * Reply-To:
- How many members does the council has? Who is eligible to be a candidate and who can vote?
+ * 7
+ * All devs who are official devs with start of voting period
- What would you do if you were not happy with what comrel decided?
+ * Council can overrule all Comrel decisions
- What are GLSAs? How do they come into play in day to day developer work?
+ *
- What is the difference between einfo and elog?
+ *
- How would you deal with flaming on our mailing lists?
+ * Make sure you get a feeling how the candidate reacts,
- When can you remove an eclass?
-- check that they know how to use doinitd and doconfd
+ * same as ebuilds
+ * check for eclass consumers
+ * deprecation warning
+- Check that they know how to use doinitd and doconfd
+ *
- Can you move a package between categories?
+ *
- How do you change the slot of a package?
+ *
- How is SLOT="0" different from for example SLOT="2" from Portage point of view?
+ *
- How should ROOT be used in pkg_*?
-- You notice a typo in ChangeLog. Using what command will you commit the fix?
+ *
- What do you know about PDEPEND? Why do we need them?
+ * circular dependencies
- Do you know how Gentoo handles packages with similar functionality?
-- What do you know about portage metadata? (no metadata.xml)
+ * virtuals
+ * talk about eselect
+- What do you know about portage metadata? (no metadata.xml)?
+ * location of md5-cache
+ * Where is it generated?
+ * Global scope variabes
- Explain the difference between die vs assert in ebuilds.
+ * single command vs pipe
+ * die -> $?
+ * assert -> $PIPESTATUS
- Why are we trying to avoid having bundled libs?
+ * security
+ * leaking symbols
+ *
- What are automagic configure option? And why are they bad?
+ * uncontrolled deps
+ * unpredictable buildtime behaviour
+ *
End Questions:
- What do you think about your performance?
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2016-10-25 12:25 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17 16:08 [gentoo-commits] proj/recruiters:master commit in: / Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2016-10-25 12:25 Amy Winston
2016-10-25 11:58 Amy Winston
2016-10-25 11:28 Amy Winston
2016-04-03 7:49 Justin Lecher
2016-01-10 15:22 Justin Lecher
2016-01-10 12:00 Justin Lecher
2016-01-10 11:56 Justin Lecher
2015-11-26 11:37 Justin Lecher
2015-09-18 12:46 Justin Lecher
2015-08-24 20:26 Mikle Kolyada
2015-08-21 18:44 Justin Lecher
2015-08-21 18:03 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox