Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831950 (xen0n) - New developer: WANG Xuerui (xen0n)
Summary: New developer: WANG Xuerui (xen0n)
Status: RESOLVED FIXED
Alias: xen0n
Product: Gentoo Developers/Staff
Classification: Unclassified
Component: New Developers (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Recruiting Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-24 05:55 UTC by Yixun Lan
Modified: 2022-03-19 06:46 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yixun Lan archtester gentoo-dev 2022-01-24 05:55:40 UTC
WANG Xuerui is a long time and sophisticated Gentoo user.
  He is quite familiar with C/Go/Rust/Python/Bash/JavaScript,
and will initially work on support for ARCH=loong. Also, he is
interested in contributing to MIPS and RISC-V projects.

  Sam and I will be his mentor to help him through the process.
  The quiz has been reviewed, and he will submit in the coming week.

Name: WANG Xuerui
Nick: xen0n
Email: i.gentoo at xen0n.name
Location: Shanghai, China
Mentor: dlan sam
Areas of contributions: ARCH: loong, mips, riscv
Tree access: Yes


Reproducible: Always
Comment 1 Joonas Niilola gentoo-dev 2022-01-24 14:28:47 UTC
Please make sure you answer the updated dev quiz questions, too. If you've filled the "old" quiz already there's no need to "copypaste" each answer to the re-structed quiz; just add these close to their new locations:
----------
10. When should you use || die "msg" with commands/functions? Would you
    rewrite the following snippets, and if yes, how?

10.a.
    use fnord && ( emake fnordification && cp fnordification bar/ || die )

10.b.
    emake docs || die

10.c.
    my_custom_function() {
        cd "${S}"/ext1
        ./ext1.sh
        cd "${S}"/ext2
        ./ext2.sh
    }

    src_prepare() {
        default
        my_custom_function || die
    }
----------
(note that this questions replaces 6.e., 
6.e
  # If USE=fnord is enabled, make extra targets:
  use fnord && ( emake fnordification || die "it broke" )

Also:
----------
21.h. You are writing an ebuild for a package written in either Rust or Go
      programming language, how do you approach writing correct LICENSE value
      in your ebuild? The main project is licensed as MIT.
----------

Thanks in advance!
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2022-01-26 14:16:47 UTC
Happy to support a future loongarch team from the releng & toolchain side. :)
Comment 3 WANG Xuerui gentoo-dev 2022-02-03 04:09:54 UTC
Just sent the signed reviewed quiz (updated to latest revision) to recruiters@ and both mentors.
Comment 4 Göktürk Yüksek archtester gentoo-dev 2022-02-21 22:05:41 UTC
Hi,

I will be your recruiter. Always add a comment to this bug when you send something to that address. Please contact me by email or IRC to schedule the first review session. If you think that recruiters aren't paying attention to this bug at any later point in time, it's your job to ping us on IRC if you don't want any delays.
Comment 5 WANG Xuerui gentoo-dev 2022-03-12 15:46:00 UTC
I've sent the revised quiz together with answer to my final task to recruiters@ and both mentors.
Comment 6 Göktürk Yüksek archtester gentoo-dev 2022-03-17 20:01:47 UTC
What we did:
- LDAP
- bugzilla
- granted access to main gentoo.git
- Added user to GitHub Gentoo team
- IRC cloak: gentoo/developer/xen0n

Pending:
- announcement

Automatic:
- gentoo-core
- gentoo-dev-announcement

What you need to do:
- subscribe to mailing lists with your @gentoo.org address
- request forum status bump in #gentoo-forums or by mail to
  forum-mods@gentoo.org (if you have a forums account)
- send yourself mail to check if it works
- add yourself to mail aliases ( like java@gentoo.org )
  see /var/mail/alias on dev.gentoo.org
- register to wiki.gentoo.org with your @gentoo.org e-mail address using
  the following instructions: https://wiki.gentoo.org/getting-started
- set lat and lon attributes in LDAP if you want others to know where
  exactly you are located
- set gentooIM if you want people to be able to contact you via other
  means than email
- if you want your blog to be syndicated to planet.gentoo.org, check
  https://wiki.gentoo.org/wiki/Project:Planet
- visit the Gentoo Nitrokey portal at https://gentoo.nitrokey.com 
  in order to get a free Nitrokey Pro 2 security key
- contact trustees@gentoo.org for Foundation membership (optional)

For the mentor:
- You are also responsible for the commits of your recruit during the first
  month so you should watch the commits of your recruit via gentoo-commits
  mailing list.
Comment 7 Göktürk Yüksek archtester gentoo-dev 2022-03-19 06:46:39 UTC
(In reply to Göktürk Yüksek from comment #6)
> What we did:
> - LDAP
> - bugzilla
> - granted access to main gentoo.git
> - Added user to GitHub Gentoo team
> - IRC cloak: gentoo/developer/xen0n
> 
> Pending:
> - announcement
> 

Done. Welcome to the jungle!

> Automatic:
> - gentoo-core
> - gentoo-dev-announcement
> 
> What you need to do:
> - subscribe to mailing lists with your @gentoo.org address
> - request forum status bump in #gentoo-forums or by mail to
>   forum-mods@gentoo.org (if you have a forums account)
> - send yourself mail to check if it works
> - add yourself to mail aliases ( like java@gentoo.org )
>   see /var/mail/alias on dev.gentoo.org
> - register to wiki.gentoo.org with your @gentoo.org e-mail address using
>   the following instructions: https://wiki.gentoo.org/getting-started
> - set lat and lon attributes in LDAP if you want others to know where
>   exactly you are located
> - set gentooIM if you want people to be able to contact you via other
>   means than email
> - if you want your blog to be syndicated to planet.gentoo.org, check
>   https://wiki.gentoo.org/wiki/Project:Planet
> - visit the Gentoo Nitrokey portal at https://gentoo.nitrokey.com 
>   in order to get a free Nitrokey Pro 2 security key
> - contact trustees@gentoo.org for Foundation membership (optional)
> 
> For the mentor:
> - You are also responsible for the commits of your recruit during the first
>   month so you should watch the commits of your recruit via gentoo-commits
>   mailing list.